diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-12-06 17:46:10 +1100 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-12-06 08:01:35 +0100 |
commit | c9e7dc138da0e9138e8cc24a90cc0aa4608ebc60 (patch) | |
tree | 63878123550c4e5384d05feca2a1ecec744a99ac | |
parent | a23036c8d8649e237932e04e853d118628d57747 (diff) | |
download | coreboot-c9e7dc138da0e9138e8cc24a90cc0aa4608ebc60.tar.xz |
mainboard/lenovo/g505s/Kconfig: Has no SuperIO
Change-Id: I30fdfb70506241838436c3afbf6ddfdbff5cb302
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/7668
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Tested-by: build bot (Jenkins)
-rw-r--r-- | src/mainboard/lenovo/g505s/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/g505s/Kconfig b/src/mainboard/lenovo/g505s/Kconfig index 2019f9505b..4d2c1c2d8b 100644 --- a/src/mainboard/lenovo/g505s/Kconfig +++ b/src/mainboard/lenovo/g505s/Kconfig @@ -34,6 +34,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select BOARD_ROMSIZE_KB_4096 select GFXUMA select UDELAY_LAPIC + select NO_UART_ON_SUPERIO config MAINBOARD_DIR string |