diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-11-22 11:34:45 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-11-22 11:34:45 +0000 |
commit | a75d08e09db0c8878bcb62071318be8bae1cdd06 (patch) | |
tree | 5c8a2eec9c9c92ea616ead154c2c7bc9233cd000 /target/linux/x86/config-default | |
parent | a25f521af8efb4c04792008e94a7ada3ca044ab2 (diff) | |
download | upstream-a75d08e09db0c8878bcb62071318be8bae1cdd06.tar.gz upstream-a75d08e09db0c8878bcb62071318be8bae1cdd06.tar.bz2 upstream-a75d08e09db0c8878bcb62071318be8bae1cdd06.zip |
[target/x86]: additional Kconfig options for newer kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24081 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/config-default')
-rw-r--r-- | target/linux/x86/config-default | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/x86/config-default b/target/linux/x86/config-default index 0a66825a15..0b0981b894 100644 --- a/target/linux/x86/config-default +++ b/target/linux/x86/config-default @@ -5,6 +5,8 @@ CONFIG_4KSTACKS=y # CONFIG_AC3200 is not set # CONFIG_ACPI is not set # CONFIG_ACPI_CMPC is not set +# CONFIG_ACPI_EC_DEBUGFS is not set +# CONFIG_ACPI_QUICKSTART is not set # CONFIG_ACQUIRE_WDT is not set # CONFIG_ADVANTECH_WDT is not set # CONFIG_ALIM1535_WDT is not set @@ -176,6 +178,7 @@ CONFIG_HW_RANDOM_VIA=y # CONFIG_IMA is not set CONFIG_INITRAMFS_SOURCE="" # CONFIG_INPUT is not set +# CONFIG_INTEL_IPS is not set # CONFIG_INTEL_MENLOW is not set # CONFIG_IOMMU_API is not set # CONFIG_IOMMU_HELPER is not set @@ -259,6 +262,7 @@ CONFIG_NR_CPUS=1 # CONFIG_NSC_GPIO is not set CONFIG_NVRAM=y # CONFIG_OLPC is not set +# CONFIG_OLPC_OPENFIRMWARE is not set # CONFIG_OPTIMIZE_INLINING is not set CONFIG_OUTPUT_FORMAT="elf32-i386" CONFIG_PAGEFLAGS_EXTENDED=y |