[coreboot] New patch to review for coreboot: ae30789 drivers/i2c: Add description in Kconfig file

Vikram Narayanan (vikram186@gmail.com) gerrit at coreboot.org
Sat Apr 7 13:34:53 CEST 2012


Vikram Narayanan (vikram186 at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/879

-gerrit

commit ae307898e74c38a5a065b0a1983d69084d00ccfd
Author: Vikram Narayanan <vikram186 at gmail.com>
Date:   Sat Apr 7 16:47:06 2012 +0530

    drivers/i2c: Add description in Kconfig file
    
    Change-Id: Ibf44a0e1c44bae11febf7cfc503582e4a1033c02
    Signed-off-by: Vikram Narayanan <vikram186 at gmail.com>
---
 src/drivers/i2c/adm1026/Kconfig |    5 ++++-
 src/drivers/i2c/adm1027/Kconfig |    5 ++++-
 src/drivers/i2c/adt7463/Kconfig |    5 ++++-
 src/drivers/i2c/i2cmux/Kconfig  |    5 ++++-
 src/drivers/i2c/i2cmux2/Kconfig |    5 ++++-
 src/drivers/i2c/lm63/Kconfig    |    5 ++++-
 src/drivers/i2c/w83795/Kconfig  |    5 ++++-
 7 files changed, 28 insertions(+), 7 deletions(-)

diff --git a/src/drivers/i2c/adm1026/Kconfig b/src/drivers/i2c/adm1026/Kconfig
index 8168b29..141766c 100644
--- a/src/drivers/i2c/adm1026/Kconfig
+++ b/src/drivers/i2c/adm1026/Kconfig
@@ -1,2 +1,5 @@
 config DRIVERS_I2C_ADM1026
-	bool
+	bool "ADM1026"
+	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..f77fdd8 100644
--- a/src/drivers/i2c/adm1027/Kconfig
+++ b/src/drivers/i2c/adm1027/Kconfig
@@ -1,2 +1,5 @@
 config DRIVERS_I2C_ADM1027
-	bool
+	bool "ADM1027"
+	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..70d6a25 100644
--- a/src/drivers/i2c/adt7463/Kconfig
+++ b/src/drivers/i2c/adt7463/Kconfig
@@ -1,2 +1,5 @@
 config DRIVERS_I2C_ADT7463
-	bool
+	bool "ADT7463"
+	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..4a08c77 100644
--- a/src/drivers/i2c/i2cmux/Kconfig
+++ b/src/drivers/i2c/i2cmux/Kconfig
@@ -1,2 +1,5 @@
 config DRIVERS_I2C_I2CMUX
-	bool
+	bool "PCA9556 SMBus mux"
+	default n
+	help
+	  Support for PCA9556 SMBus IC
diff --git a/src/drivers/i2c/i2cmux2/Kconfig b/src/drivers/i2c/i2cmux2/Kconfig
index 0213e55..a37a80e 100644
--- a/src/drivers/i2c/i2cmux2/Kconfig
+++ b/src/drivers/i2c/i2cmux2/Kconfig
@@ -1,2 +1,5 @@
 config DRIVERS_I2C_I2CMUX2
-	bool
+	bool "PCA9554 SMBus mux"
+	default n
+	help
+	  Support for PCA9554 SMBus IC
diff --git a/src/drivers/i2c/lm63/Kconfig b/src/drivers/i2c/lm63/Kconfig
index 120ee0d..433fe37 100644
--- a/src/drivers/i2c/lm63/Kconfig
+++ b/src/drivers/i2c/lm63/Kconfig
@@ -1,2 +1,5 @@
 config DRIVERS_I2C_LM63
-	bool
+	bool "LM63"
+	default n
+	help
+	  Support for National Semiconductor LM63
diff --git a/src/drivers/i2c/w83795/Kconfig b/src/drivers/i2c/w83795/Kconfig
index 80856e2..bdaf2b6 100644
--- a/src/drivers/i2c/w83795/Kconfig
+++ b/src/drivers/i2c/w83795/Kconfig
@@ -1,2 +1,5 @@
 config DRIVERS_I2C_W83795
-	bool
+	bool "W83795"
+	default n
+	help
+	  Support for Nuvoton W83795G




More information about the coreboot mailing list