[coreboot-gerrit] New patch to review for coreboot: mb/lenovo/t400, x200, x201: Do not select DRIVERS_ICS_954309

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Wed Jan 11 22:06:44 CET 2017


Arthur Heymans (arthur at aheymans.xyz) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18104

-gerrit

commit 393c5e9058f2d7e43e744d6b53d7392d97970d8d
Author: Arthur Heymans <arthur at aheymans.xyz>
Date:   Wed Jan 11 20:55:13 2017 +0100

    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 at aheymans.xyz>
---
 src/mainboard/lenovo/t400/Kconfig | 1 -
 src/mainboard/lenovo/x200/Kconfig | 1 -
 src/mainboard/lenovo/x201/Kconfig | 1 -
 3 files changed, 3 deletions(-)

diff --git a/src/mainboard/lenovo/t400/Kconfig b/src/mainboard/lenovo/t400/Kconfig
index 2078a27..f21f672 100644
--- a/src/mainboard/lenovo/t400/Kconfig
+++ b/src/mainboard/lenovo/t400/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
diff --git a/src/mainboard/lenovo/x200/Kconfig b/src/mainboard/lenovo/x200/Kconfig
index f069fd5..cec08f6 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
diff --git a/src/mainboard/lenovo/x201/Kconfig b/src/mainboard/lenovo/x201/Kconfig
index 7e46c33..0bf6135 100644
--- a/src/mainboard/lenovo/x201/Kconfig
+++ b/src/mainboard/lenovo/x201/Kconfig
@@ -8,7 +8,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select EC_LENOVO_PMH7
 	select EC_LENOVO_H8
 	select NO_UART_ON_SUPERIO
-	select DRIVERS_ICS_954309
 	select HAVE_OPTION_TABLE
 	select HAVE_CMOS_DEFAULT
 	select BOARD_ROMSIZE_KB_8192



More information about the coreboot-gerrit mailing list