summaryrefslogtreecommitdiffstats
path: root/target/linux/x86/config-4.4
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-06-01 17:01:55 +0200
committerJo-Philipp Wich <jo@mein.io>2016-06-06 15:18:03 +0200
commitb8b23e0e648405a0af7443b7d9412f47dd9a44d4 (patch)
tree73704f356c94c38099118cdd68e0317fad5d4a85 /target/linux/x86/config-4.4
parentbd657ec9ac0dfdb875719f2062db96a51a411235 (diff)
downloadmaster-31e0f0ae-b8b23e0e648405a0af7443b7d9412f47dd9a44d4.tar.gz
master-31e0f0ae-b8b23e0e648405a0af7443b7d9412f47dd9a44d4.tar.bz2
master-31e0f0ae-b8b23e0e648405a0af7443b7d9412f47dd9a44d4.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