]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/i2c/busses/Kconfig
i2c-i801: Use the internal 32-byte buffer on ICH4+
[net-next-2.6.git] / drivers / i2c / busses / Kconfig
CommitLineData
1da177e4
LT
1#
2# Sensor device configuration
3#
4
5menu "I2C Hardware Bus support"
1da177e4
LT
6
7config I2C_ALI1535
8 tristate "ALI 1535"
16538e6b 9 depends on PCI
1da177e4
LT
10 help
11 If you say yes to this option, support will be included for the SMB
12 Host controller on Acer Labs Inc. (ALI) M1535 South Bridges. The SMB
13 controller is part of the 7101 device, which is an ACPI-compliant
14 Power Management Unit (PMU).
15
16 This driver can also be built as a module. If so, the module
17 will be called i2c-ali1535.
18
19config I2C_ALI1563
20 tristate "ALI 1563"
16538e6b 21 depends on PCI && EXPERIMENTAL
1da177e4
LT
22 help
23 If you say yes to this option, support will be included for the SMB
24 Host controller on Acer Labs Inc. (ALI) M1563 South Bridges. The SMB
25 controller is part of the 7101 device, which is an ACPI-compliant
26 Power Management Unit (PMU).
27
28 This driver can also be built as a module. If so, the module
29 will be called i2c-ali1563.
30
31config I2C_ALI15X3
32 tristate "ALI 15x3"
16538e6b 33 depends on PCI
1da177e4
LT
34 help
35 If you say yes to this option, support will be included for the
36 Acer Labs Inc. (ALI) M1514 and M1543 motherboard I2C interfaces.
37
38 This driver can also be built as a module. If so, the module
39 will be called i2c-ali15x3.
40
41config I2C_AMD756
42 tristate "AMD 756/766/768/8111 and nVidia nForce"
16538e6b 43 depends on PCI
1da177e4
LT
44 help
45 If you say yes to this option, support will be included for the AMD
46 756/766/768 mainboard I2C interfaces. The driver also includes
47 support for the first (SMBus 1.0) I2C interface of the AMD 8111 and
48 the nVidia nForce I2C interface.
49
50 This driver can also be built as a module. If so, the module
51 will be called i2c-amd756.
52
53config I2C_AMD756_S4882
54 tristate "SMBus multiplexing on the Tyan S4882"
55 depends on I2C_AMD756 && EXPERIMENTAL
56 help
57 Enabling this option will add specific SMBus support for the Tyan
58 S4882 motherboard. On this 4-CPU board, the SMBus is multiplexed
59 over 8 different channels, where the various memory module EEPROMs
60 and temperature sensors live. Saying yes here will give you access
61 to these in addition to the trunk.
62
63 This driver can also be built as a module. If so, the module
64 will be called i2c-amd756-s4882.
65
66config I2C_AMD8111
67 tristate "AMD 8111"
16538e6b 68 depends on PCI
1da177e4
LT
69 help
70 If you say yes to this option, support will be included for the
71 second (SMBus 2.0) AMD 8111 mainboard I2C interface.
72
73 This driver can also be built as a module. If so, the module
74 will be called i2c-amd8111.
75
813e30e9
AV
76config I2C_AT91
77 tristate "Atmel AT91 I2C Two-Wire interface (TWI)"
16538e6b 78 depends on ARCH_AT91 && EXPERIMENTAL
813e30e9
AV
79 help
80 This supports the use of the I2C interface on Atmel AT91
81 processors.
82
1da177e4 83config I2C_AU1550
a294de4e 84 tristate "Au1550/Au1200 SMBus interface"
16538e6b 85 depends on SOC_AU1550 || SOC_AU1200
1da177e4
LT
86 help
87 If you say yes to this option, support will be included for the
a294de4e 88 Au1550 and Au1200 SMBus interface.
1da177e4
LT
89
90 This driver can also be built as a module. If so, the module
91 will be called i2c-au1550.
92
d24ecfcc
BW
93config I2C_BLACKFIN_TWI
94 tristate "Blackfin TWI I2C support"
16538e6b 95 depends on BF534 || BF536 || BF537
d24ecfcc
BW
96 help
97 This is the TWI I2C device driver for Blackfin 534/536/537.
98 This driver can also be built as a module. If so, the module
99 will be called i2c-bfin-twi.
100
101config I2C_BLACKFIN_TWI_CLK_KHZ
102 int "Blackfin TWI I2C clock (kHz)"
103 depends on I2C_BLACKFIN_TWI
104 range 10 400
105 default 50
106 help
107 The unit of the TWI clock is kHz.
108
1da177e4
LT
109config I2C_ELEKTOR
110 tristate "Elektor ISA card"
16538e6b 111 depends on ISA && BROKEN_ON_SMP
1da177e4
LT
112 select I2C_ALGOPCF
113 help
114 This supports the PCF8584 ISA bus I2C adapter. Say Y if you own
115 such an adapter.
116
117 This support is also available as a module. If so, the module
118 will be called i2c-elektor.
119
1c23af90
HS
120config I2C_GPIO
121 tristate "GPIO-based bitbanging I2C"
122 depends on GENERIC_GPIO
123 select I2C_ALGOBIT
124 help
125 This is a very simple bitbanging I2C driver utilizing the
126 arch-neutral GPIO API to control the SCL and SDA lines.
127
1da177e4
LT
128config I2C_HYDRA
129 tristate "CHRP Apple Hydra Mac I/O I2C interface"
16538e6b 130 depends on PCI && PPC_CHRP && EXPERIMENTAL
1da177e4
LT
131 select I2C_ALGOBIT
132 help
133 This supports the use of the I2C interface in the Apple Hydra Mac
134 I/O chip on some CHRP machines (e.g. the LongTrail). Say Y if you
135 have such a machine.
136
137 This support is also available as a module. If so, the module
138 will be called i2c-hydra.
139
140config I2C_I801
141 tristate "Intel 82801 (ICH)"
16538e6b 142 depends on PCI
1da177e4
LT
143 help
144 If you say yes to this option, support will be included for the Intel
145 801 family of mainboard I2C interfaces. Specifically, the following
146 versions of the chipset are supported:
147 82801AA
148 82801AB
149 82801BA
150 82801CA/CAM
151 82801DB
152 82801EB/ER (ICH5/ICH5R)
153 6300ESB
154 ICH6
155 ICH7
b0a70b57 156 ESB2
8254fc4a 157 ICH8
adbc2a10 158 ICH9
1da177e4
LT
159
160 This driver can also be built as a module. If so, the module
161 will be called i2c-i801.
162
163config I2C_I810
164 tristate "Intel 810/815"
16538e6b 165 depends on PCI
1da177e4
LT
166 select I2C_ALGOBIT
167 help
168 If you say yes to this option, support will be included for the Intel
169 810/815 family of mainboard I2C interfaces. Specifically, the
142078f6 170 following versions of the chipset are supported:
1da177e4
LT
171 i810AA
172 i810AB
173 i810E
174 i815
142078f6 175 i845G
1da177e4
LT
176
177 This driver can also be built as a module. If so, the module
178 will be called i2c-i810.
179
b652b438
RK
180config I2C_PXA
181 tristate "Intel PXA2XX I2C adapter (EXPERIMENTAL)"
16538e6b 182 depends on EXPERIMENTAL && ARCH_PXA
b652b438
RK
183 help
184 If you have devices in the PXA I2C bus, say yes to this option.
185 This driver can also be built as a module. If so, the module
186 will be called i2c-pxa.
187
188config I2C_PXA_SLAVE
189 bool "Intel PXA2XX I2C Slave comms support"
190 depends on I2C_PXA
191 help
192 Support I2C slave mode communications on the PXA I2C bus. This
193 is necessary for systems where the PXA may be a target on the
194 I2C bus.
195
1da177e4 196config I2C_PIIX4
02e0c5d5 197 tristate "Intel PIIX4 and compatible (ATI/Serverworks/Broadcom/SMSC)"
16538e6b 198 depends on PCI
1da177e4
LT
199 help
200 If you say yes to this option, support will be included for the Intel
201 PIIX4 family of mainboard I2C interfaces. Specifically, the following
5f7ea3c5
MD
202 versions of the chipset are supported (note that Serverworks is part
203 of Broadcom):
1da177e4
LT
204 Intel PIIX4
205 Intel 440MX
02e0c5d5
RM
206 ATI IXP200
207 ATI IXP300
208 ATI IXP400
4e6697fc 209 ATI SB600
c29c2221 210 ATI SB700
1da177e4
LT
211 Serverworks OSB4
212 Serverworks CSB5
213 Serverworks CSB6
5f7ea3c5 214 Serverworks HT-1000
1da177e4
LT
215 SMSC Victory66
216
217 This driver can also be built as a module. If so, the module
218 will be called i2c-piix4.
219
220config I2C_IBM_IIC
221 tristate "IBM PPC 4xx on-chip I2C interface"
16538e6b 222 depends on IBM_OCP
1da177e4
LT
223 help
224 Say Y here if you want to use IIC peripheral found on
225 embedded IBM PPC 4xx based systems.
226
227 This driver can also be built as a module. If so, the module
228 will be called i2c-ibm_iic.
229
230config I2C_IOP3XX
285f5fa7 231 tristate "Intel IOPx3xx and IXP4xx on-chip I2C interface"
16538e6b 232 depends on ARCH_IOP32X || ARCH_IOP33X || ARCH_IXP4XX || ARCH_IOP13XX
1da177e4
LT
233 help
234 Say Y here if you want to use the IIC bus controller on
285f5fa7 235 the Intel IOPx3xx I/O Processors or IXP4xx Network Processors.
1da177e4
LT
236
237 This driver can also be built as a module. If so, the module
238 will be called i2c-iop3xx.
239
240config I2C_ISA
5042c7d7 241 tristate
1da177e4 242
1da177e4 243config I2C_IXP4XX
11de70bd 244 tristate "IXP4xx GPIO-Based I2C Interface (DEPRECATED)"
16538e6b 245 depends on ARCH_IXP4XX
1da177e4
LT
246 select I2C_ALGOBIT
247 help
248 Say Y here if you have an Intel IXP4xx(420,421,422,425) based
249 system and are using GPIO lines for an I2C bus.
250
251 This support is also available as a module. If so, the module
252 will be called i2c-ixp4xx.
253
11de70bd
JD
254 This driver is deprecated and will be dropped soon. Use i2c-gpio
255 instead.
256
1da177e4 257config I2C_IXP2000
11de70bd 258 tristate "IXP2000 GPIO-Based I2C Interface (DEPRECATED)"
16538e6b 259 depends on ARCH_IXP2000
1da177e4
LT
260 select I2C_ALGOBIT
261 help
262 Say Y here if you have an Intel IXP2000(2400, 2800, 2850) based
263 system and are using GPIO lines for an I2C bus.
264
265 This support is also available as a module. If so, the module
266 will be called i2c-ixp2000.
267
11de70bd
JD
268 This driver is deprecated and will be dropped soon. Use i2c-gpio
269 instead.
270
a28d3af2
BH
271config I2C_POWERMAC
272 tristate "Powermac I2C interface"
16538e6b 273 depends on PPC_PMAC
a28d3af2 274 default y
1da177e4 275 help
a28d3af2
BH
276 This exposes the various PowerMac i2c interfaces to the linux i2c
277 layer and to userland. It is used by various drivers on the powemac
278 platform, thus should generally be enabled.
0365ba7f
BH
279
280 This support is also available as a module. If so, the module
a28d3af2 281 will be called i2c-powermac.
0365ba7f 282
1da177e4 283config I2C_MPC
2097c7f0 284 tristate "MPC107/824x/85xx/52xx/86xx"
16538e6b 285 depends on PPC32
1da177e4
LT
286 help
287 If you say yes to this option, support will be included for the
288 built-in I2C interface on the MPC107/Tsi107/MPC8240/MPC8245 and
2097c7f0 289 MPC85xx/MPC8641 family processors. The driver may also work on 52xx
1da177e4
LT
290 family processors, though interrupts are known not to work.
291
292 This driver can also be built as a module. If so, the module
293 will be called i2c-mpc.
294
295config I2C_NFORCE2
5d740fe9 296 tristate "Nvidia nForce2, nForce3 and nForce4"
16538e6b 297 depends on PCI
1da177e4
LT
298 help
299 If you say yes to this option, support will be included for the Nvidia
5d740fe9 300 nForce2, nForce3 and nForce4 families of mainboard I2C interfaces.
1da177e4
LT
301
302 This driver can also be built as a module. If so, the module
303 will be called i2c-nforce2.
304
18f98b1e
PK
305config I2C_OCORES
306 tristate "OpenCores I2C Controller"
16538e6b 307 depends on EXPERIMENTAL
18f98b1e
PK
308 help
309 If you say yes to this option, support will be included for the
310 OpenCores I2C controller. For details see
311 http://www.opencores.org/projects.cgi/web/i2c/overview
312
313 This driver can also be built as a module. If so, the module
314 will be called i2c-ocores.
315
010d442c
KS
316config I2C_OMAP
317 tristate "OMAP I2C adapter"
16538e6b 318 depends on ARCH_OMAP
010d442c
KS
319 default y if MACH_OMAP_H3 || MACH_OMAP_OSK
320 help
321 If you say yes to this option, support will be included for the
322 I2C interface on the Texas Instruments OMAP1/2 family of processors.
323 Like OMAP1510/1610/1710/5912 and OMAP242x.
324 For details see http://www.ti.com/omap.
325
1da177e4
LT
326config I2C_PARPORT
327 tristate "Parallel port adapter"
16538e6b 328 depends on PARPORT
1da177e4
LT
329 select I2C_ALGOBIT
330 help
331 This supports parallel port I2C adapters such as the ones made by
332 Philips or Velleman, Analog Devices evaluation boards, and more.
333 Basically any adapter using the parallel port as an I2C bus with
334 no extra chipset is supported by this driver, or could be.
335
336 This driver is a replacement for (and was inspired by) an older
337 driver named i2c-philips-par. The new driver supports more devices,
338 and makes it easier to add support for new devices.
e97b81dd
MH
339
340 An adapter type parameter is now mandatory. Please read the file
341 Documentation/i2c/busses/i2c-parport for details.
342
1da177e4
LT
343 Another driver exists, named i2c-parport-light, which doesn't depend
344 on the parport driver. This is meant for embedded systems. Don't say
345 Y here if you intend to say Y or M there.
346
347 This support is also available as a module. If so, the module
348 will be called i2c-parport.
349
350config I2C_PARPORT_LIGHT
351 tristate "Parallel port adapter (light)"
1da177e4
LT
352 select I2C_ALGOBIT
353 help
354 This supports parallel port I2C adapters such as the ones made by
355 Philips or Velleman, Analog Devices evaluation boards, and more.
356 Basically any adapter using the parallel port as an I2C bus with
357 no extra chipset is supported by this driver, or could be.
358
359 This driver is a light version of i2c-parport. It doesn't depend
360 on the parport driver, and uses direct I/O access instead. This
09509603 361 might be preferred on embedded systems where wasting memory for
1da177e4
LT
362 the clean but heavy parport handling is not an option. The
363 drawback is a reduced portability and the impossibility to
09509603 364 daisy-chain other parallel port devices.
1da177e4
LT
365
366 Don't say Y here if you said Y or M to i2c-parport. Saying M to
367 both is possible but both modules should not be loaded at the same
368 time.
369
370 This support is also available as a module. If so, the module
371 will be called i2c-parport-light.
372
beb58aa3
OJ
373config I2C_PASEMI
374 tristate "PA Semi SMBus interface"
16538e6b 375 depends on PPC_PASEMI && PCI
beb58aa3
OJ
376 help
377 Supports the PA Semi PWRficient on-chip SMBus interfaces.
378
1da177e4
LT
379config I2C_PROSAVAGE
380 tristate "S3/VIA (Pro)Savage"
16538e6b 381 depends on PCI
1da177e4
LT
382 select I2C_ALGOBIT
383 help
384 If you say yes to this option, support will be included for the
385 I2C bus and DDC bus of the S3VIA embedded Savage4 and ProSavage8
386 graphics processors.
387 chipsets supported:
388 S3/VIA KM266/VT8375 aka ProSavage8
389 S3/VIA KM133/VT8365 aka Savage4
390
391 This support is also available as a module. If so, the module
392 will be called i2c-prosavage.
393
394config I2C_RPXLITE
395 tristate "Embedded Planet RPX Lite/Classic support"
16538e6b 396 depends on RPXLITE || RPXCLASSIC
1da177e4
LT
397 select I2C_ALGO8XX
398
399config I2C_S3C2410
400 tristate "S3C2410 I2C Driver"
16538e6b 401 depends on ARCH_S3C2410
1da177e4
LT
402 help
403 Say Y here to include support for I2C controller in the
404 Samsung S3C2410 based System-on-Chip devices.
405
406config I2C_SAVAGE4
407 tristate "S3 Savage 4"
16538e6b 408 depends on PCI && EXPERIMENTAL
1da177e4
LT
409 select I2C_ALGOBIT
410 help
411 If you say yes to this option, support will be included for the
412 S3 Savage 4 I2C interface.
413
414 This driver can also be built as a module. If so, the module
415 will be called i2c-savage4.
416
417config I2C_SIBYTE
418 tristate "SiByte SMBus interface"
16538e6b 419 depends on SIBYTE_SB1xxx_SOC
1da177e4
LT
420 help
421 Supports the SiByte SOC on-chip I2C interfaces (2 channels).
422
bcda9f1e
BD
423config I2C_SIMTEC
424 tristate "Simtec Generic I2C interface"
425 select I2C_ALGOBIT
426 help
427 If you say yes to this option, support will be inclyded for
428 the Simtec Generic I2C interface. This driver is for the
429 simple I2C bus used on newer Simtec products for general
430 I2C, such as DDC on the Simtec BBD2016A.
431
432 This driver can also be build as a module. If so, the module
433 will be called i2c-simtec.
434
1da177e4 435config SCx200_I2C
11de70bd 436 tristate "NatSemi SCx200 I2C using GPIO pins (DEPRECATED)"
16538e6b 437 depends on SCx200_GPIO
1da177e4
LT
438 select I2C_ALGOBIT
439 help
440 Enable the use of two GPIO pins of a SCx200 processor as an I2C bus.
441
442 If you don't know what to do here, say N.
443
444 This support is also available as a module. If so, the module
445 will be called scx200_i2c.
446
11de70bd
JD
447 This driver is deprecated and will be dropped soon. Use i2c-gpio
448 (or scx200_acb) instead.
449
1da177e4
LT
450config SCx200_I2C_SCL
451 int "GPIO pin used for SCL"
452 depends on SCx200_I2C
453 default "12"
454 help
455 Enter the GPIO pin number used for the SCL signal. This value can
456 also be specified with a module parameter.
457
458config SCx200_I2C_SDA
459 int "GPIO pin used for SDA"
460 depends on SCx200_I2C
461 default "13"
462 help
463 Enter the GPIO pin number used for the SSA signal. This value can
464 also be specified with a module parameter.
465
466config SCx200_ACB
a417bbd3 467 tristate "Geode ACCESS.bus support"
16538e6b 468 depends on X86_32 && PCI
1da177e4 469 help
a417bbd3
BG
470 Enable the use of the ACCESS.bus controllers on the Geode SCx200 and
471 SC1100 processors and the CS5535 and CS5536 Geode companion devices.
1da177e4
LT
472
473 If you don't know what to do here, say N.
474
475 This support is also available as a module. If so, the module
476 will be called scx200_acb.
477
478config I2C_SIS5595
479 tristate "SiS 5595"
16538e6b 480 depends on PCI
1da177e4
LT
481 help
482 If you say yes to this option, support will be included for the
483 SiS5595 SMBus (a subset of I2C) interface.
484
485 This driver can also be built as a module. If so, the module
486 will be called i2c-sis5595.
487
488config I2C_SIS630
489 tristate "SiS 630/730"
16538e6b 490 depends on PCI
1da177e4
LT
491 help
492 If you say yes to this option, support will be included for the
493 SiS630 and SiS730 SMBus (a subset of I2C) interface.
494
495 This driver can also be built as a module. If so, the module
496 will be called i2c-sis630.
497
498config I2C_SIS96X
499 tristate "SiS 96x"
16538e6b 500 depends on PCI
1da177e4
LT
501 help
502 If you say yes to this option, support will be included for the SiS
503 96x SMBus (a subset of I2C) interfaces. Specifically, the following
504 chipsets are supported:
505 645/961
506 645DX/961
507 645DX/962
508 648/961
509 650/961
510 735
5d740fe9 511 745
1da177e4
LT
512
513 This driver can also be built as a module. If so, the module
514 will be called i2c-sis96x.
515
516config I2C_STUB
517 tristate "I2C/SMBus Test Stub"
16538e6b 518 depends on EXPERIMENTAL && m
1da177e4
LT
519 default 'n'
520 help
521 This module may be useful to developers of SMBus client drivers,
522 especially for certain kinds of sensor chips.
523
524 If you do build this module, be sure to read the notes and warnings
525 in <file:Documentation/i2c/i2c-stub>.
526
527 If you don't know what to do here, definitely say N.
528
e8c76eed
TH
529config I2C_TINY_USB
530 tristate "I2C-Tiny-USB"
531 depends on USB
532 help
533 If you say yes to this option, support will be included for the
534 i2c-tiny-usb, a simple do-it-yourself USB to I2C interface. See
535 http://www.harbaum.org/till/i2c_tiny_usb for hardware details.
536
537 This driver can also be built as a module. If so, the module
538 will be called i2c-tiny-usb.
539
6b65cd74
RK
540config I2C_VERSATILE
541 tristate "ARM Versatile/Realview I2C bus support"
16538e6b 542 depends on ARCH_VERSATILE || ARCH_REALVIEW
6b65cd74
RK
543 select I2C_ALGOBIT
544 help
545 Say yes if you want to support the I2C serial bus on ARMs Versatile
546 range of platforms.
547
548 This driver can also be built as a module. If so, the module
549 will be called i2c-versatile.
550
8d91cbad
RK
551config I2C_ACORN
552 bool "Acorn IOC/IOMD I2C bus support"
16538e6b 553 depends on ARCH_ACORN
8d91cbad
RK
554 default y
555 select I2C_ALGOBIT
556 help
557 Say yes if you want to support the I2C bus on Acorn platforms.
558
559 If you don't know, say Y.
560
1da177e4
LT
561config I2C_VIA
562 tristate "VIA 82C586B"
16538e6b 563 depends on PCI && EXPERIMENTAL
1da177e4
LT
564 select I2C_ALGOBIT
565 help
566 If you say yes to this option, support will be included for the VIA
567 82C586B I2C interface
568
569 This driver can also be built as a module. If so, the module
570 will be called i2c-via.
571
572config I2C_VIAPRO
ab6a6ed2 573 tristate "VIA VT82C596/82C686/82xx and CX700"
16538e6b 574 depends on PCI
1da177e4
LT
575 help
576 If you say yes to this option, support will be included for the VIA
ab6a6ed2 577 VT82C596 and later SMBus interface. Specifically, the following
1da177e4 578 chipsets are supported:
c243353a
RM
579 VT82C596A/B
580 VT82C686A/B
581 VT8231
582 VT8233/A
583 VT8235
584 VT8237R/A
585 VT8251
ab6a6ed2 586 CX700
1da177e4
LT
587
588 This driver can also be built as a module. If so, the module
589 will be called i2c-viapro.
590
591config I2C_VOODOO3
592 tristate "Voodoo 3"
16538e6b 593 depends on PCI
1da177e4
LT
594 select I2C_ALGOBIT
595 help
596 If you say yes to this option, support will be included for the
597 Voodoo 3 I2C interface.
598
599 This driver can also be built as a module. If so, the module
600 will be called i2c-voodoo3.
601
602config I2C_PCA_ISA
603 tristate "PCA9564 on an ISA bus"
16538e6b 604 depends on ISA
1da177e4 605 select I2C_ALGOPCA
aee62305 606 default n
1da177e4
LT
607 help
608 This driver supports ISA boards using the Philips PCA 9564
609 Parallel bus to I2C bus controller
610
611 This driver can also be built as a module. If so, the module
612 will be called i2c-pca-isa.
613
aee62305
JD
614 This device is almost undetectable and using this driver on a
615 system which doesn't have this device will result in long
616 delays when I2C/SMBus chip drivers are loaded (e.g. at boot
617 time). If unsure, say N.
618
1da177e4
LT
619config I2C_MV64XXX
620 tristate "Marvell mv64xxx I2C Controller"
16538e6b 621 depends on MV64X60 && EXPERIMENTAL
1da177e4
LT
622 help
623 If you say yes to this option, support will be included for the
624 built-in I2C interface on the Marvell 64xxx line of host bridges.
625
626 This driver can also be built as a module. If so, the module
627 will be called i2c-mv64xxx.
628
41561f28
VW
629config I2C_PNX
630 tristate "I2C bus support for Philips PNX targets"
16538e6b 631 depends on ARCH_PNX4008
41561f28
VW
632 help
633 This driver supports the Philips IP3204 I2C IP block master and/or
634 slave controller
635
636 This driver can also be built as a module. If so, the module
637 will be called i2c-pnx.
638
1da177e4 639endmenu