summaryrefslogtreecommitdiffstats
path: root/rules/i2c-tools.in
blob: 3a99e6f9ee87f1edd6f555c9e79f57a86b4b69a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=shell_and_console
config I2C_TOOLS
	tristate
	depends on !(BUSYBOX_I2CDETECT || BUSYBOX_I2CDUMP || BUSYBOX_I2CGET || BUSYBOX_I2CSET) || ALLYES
	prompt "i2c-tools"
	help
	  The userland i2c tools from lm-sensors. They provide generic access
	  to i2c devices.

comment "BusyBox' i2c tools are selected!"
	depends on BUSYBOX_I2CDETECT || BUSYBOX_I2CDUMP || BUSYBOX_I2CGET || BUSYBOX_I2CSET