diff options
author | Baptiste Jonglez <git@bitsofnetworks.org> | 2017-07-15 22:57:55 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-10-16 09:43:43 +0200 |
commit | cabf775e64ba337d96f393447bf0347e129e9157 (patch) | |
tree | cf7681ca558e1200a7f0d6e599c3c571b5b646fa /target/linux/x86/geode | |
parent | da0219ed9f990e5a951197c2c9c6a916d17109d1 (diff) | |
download | mtk-20170518-cabf775e64ba337d96f393447bf0347e129e9157.zip mtk-20170518-cabf775e64ba337d96f393447bf0347e129e9157.tar.gz mtk-20170518-cabf775e64ba337d96f393447bf0347e129e9157.tar.bz2 |
x86: Refresh subtargets kernel config
This was done by simply running `make kernel_menuconfig CONFIG_TARGET=subtarget`
and then saving without changing any option.
Having consistent kernel config is important to avoid surprises, such
as the issue fixed with 6f0367c9 (where Xen support was silently
disabled when building the kernel, although it was present in the
initial config)
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>
Diffstat (limited to 'target/linux/x86/geode')
-rw-r--r-- | target/linux/x86/geode/config-default | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/x86/geode/config-default b/target/linux/x86/geode/config-default index 16c439d..d1c8f5a 100644 --- a/target/linux/x86/geode/config-default +++ b/target/linux/x86/geode/config-default @@ -30,12 +30,10 @@ CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y # CONFIG_ACPI_SBS is not set CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT=y CONFIG_ACPI_THERMAL=y -# CONFIG_ACPI_VIDEO is not set # CONFIG_ACPI_WMI is not set CONFIG_ALIX=y CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y # CONFIG_ATA_PIIX is not set -# CONFIG_BACKLIGHT_APPLE is not set CONFIG_CS5535_CLOCK_EVENT_SRC=y CONFIG_CS5535_MFGPT=y CONFIG_CS5535_MFGPT_DEFAULT_IRQ=7 @@ -133,4 +131,3 @@ CONFIG_X86_PM_TIMER=y # CONFIG_X86_PPRO_FENCE is not set CONFIG_X86_REBOOTFIXUPS=y CONFIG_X86_TSC=y -# CONFIG_X86_X2APIC is not set |