diff options
Diffstat (limited to 'src/mainboard/lenovo/m900_tiny')
-rw-r--r-- | src/mainboard/lenovo/m900_tiny/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mainboard/lenovo/m900_tiny/Kconfig b/src/mainboard/lenovo/m900_tiny/Kconfig index ffcf05879c..8ad36e0014 100644 --- a/src/mainboard/lenovo/m900_tiny/Kconfig +++ b/src/mainboard/lenovo/m900_tiny/Kconfig @@ -2,6 +2,7 @@ if BOARD_LENOVO_THINKCENTRE_M900_TINY +# TODO: fix and enable DRIVER_LENOVO_SERIALS config BOARD_SPECIFIC_OPTIONS def_bool y select BOARD_ROMSIZE_KB_16384 @@ -37,8 +38,4 @@ config PRERAM_CBMEM_CONSOLE_SIZE config DIMM_SPD_SIZE default 512 #DDR4 -# TODO: fix and enable -config DRIVER_LENOVO_SERIALS - default n - endif |