[BACK]Return to Kconfig CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / drivers / i2c / algos

File: [Development] / linux-2.6-xfs / drivers / i2c / algos / Kconfig (download)

Revision 1.10, Fri Oct 3 17:46:45 2008 UTC (9 years ago) by lachlan.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +8 -3 lines

Merge up to 2.6.27-rc8
Merge of 2.6.x-xfs-melb:linux:32254b by kenmcd.

#
# I2C algorithm drivers configuration
#

menu "I2C Algorithms"
	depends on !I2C_HELPER_AUTO

config I2C_ALGOBIT
	tristate "I2C bit-banging interfaces"

config I2C_ALGOPCF
	tristate "I2C PCF 8584 interfaces"

config I2C_ALGOPCA
	tristate "I2C PCA 9564 interfaces"

config I2C_ALGO_SGI
	tristate
	depends on SGI_IP22 || SGI_IP32 || X86_VISWS

endmenu