diff options
author | Denis Turischev <denis@compulab.co.il> | 2010-03-01 11:59:55 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-03-07 16:17:36 -0500 |
commit | fd46a0064af171c90664e5b7165c0c9f94478a87 (patch) | |
tree | 10a76e32cdee4d099093a31b53629aa7478ccd92 /drivers/i2c/busses/Kconfig | |
parent | 473fe73650b9f92114edbedfbb616561c1a0026c (diff) |
i2c: convert i2c-isch to platform_device
Convert i2c-isch to platform_device for the lpc mfd core to add it at probe
time.
Signed-off-by: Denis Turischev <denis@compulab.co.il>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 4cc3807bd31c..f22eff1da87e 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -105,7 +105,7 @@ config I2C_I801 | |||
105 | 105 | ||
106 | config I2C_ISCH | 106 | config I2C_ISCH |
107 | tristate "Intel SCH SMBus 1.0" | 107 | tristate "Intel SCH SMBus 1.0" |
108 | depends on PCI | 108 | select LPC_SCH |
109 | help | 109 | help |
110 | Say Y here if you want to use SMBus controller on the Intel SCH | 110 | Say Y here if you want to use SMBus controller on the Intel SCH |
111 | based systems. | 111 | based systems. |