[coreboot-gerrit] New patch to review for coreboot: bachmann/ot200: Remove DRIVERS_I2C_IDREG Kconfig symbol

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Sat Nov 28 03:04:58 CET 2015


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12563

-gerrit

commit 81841fb37cce4871ae706161675c65ea785687ba
Author: Martin Roth <martinroth at google.com>
Date:   Fri Nov 27 19:04:42 2015 -0700

    bachmann/ot200: Remove DRIVERS_I2C_IDREG Kconfig symbol
    
    As far as I can tell the Kconfig symbol DRIVERS_I2C_IDREG never actually
    existed in the coreboot codebase.  I didn't see anything that it might
    have been a typo of.
    
    Change-Id: Ib17de670e38e07ab4a4745143c42fa85da1754e1
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/mainboard/bachmann/ot200/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mainboard/bachmann/ot200/Kconfig b/src/mainboard/bachmann/ot200/Kconfig
index baef807..3ca0384 100644
--- a/src/mainboard/bachmann/ot200/Kconfig
+++ b/src/mainboard/bachmann/ot200/Kconfig
@@ -10,7 +10,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select UDELAY_TSC
 	select BOARD_ROMSIZE_KB_2048
 	select POWER_BUTTON_DEFAULT_DISABLE
-	select DRIVERS_I2C_IDREG
 	select PLL_MANUAL_CONFIG
 	select CORE_GLIU_500_266
 	select HAVE_OPTION_TABLE



More information about the coreboot-gerrit mailing list