diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2011-07-25 21:21:01 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2011-07-25 21:21:01 +0000 |
commit | 94fd7309acb56d8d025a420023f4745ce3b01abc (patch) | |
tree | f346356080a4eb97b430bc49f12747a349437a72 /target/linux/x86 | |
parent | 66421cdc87c2c9595d58744381f6a039e8d20bfc (diff) | |
download | upstream-94fd7309acb56d8d025a420023f4745ce3b01abc.tar.gz upstream-94fd7309acb56d8d025a420023f4745ce3b01abc.tar.bz2 upstream-94fd7309acb56d8d025a420023f4745ce3b01abc.zip |
x86: add missing config symbols
This adds some config symbols for kernel 3.0.
Thank you realopty for the patch.
This is from #9719.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27775 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/config-default | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/x86/config-default b/target/linux/x86/config-default index 85ce8365ae..f3fbfe71b3 100644 --- a/target/linux/x86/config-default +++ b/target/linux/x86/config-default @@ -3,6 +3,7 @@ CONFIG_4KSTACKS=y # CONFIG_60XX_WDT is not set # CONFIG_64BIT is not set # CONFIG_AC3200 is not set +# CONFIG_ACERHDF is not set # CONFIG_ACPI is not set # CONFIG_ACPI_CMPC is not set # CONFIG_ACPI_EC_DEBUGFS is not set @@ -163,6 +164,7 @@ CONFIG_HID_SUPPORT=y # CONFIG_HIGHMEM4G is not set # CONFIG_HIGHMEM64G is not set # CONFIG_HIGH_RES_TIMERS is not set +# CONFIG_HP_ACCEL is not set CONFIG_HPET=y CONFIG_HPET_EMULATE_RTC=y CONFIG_HPET_MMAP=y @@ -446,6 +448,7 @@ CONFIG_X86_UP_IOAPIC=y CONFIG_X86_VERBOSE_BOOTUP=y CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_XADD=y +# CONFIG_XO15_EBOOK is not set # CONFIG_ZONE_DMA32 is not set # CONFIG_BATTERY_BQ20Z75 is not set # CONFIG_TRANSPARENT_HUGEPAGE is not set |