Kconfig 5.96 KB
Newer Older
1 2 3 4 5 6
#
# Sensor device configuration
#

menu "I2C Hardware Sensors Mainboard support"

7
config I2C_ALI1535
8
	tristate "ALI 1535"
9 10 11 12 13 14 15
	depends on I2C && PCI && EXPERIMENTAL
	help
	  If you say yes to this option, support will be included for the SMB
	  Host controller on Acer Labs Inc. (ALI) M1535 South Bridges.  The SMB
	  controller is part of the 7101 device, which is an ACPI-compliant
	  Power Management Unit (PMU).

16 17
	  This driver can also be built as a module.  If so, the module
	  will be called i2c-ali1535.
18

19
config I2C_ALI15X3
20
	tristate "ALI 15x3"
21
	depends on I2C && PCI && EXPERIMENTAL
22 23 24 25
	help
	  If you say yes to this option, support will be included for the
	  Acer Labs Inc. (ALI) M1514 and M1543 motherboard I2C interfaces.

26 27
	  This driver can also be built as a module.  If so, the module
	  will be called i2c-ali15x3.
28

29
config I2C_AMD756
30
	tristate "AMD 756/766"
31
	depends on I2C && EXPERIMENTAL
32 33 34 35
	help
	  If you say yes to this option, support will be included for the AMD
	  756/766/768 mainboard I2C interfaces.

36 37
	  This driver can also be built as a module.  If so, the module
	  will be called i2c-amd756.
38 39

config I2C_AMD8111
40
	tristate "AMD 8111"
41
	depends on I2C && EXPERIMENTAL
42 43 44 45
	help
	  If you say yes to this option, support will be included for the AMD
	  8111 mainboard I2C interfaces.

46 47
	  This driver can also be built as a module.  If so, the module
	  will be called i2c-amd8111.
48

49
config I2C_I801
50
	tristate "Intel 801"
51
	depends on I2C && PCI && EXPERIMENTAL
52 53 54 55 56 57 58 59 60 61
	help
	  If you say yes to this option, support will be included for the Intel
	  801 family of mainboard I2C interfaces.  Specifically, the following
	  versions of the chipset is supported:
	    82801AA
	    82801AB
	    82801BA
	    82801CA/CAM
	    82801DB

62 63
	  This driver can also be built as a module.  If so, the module
	  will be called i2c-i801.
64

65 66
config I2C_I810
	tristate "Intel 810/815"
67
	depends on I2C_ALGOBIT && PCI && EXPERIMENTAL
68 69 70 71 72 73 74 75 76 77 78 79
	help
	  If you say yes to this option, support will be included for the Intel
	  810/815 family of mainboard I2C interfaces.  Specifically, the 
	  following versions of the chipset is supported:
	    i810AA
	    i810AB
	    i810E
	    i815

	  This driver can also be built as a module.  If so, the module
	  will be called i2c-i810.

80
config I2C_ISA
81
	tristate "ISA Bus support"
82
	depends on I2C && ISA && EXPERIMENTAL
83 84 85 86
	help
	  If you say yes to this option, support will be included for i2c
	  interfaces that are on the ISA bus.

87 88
	  This driver can also be built as a module.  If so, the module
	  will be called i2c-isa.
89

90
config I2C_NFORCE2
91
	tristate "Nvidia Nforce2"
92 93 94 95 96
	depends on I2C && PCI && EXPERIMENTAL
	help
	  If you say yes to this option, support will be included for the Nvidia
	  Nforce2 family of mainboard I2C interfaces.

97 98
	  This driver can also be built as a module.  If so, the module
	  will be called i2c-nforce2.
99

100
config I2C_PIIX4
101
	tristate "Intel PIIX4"
102
	depends on I2C && PCI && EXPERIMENTAL
