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 | e972c95cf096c6d10cf69a10316fed32b11493cb (patch) | |
tree | cedd39effede643aebb92a485d99f9f80bcc63db /target | |
parent | efc28a75fec567dfa8b1b71f287c4bc68674c71b (diff) | |
download | mtk-20170518-e972c95cf096c6d10cf69a10316fed32b11493cb.zip mtk-20170518-e972c95cf096c6d10cf69a10316fed32b11493cb.tar.gz mtk-20170518-e972c95cf096c6d10cf69a10316fed32b11493cb.tar.bz2 |
x86: declare missing kernel symbols
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44316
Diffstat (limited to 'target')
-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 591fa17..ad63834 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 |