diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-07 21:26:20 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-07 21:26:20 +0000 |
commit | 67ab756ccef6b7d0f1c398a1c4446487453e2e76 (patch) | |
tree | 0e1f7eed305d322e1184ff67648b45539a818b41 /target/linux | |
parent | 86fd920e0f385a3c4569c9bc0f675e42b3b754bf (diff) | |
download | upstream-67ab756ccef6b7d0f1c398a1c4446487453e2e76.tar.gz upstream-67ab756ccef6b7d0f1c398a1c4446487453e2e76.tar.bz2 upstream-67ab756ccef6b7d0f1c398a1c4446487453e2e76.zip |
x86: declare missing kernel symbols
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44316 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/x86/config-3.14 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/x86/config-3.14 b/target/linux/x86/config-3.14 index 591fa1740e..ad638344f5 100644 --- a/target/linux/x86/config-3.14 +++ b/target/linux/x86/config-3.14 @@ -416,6 +416,8 @@ CONFIG_X86_RESERVE_LOW=64 # CONFIG_X86_SPEEDSTEP_SMI is not set CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y CONFIG_X86_THERMAL_VECTOR=y +CONFIG_X86_UP_APIC=y +CONFIG_X86_UP_IOAPIC=y CONFIG_X86_VERBOSE_BOOTUP=y CONFIG_XZ_DEC_BCJ=y CONFIG_XZ_DEC_X86=y |