103 104 105 106 107 108 109 110 111 112
	help
	  If you say yes to this option, support will be included for the Intel
	  PIIX4 family of mainboard I2C interfaces.  Specifically, the following
	  versions of the chipset is supported:
	    Intel PIIX4
	    Intel 440MX
	    Serverworks OSB4
	    Serverworks CSB5
	    SMSC Victory66

113 114
	  This driver can also be built as a module.  If so, the module
	  will be called i2c-piix4.
115

116 117 118 119 120 121 122 123 124 125 126 127 128 129
config I2C_PROSAVAGE
	tristate "S3/VIA (Pro)Savage"
	depends on I2C_ALGOBIT && PCI && EXPERIMENTAL
	help
	  If you say yes to this option, support will be included for the
	  I2C bus and DDC bus of the S3VIA embedded Savage4 and ProSavage8
	  graphics processors.
	  chipsets supported:
	    S3/VIA KM266/VT8375 aka ProSavage8
	    S3/VIA KM133/VT8365 aka Savage4

	  This support is also available as a module.  If so, the module 
	  will be called i2c-prosavage.

130 131
config I2C_SAVAGE4
	tristate "S3 Savage 4"
132
	depends on I2C_ALGOBIT && PCI && EXPERIMENTAL
133 134 135 136 137 138 139
	help
	  If you say yes to this option, support will be included for the 
	  S3 Savage 4 I2C interface.

	  This driver can also be built as a module.  If so, the module
	  will be called i2c-savage4.

140
config I2C_SIS5595
141
	tristate "SiS 5595"
142 143 144 145 146
	depends on I2C && PCI && EXPERIMENTAL
	help
	  If you say yes to this option, support will be included for the 
	  SiS5595 SMBus (a subset of I2C) interface.

147 148
	  This driver can also be built as a module.  If so, the module
	  will be called i2c-sis5595.
149

150
config I2C_SIS630
151
	tristate "SiS 630"
152 153 154 155 156
	depends on I2C && PCI && EXPERIMENTAL
	help
	  If you say yes to this option, support will be included for the 
	  SiS630 SMBus (a subset of I2C) interface.

157 158
	  This driver can also be built as a module.  If so, the module
	  will be called i2c-sis630.
159

160
config I2C_SIS96X
161
	tristate "SiS 96x"
162 163 164 165 166 167 168 169 170 171 172 173
	depends on I2C && PCI && EXPERIMENTAL
	help
	  If you say yes to this option, support will be included for the SiS
	  96x SMBus (a subset of I2C) interfaces.  Specifically, the following
	  chipsets are supported:
	    645/961
	    645DX/961
	    645DX/962
	    648/961
	    650/961
	    735

174 175
	  This driver can also be built as a module.  If so, the module
	  will be called i2c-sis96x.
176

177
config I2C_VIA
178
	tristate "VIA 82C58B"
179
	depends on I2C_ALGOBIT && PCI && EXPERIMENTAL
180 181 182 183 184
	help

	  If you say yes to this option, support will be included for the VIA
          82C586B I2C interface

185 186
	  This driver can also be built as a module.  If so, the module
	  will be called i2c-via.
187

188
config I2C_VIAPRO
189
	tristate "VIA 82C596/82C686/823x"
190 191 192 193 194 195 196 197 198 199 200 201 202
	depends on I2C && PCI && EXPERIMENTAL
	help

	  If you say yes to this option, support will be included for the VIA
	  82C596/82C686/823x I2C interfaces.  Specifically, the following 
	  chipsets are supported:
	  82C596A/B
	  82C686A/B
	  8231
	  8233
	  8233A
	  8235

203 204
	  This driver can also be built as a module.  If so, the module
	  will be called i2c-viapro.
205

206 207
config I2C_VOODOO3
	tristate "Voodoo 3"
208
	depends on I2C_ALGOBIT && PCI && EXPERIMENTAL
209 210 211 212 213 214 215 216
	help

	  If you say yes to this option, support will be included for the
	  Voodoo 3 I2C interface.

	  This driver can also be built as a module.  If so, the module
	  will be called i2c-voodoo3.

217
endmenu