[LEDE-DEV] [RFC v3 1/2] x86: enable DMI and DMI_SYSFS

Jo-Philipp Wich jo at mein.io
Wed Jun 1 08:14:33 PDT 2016


Enable support for DMI decoding in the kernel so that we can access
manufacturer and model information via sysfs.

Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 target/linux/x86/config-4.4 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/target/linux/x86/config-4.4 b/target/linux/x86/config-4.4
index 5b54031..bb6ef65 100644
--- a/target/linux/x86/config-4.4
+++ b/target/linux/x86/config-4.4
@@ -98,7 +98,8 @@ 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_DMI_SYSFS=y
 CONFIG_DNOTIFY=y
 CONFIG_DUMMY_CONSOLE=y
 CONFIG_EARLY_PRINTK=y
-- 
2.1.4




More information about the Lede-dev mailing list