Kconfig (fd46a0064af171c90664e5b7165c0c9f94478a87) Kconfig (860fb8c134ebca9be8bc2ddd2b13e19ac10c192e)
1#
2# Sensor device configuration
3#
4
5menu "I2C Hardware Bus support"
6
7comment "PC SMBus host controller drivers"
8 depends on PCI

--- 91 unchanged lines hidden (view full) ---

100 3400/5 Series (PCH)
101 Cougar Point (PCH)
102
103 This driver can also be built as a module. If so, the module
104 will be called i2c-i801.
105
106config I2C_ISCH
107 tristate "Intel SCH SMBus 1.0"
1#
2# Sensor device configuration
3#
4
5menu "I2C Hardware Bus support"
6
7comment "PC SMBus host controller drivers"
8 depends on PCI

--- 91 unchanged lines hidden (view full) ---

100 3400/5 Series (PCH)
101 Cougar Point (PCH)
102
103 This driver can also be built as a module. If so, the module
104 will be called i2c-i801.
105
106config I2C_ISCH
107 tristate "Intel SCH SMBus 1.0"
108 depends on PCI
109 select MFD_CORE
108 select LPC_SCH
109 help
110 Say Y here if you want to use SMBus controller on the Intel SCH
111 based systems.
112
113 This driver can also be built as a module. If so, the module
114 will be called i2c-isch.
115

--- 663 unchanged lines hidden ---
110 select LPC_SCH
111 help
112 Say Y here if you want to use SMBus controller on the Intel SCH
113 based systems.
114
115 This driver can also be built as a module. If so, the module
116 will be called i2c-isch.
117

--- 663 unchanged lines hidden ---