Vikram Narayanan ([email protected]) just uploaded a new patch set to gerrit, 
which you can find at http://review.coreboot.org/879

-gerrit

commit 543e24732a2742716b0d2c6c4984718afdcbd002
Author: Vikram Narayanan <[email protected]>
Date:   Sat Apr 7 16:47:06 2012 +0530

    drivers/i2c: Add description in Kconfig file
    
    Change-Id: Ibf44a0e1c44bae11febf7cfc503582e4a1033c02
    Signed-off-by: Vikram Narayanan <[email protected]>
---
 src/drivers/i2c/adm1026/Kconfig |    3 +++
 src/drivers/i2c/adm1027/Kconfig |    3 +++
 src/drivers/i2c/adt7463/Kconfig |    3 +++
 src/drivers/i2c/i2cmux/Kconfig  |    3 +++
 src/drivers/i2c/i2cmux2/Kconfig |    3 +++
 src/drivers/i2c/lm63/Kconfig    |    3 +++
 src/drivers/i2c/w83795/Kconfig  |    3 +++
 7 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/src/drivers/i2c/adm1026/Kconfig b/src/drivers/i2c/adm1026/Kconfig
index 8168b29..84a1c73 100644
--- a/src/drivers/i2c/adm1026/Kconfig
+++ b/src/drivers/i2c/adm1026/Kconfig
@@ -1,2 +1,5 @@
 config DRIVERS_I2C_ADM1026
        bool
+       default n
+       help
+         Support for ADM1026-Thermal System Management Fan Controller IC
diff --git a/src/drivers/i2c/adm1027/Kconfig b/src/drivers/i2c/adm1027/Kconfig
index c135726..19aa338 100644
--- a/src/drivers/i2c/adm1027/Kconfig
+++ b/src/drivers/i2c/adm1027/Kconfig
@@ -1,2 +1,5 @@
 config DRIVERS_I2C_ADM1027
        bool
+       default n
+       help
+         Support for ADM1027-Remote Thermal Controller and Voltage Monitor
diff --git a/src/drivers/i2c/adt7463/Kconfig b/src/drivers/i2c/adt7463/Kconfig
index b942341..c3990bf 100644
--- a/src/drivers/i2c/adt7463/Kconfig
+++ b/src/drivers/i2c/adt7463/Kconfig
@@ -1,2 +1,5 @@
 config DRIVERS_I2C_ADT7463
        bool
+       default n
+       help
+         Support for ADT7463-Remote Thermal Controller and Voltage Monitor
diff --git a/src/drivers/i2c/i2cmux/Kconfig b/src/drivers/i2c/i2cmux/Kconfig
index 57bb278..ea43d91 100644
--- a/src/drivers/i2c/i2cmux/Kconfig
+++ b/src/drivers/i2c/i2cmux/Kconfig
@@ -1,2 +1,5 @@
 config DRIVERS_I2C_I2CMUX
        bool
+       default n
+       help
+         Support for PCA9556 SMBus IC
diff --git a/src/drivers/i2c/i2cmux2/Kconfig b/src/drivers/i2c/i2cmux2/Kconfig
index 0213e55..5a7adef 100644
--- a/src/drivers/i2c/i2cmux2/Kconfig
+++ b/src/drivers/i2c/i2cmux2/Kconfig
@@ -1,2 +1,5 @@
 config DRIVERS_I2C_I2CMUX2
        bool
+       default n
+       help
+         Support for PCA9554 SMBus IC
diff --git a/src/drivers/i2c/lm63/Kconfig b/src/drivers/i2c/lm63/Kconfig
index 120ee0d..2211649 100644
--- a/src/drivers/i2c/lm63/Kconfig
+++ b/src/drivers/i2c/lm63/Kconfig
@@ -1,2 +1,5 @@
 config DRIVERS_I2C_LM63
        bool
+       default n
+       help
+         Support for National Semiconductor LM63
diff --git a/src/drivers/i2c/w83795/Kconfig b/src/drivers/i2c/w83795/Kconfig
index 80856e2..5232121 100644
--- a/src/drivers/i2c/w83795/Kconfig
+++ b/src/drivers/i2c/w83795/Kconfig
@@ -1,2 +1,5 @@
 config DRIVERS_I2C_W83795
        bool
+       default n
+       help
+         Support for Nuvoton W83795G

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to