aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/config-4.4
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-06-25 17:54:48 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-06-25 17:54:48 +0200
commit03b34592676c0f6d1183aac3cf0062841c4e1856 (patch)
tree51b6e55f177cd520c4a4491760cd1137a328538a /target/linux/x86/config-4.4
parenta1149f8491f4b8f86d7abc77235f35e7156a5992 (diff)
downloadmaster-187ad058-03b34592676c0f6d1183aac3cf0062841c4e1856.tar.gz
master-187ad058-03b34592676c0f6d1183aac3cf0062841c4e1856.tar.bz2
master-187ad058-03b34592676c0f6d1183aac3cf0062841c4e1856.zip
x86: enable DMI and DMI_SYSFS
Enable support for DMI decoding in the kernel so that we can access manufacturer and model information via sysfs. Also remove redundant per-subtarget DMI overrides and preset a few previously unset symbols popping up due to the now enabled DMI support. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux/x86/config-4.4')
-rw-r--r--target/linux/x86/config-4.47
1 files changed, 6 insertions, 1 deletions
diff --git a/target/linux/x86/config-4.4 b/target/linux/x86/config-4.4
index 5b540313c6..13f1f9c53e 100644
--- a/target/linux/x86/config-4.4
+++ b/target/linux/x86/config-4.4
@@ -98,7 +98,10 @@ CONFIG_DECOMPRESS_BZIP2=y
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DEFAULT_IO_DELAY_TYPE=0
# CONFIG_DELL_RBU is not set
-# CONFIG_DMI is not set
+CONFIG_DMI=y
+CONFIG_DMIID=y
+CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y
+CONFIG_DMI_SYSFS=y
CONFIG_DNOTIFY=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_EARLY_PRINTK=y
@@ -133,6 +136,7 @@ CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_GENERIC_STRNCPY_FROM_USER=y
CONFIG_GENERIC_STRNLEN_USER=y
CONFIG_GENERIC_TIME_VSYSCALL=y
+# CONFIG_GEOS is not set
CONFIG_GLOB=y
# CONFIG_GOOGLE_FIRMWARE is not set
# CONFIG_HANGCHECK_TIMER is not set
@@ -251,6 +255,7 @@ CONFIG_KALLSYMS=y
CONFIG_KEXEC=y
CONFIG_KEXEC_CORE=y
CONFIG_KEYBOARD_ATKBD=y
+# CONFIG_LEDS_CLEVO_MAIL is not set
CONFIG_M486=y
# CONFIG_M586 is not set
# CONFIG_M586MMX is not set