diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-12-30 19:05:18 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-01-12 22:40:12 +0100 |
commit | f6e0ecdcebeb0cd8c595026dd7ace896fc89b7c3 (patch) | |
tree | 87d608ba7dc18ec84bc6de94c9fe6c2e3dfac359 /target/linux/x86/legacy | |
parent | 0ea7160abeee58e8d36c05cbf4b2c5e09779e1a2 (diff) | |
download | upstream-f6e0ecdcebeb0cd8c595026dd7ace896fc89b7c3.tar.gz upstream-f6e0ecdcebeb0cd8c595026dd7ace896fc89b7c3.tar.bz2 upstream-f6e0ecdcebeb0cd8c595026dd7ace896fc89b7c3.zip |
x86: Refresh kernel 4.14 configuration
This refreshes the kernel configuration for kernel 4.14.
First this was run for the legacy target:
make kernel_oldconfig
Then for all targets including the legacy target this was run:
make kernel_oldconfig CONFIG_TARGET=subtarget
The option CONFIG_104_QUAD_8 was added to the generic configuration
because it would have been automatically removed.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/x86/legacy')
-rw-r--r-- | target/linux/x86/legacy/config-4.14 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/x86/legacy/config-4.14 b/target/linux/x86/legacy/config-4.14 index d1a4e81035..dab36d39fc 100644 --- a/target/linux/x86/legacy/config-4.14 +++ b/target/linux/x86/legacy/config-4.14 @@ -1,4 +1,3 @@ -# CONFIG_104_QUAD_8 is not set # CONFIG_3C515 is not set CONFIG_ACPI=y CONFIG_ACPI_AC=y @@ -67,10 +66,8 @@ CONFIG_DRM_I915_CAPTURE_ERROR=y CONFIG_DRM_I915_COMPRESS_ERROR=y # CONFIG_DRM_I915_DEBUG is not set # CONFIG_DRM_I915_DEBUG_VBLANK_EVADE is not set -# CONFIG_DRM_I915_GVT is not set # CONFIG_DRM_I915_LOW_LEVEL_TRACEPOINTS is not set # CONFIG_DRM_I915_SELFTEST is not set -# CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT is not set # CONFIG_DRM_I915_SW_FENCE_CHECK_DAG is not set # CONFIG_DRM_I915_SW_FENCE_DEBUG_OBJECTS is not set CONFIG_DRM_I915_USERPTR=y @@ -130,7 +127,6 @@ CONFIG_INTEL_IDLE=y # CONFIG_INTEL_IPS is not set # CONFIG_INTEL_MENLOW is not set # CONFIG_INTEL_PMC_IPC is not set -# CONFIG_INTEL_SOC_PMIC_CHTWC is not set CONFIG_INTERVAL_TREE=y CONFIG_IOSF_MBI=y # CONFIG_IOSF_MBI_DEBUG is not set @@ -146,7 +142,6 @@ CONFIG_ISO9660_FS=y CONFIG_MFD_CORE=y CONFIG_MFD_INTEL_LPSS=y CONFIG_MFD_INTEL_LPSS_ACPI=y -# CONFIG_MFD_INTEL_QUARK_I2C_GPIO is not set # CONFIG_MIXCOMWD is not set CONFIG_MMU_NOTIFIER=y # CONFIG_MOUSE_BCM5974 is not set @@ -197,7 +192,6 @@ CONFIG_RTC_I2C_AND_SPI=y CONFIG_SATA_AHCI=y CONFIG_SERIAL_8250_PNP=y # CONFIG_SURFACE_PRO3_BUTTON is not set -# CONFIG_SW_SYNC is not set CONFIG_SYNC_FILE=y # CONFIG_TOSHIBA_BT_RFKILL is not set CONFIG_USB_STORAGE=y |