diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2016-01-24 15:36:10 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2016-01-24 15:36:10 +0000 |
commit | 1865710fc840aff419279d61eb70b63ad351129c (patch) | |
tree | 796e5ae2da89111958ad041e040aa0bfe74eaff5 /target/linux/x86/64/config-default | |
parent | 0333da8943275324d366d562b70f90febbe97e7d (diff) | |
download | upstream-1865710fc840aff419279d61eb70b63ad351129c.tar.gz upstream-1865710fc840aff419279d61eb70b63ad351129c.tar.bz2 upstream-1865710fc840aff419279d61eb70b63ad351129c.zip |
x86/64: add missing kernel symbol
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48476
Diffstat (limited to 'target/linux/x86/64/config-default')
-rw-r--r-- | target/linux/x86/64/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/64/config-default b/target/linux/x86/64/config-default index 3b918a9ea6..27dc0a402e 100644 --- a/target/linux/x86/64/config-default +++ b/target/linux/x86/64/config-default @@ -132,6 +132,7 @@ CONFIG_IOMMU_HELPER=y CONFIG_ITCO_WDT=y # CONFIG_KVM_DEBUG_FS is not set CONFIG_KVM_GUEST=y +# CONFIG_LCD_CLASS_DEVICE is not set # CONFIG_LEGACY_VSYSCALL_EMULATE is not set # CONFIG_LEGACY_VSYSCALL_NATIVE is not set CONFIG_LEGACY_VSYSCALL_NONE=y |