diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-02-14 16:40:33 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-02-14 16:40:33 +0000 |
commit | 98e41f341ef0a9da390b4b2dc05278b8523d9321 (patch) | |
tree | 4a9a75ead10c6c8193d602cc28ec2359bdf4e8bf /target/linux/x86 | |
parent | 1d3ab0732f83cb64a45a9acb7b300e858ebb3535 (diff) | |
download | upstream-98e41f341ef0a9da390b4b2dc05278b8523d9321.tar.gz upstream-98e41f341ef0a9da390b4b2dc05278b8523d9321.tar.bz2 upstream-98e41f341ef0a9da390b4b2dc05278b8523d9321.zip |
add missing symbols to default config
SVN-Revision: 19631
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/config-default | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/x86/config-default b/target/linux/x86/config-default index e05e9f798f..884483995c 100644 --- a/target/linux/x86/config-default +++ b/target/linux/x86/config-default @@ -177,6 +177,8 @@ # CONFIG_POWER_SUPPLY_DEBUG is not set # CONFIG_PROCESSOR_SELECT is not set # CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set +# CONFIG_RCU_FANOUT_EXACT is not set +# CONFIG_RCU_TRACE is not set # CONFIG_RELOCATABLE is not set # CONFIG_RWSEM_GENERIC_SPINLOCK is not set # CONFIG_SBC7240_WDT is not set @@ -230,6 +232,7 @@ # CONFIG_X86_CMPXCHG64 is not set # CONFIG_X86_CPUFREQ_NFORCE2 is not set # CONFIG_X86_CPUID is not set +# CONFIG_X86_CPU_DEBUG is not set # CONFIG_X86_DEBUGCTLMSR is not set # CONFIG_X86_DS is not set # CONFIG_X86_ELAN is not set @@ -242,6 +245,7 @@ # CONFIG_X86_MCE_INJECT is not set # CONFIG_X86_MRST is not set # CONFIG_X86_MSR is not set +# CONFIG_X86_OLD_MCE is not set # CONFIG_X86_P4_CLOCKMOD is not set # CONFIG_X86_PAE is not set # CONFIG_X86_POWERNOW_K6 is not set @@ -450,6 +454,7 @@ CONFIG_PNPACPI=y CONFIG_PNP_DEBUG_MESSAGES=y CONFIG_POWER_SUPPLY=y CONFIG_PROC_PAGE_MONITOR=y +CONFIG_RCU_FANOUT=32 CONFIG_RD_BZIP2=y CONFIG_RD_GZIP=y CONFIG_RTC=y |