2
0
forked from Ivasoft/openwrt

x86: Refresh subtargets kernel config

This was done by simply running `make kernel_menuconfig CONFIG_TARGET=subtarget`
and then saving without changing any option.

Most of the removed options can be explained because they are already
present in the target config or in the generic 4.9 config:

- PAE-related options, enabled by default on x86 by 961c0eac
- LZO-related options, enabled by default since 4.9

As far as I understand the build system, this shouldn't have any
user-visible impact, because the build system already merges the
various kernel configs during build.

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
This commit is contained in:
Baptiste Jonglez
2017-07-15 18:47:59 +02:00
committed by Daniel Golle
parent 31ba457416
commit 609f169ff4
4 changed files with 10 additions and 72 deletions

View File

@@ -59,6 +59,8 @@ CONFIG_GPIO_SYSFS=y
# CONFIG_GPIO_WS16C48 is not set
CONFIG_HAVE_ACPI_APEI=y
CONFIG_HAVE_ACPI_APEI_NMI=y
CONFIG_HID=y
CONFIG_HIGHMEM4G=y
# CONFIG_HIGHMEM64G is not set
# CONFIG_HPET is not set
# CONFIG_HP_ACCEL is not set
@@ -77,8 +79,6 @@ CONFIG_ISA_BUS_API=y
# CONFIG_ISCSI_IBFT_FIND is not set
# CONFIG_LANCE is not set
CONFIG_LEDS_GPIO=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
# CONFIG_M586MMX is not set
# CONFIG_MDA_CONSOLE is not set
CONFIG_MFD_CORE=y
@@ -98,6 +98,8 @@ CONFIG_PATA_SC1200=y
CONFIG_PC8736x_GPIO=y
CONFIG_PCI_MMCONFIG=y
# CONFIG_PCWATCHDOG is not set
CONFIG_PGTABLE_LEVELS=2
# CONFIG_PHYS_ADDR_T_64BIT is not set
# CONFIG_PMIC_OPREGION is not set
CONFIG_PNP=y
CONFIG_PNPACPI=y
@@ -137,8 +139,7 @@ CONFIG_X86_DEBUGCTLMSR=y
# CONFIG_X86_INTEL_LPSS is not set
# CONFIG_X86_LONGHAUL is not set
# CONFIG_X86_MCE is not set
CONFIG_X86_MINIMUM_CPU_FAMILY=4
# CONFIG_X86_PCC_CPUFREQ is not set
CONFIG_X86_PM_TIMER=y
CONFIG_X86_REBOOTFIXUPS=y
CONFIG_X86_TSC=y
# CONFIG_X86_X2APIC is not set