blob: 11edabf425ae34aac0b72d7c2811c714fa5796f2 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
Arthur Othienobe53f9b2006-08-13 23:39:11 +02002# I2C subsystem configuration
Linus Torvalds1da177e2005-04-16 15:20:36 -07003#
4
Lan Tianyuda3c6642014-05-20 20:59:24 +08005menu "I2C support"
6
7config I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 tristate "I2C support"
Mika Kuoppala194684e2009-12-06 17:06:22 +01009 select RT_MUTEXES
Linus Torvalds1da177e2005-04-16 15:20:36 -070010 ---help---
Michael Witten622e0402011-07-08 22:33:24 +000011 I2C (pronounce: I-squared-C) is a slow serial bus protocol used in
Linus Torvalds1da177e2005-04-16 15:20:36 -070012 many micro controller applications and developed by Philips. SMBus,
13 or System Management Bus is a subset of the I2C protocol. More
14 information is contained in the directory <file:Documentation/i2c/>,
15 especially in the file called "summary" there.
16
17 Both I2C and SMBus are supported here. You will need this for
18 hardware sensors support, and also for Video For Linux support.
19
20 If you want I2C support, you should say Y here and also to the
21 specific driver for your bus adapter(s) below.
22
23 This I2C support can also be built as a module. If so, the module
24 will be called i2c-core.
25
Lan Tianyu36604752014-08-15 13:38:59 +080026config ACPI_I2C_OPREGION
27 bool "ACPI I2C Operation region support"
28 depends on I2C=y && ACPI
Lan Tianyuda3c6642014-05-20 20:59:24 +080029 default y
30 help
Lan Tianyu36604752014-08-15 13:38:59 +080031 Say Y here if you want to enable ACPI I2C operation region support.
32 Operation Regions allow firmware (BIOS) code to access I2C slave devices,
33 such as smart batteries through an I2C host controller driver.
Lan Tianyuda3c6642014-05-20 20:59:24 +080034
Jan Engelhardt16538e62007-05-01 23:26:34 +020035if I2C
36
David Brownell9c1600e2007-05-01 23:26:31 +020037config I2C_BOARDINFO
Christoph Jaeger6341e622014-12-20 15:41:11 -050038 bool
David Brownell9c1600e2007-05-01 23:26:31 +020039 default y
40
Jean Delvare2bb50952009-09-18 22:45:46 +020041config I2C_COMPAT
Christoph Jaeger6341e622014-12-20 15:41:11 -050042 bool "Enable compatibility bits for old user-space"
Jean Delvare2bb50952009-09-18 22:45:46 +020043 default y
44 help
45 Say Y here if you intend to run lm-sensors 3.1.1 or older, or any
46 other user-space package which expects i2c adapters to be class
47 devices. If you don't know, say Y.
48
Linus Torvalds1da177e2005-04-16 15:20:36 -070049config I2C_CHARDEV
50 tristate "I2C device interface"
Linus Torvalds1da177e2005-04-16 15:20:36 -070051 help
52 Say Y here to use i2c-* device files, usually found in the /dev
53 directory on your system. They make it possible to have user-space
54 programs use the I2C bus. Information on how to do this is
55 contained in the file <file:Documentation/i2c/dev-interface>.
56
57 This support is also available as a module. If so, the module
58 will be called i2c-dev.
59
Michael Lawnick08263742010-08-11 18:21:02 +020060config I2C_MUX
61 tristate "I2C bus multiplexing support"
Michael Lawnick08263742010-08-11 18:21:02 +020062 help
63 Say Y here if you want the I2C core to support the ability to
64 handle multiplexed I2C bus topologies, by presenting each
65 multiplexed segment as a I2C adapter.
66
67 This support is also available as a module. If so, the module
68 will be called i2c-mux.
69
Michael Lawnick7f528132010-08-11 18:21:03 +020070source drivers/i2c/muxes/Kconfig
71
Jean Delvare8d24f8d2008-08-10 22:56:15 +020072config I2C_HELPER_AUTO
73 bool "Autoselect pertinent helper modules"
74 default y
75 help
76 Some I2C bus drivers require so-called "I2C algorithm" modules
77 to work. These are basically software-only abstractions of generic
78 I2C interfaces. This option will autoselect them so that you don't
79 have to care.
80
81 Unselect this only if you need to enable additional helper
82 modules, for example for use with external I2C bus drivers.
83
84 In doubt, say Y.
85
Jean Delvaree2ca3072010-03-02 12:23:43 +010086config I2C_SMBUS
Arnaud Lacombedfc518d2010-11-06 18:30:25 -030087 tristate "SMBus-specific protocols" if !I2C_HELPER_AUTO
Jean Delvaree2ca3072010-03-02 12:23:43 +010088 help
89 Say Y here if you want support for SMBus extensions to the I2C
Jean Delvared380a202016-07-18 12:39:43 +020090 specification. At the moment, two extensions are supported:
91 the SMBus Alert protocol and the SMBus Host Notify protocol.
Jean Delvaree2ca3072010-03-02 12:23:43 +010092
93 This support is also available as a module. If so, the module
94 will be called i2c-smbus.
95
Linus Torvalds1da177e2005-04-16 15:20:36 -070096source drivers/i2c/algos/Kconfig
97source drivers/i2c/busses/Kconfig
Linus Torvalds1da177e2005-04-16 15:20:36 -070098
Peter Huewe3ddb59d2012-10-05 22:23:52 +020099config I2C_STUB
100 tristate "I2C/SMBus Test Stub"
Kees Cook417e86c2013-01-16 18:53:37 -0800101 depends on m
Peter Huewe3ddb59d2012-10-05 22:23:52 +0200102 default 'n'
103 help
104 This module may be useful to developers of SMBus client drivers,
105 especially for certain kinds of sensor chips.
106
107 If you do build this module, be sure to read the notes and warnings
108 in <file:Documentation/i2c/i2c-stub>.
109
110 If you don't know what to do here, definitely say N.
111
Wolfram Sang389be322014-11-18 17:04:54 +0100112config I2C_SLAVE
113 bool "I2C slave support"
114
115if I2C_SLAVE
116
117config I2C_SLAVE_EEPROM
118 tristate "I2C eeprom slave driver"
119
120endif
121
Linus Torvalds1da177e2005-04-16 15:20:36 -0700122config I2C_DEBUG_CORE
123 bool "I2C Core debugging messages"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124 help
125 Say Y here if you want the I2C core to produce a bunch of debug
126 messages to the system log. Select this if you are having a
127 problem with I2C support and want to see more of what is going on.
128
129config I2C_DEBUG_ALGO
130 bool "I2C Algorithm debugging messages"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700131 help
132 Say Y here if you want the I2C algorithm drivers to produce a bunch
133 of debug messages to the system log. Select this if you are having
134 a problem with I2C support and want to see more of what is going
135 on.
136
137config I2C_DEBUG_BUS
138 bool "I2C Bus debugging messages"
Peter Huewe3ddb59d2012-10-05 22:23:52 +0200139 depends on HAS_IOMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700140 help
141 Say Y here if you want the I2C bus drivers to produce a bunch of
142 debug messages to the system log. Select this if you are having
143 a problem with I2C support and want to see more of what is going
144 on.
145
Jan Engelhardt16538e62007-05-01 23:26:34 +0200146endif # I2C
Lan Tianyuda3c6642014-05-20 20:59:24 +0800147
148endmenu