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>
This commit is contained in:
@@ -10,10 +10,6 @@ CONFIG_ALIX=y
|
||||
CONFIG_CS5535_CLOCK_EVENT_SRC=y
|
||||
CONFIG_CS5535_MFGPT=y
|
||||
CONFIG_CS5535_MFGPT_DEFAULT_IRQ=7
|
||||
CONFIG_DMI=y
|
||||
# CONFIG_DMIID is not set
|
||||
CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y
|
||||
# CONFIG_DMI_SYSFS is not set
|
||||
# CONFIG_EISA is not set
|
||||
# CONFIG_EL3 is not set
|
||||
CONFIG_GEODE_WDT=y
|
||||
@@ -35,7 +31,6 @@ CONFIG_I2C_ALGOPCF=y
|
||||
CONFIG_I2C_BOARDINFO=y
|
||||
CONFIG_ISA=y
|
||||
# CONFIG_LANCE is not set
|
||||
# CONFIG_LEDS_CLEVO_MAIL is not set
|
||||
CONFIG_LEDS_GPIO=y
|
||||
# CONFIG_M486 is not set
|
||||
# CONFIG_MDA_CONSOLE is not set
|
||||
|
||||
Reference in New Issue
Block a user