diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2017-01-11 20:55:13 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-01-13 17:39:16 +0100 |
commit | 828ef4ca36922df876e4a847a4f5abd62b144854 (patch) | |
tree | 354b2c87925102a6db68d7cbf029f2261c95bf43 /src/mainboard/lenovo/x200/Kconfig | |
parent | 15b71638213dd3ae4b38fad34c63ef2b197ba730 (diff) |
mb/lenovo/t400,x200,x201: Do not select DRIVERS_ICS_954309
This driver to configure the clock generator is not used.
Change-Id: I156a42dfc336ff45acdcb6d8618bbd12671b66a7
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/18104
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/lenovo/x200/Kconfig')
-rw-r--r-- | src/mainboard/lenovo/x200/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/x200/Kconfig b/src/mainboard/lenovo/x200/Kconfig index f069fd50de..cec08f6c8d 100644 --- a/src/mainboard/lenovo/x200/Kconfig +++ b/src/mainboard/lenovo/x200/Kconfig @@ -9,7 +9,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select EC_LENOVO_PMH7 select EC_LENOVO_H8 select NO_UART_ON_SUPERIO - select DRIVERS_ICS_954309 select BOARD_ROMSIZE_KB_8192 select DRIVERS_GENERIC_IOAPIC select HAVE_MP_TABLE |