3845de25c5
The algorithm drivers are helper drivers that are selected automatically as needed. There's no point in listing them in the config menu, it can only confuse users and waste their time. Signed-off-by: Jean Delvare <khali@linux-fr.org>
16 lines
209 B
Text
16 lines
209 B
Text
#
|
|
# I2C algorithm drivers configuration
|
|
#
|
|
|
|
config I2C_ALGOBIT
|
|
tristate
|
|
|
|
config I2C_ALGOPCF
|
|
tristate
|
|
|
|
config I2C_ALGOPCA
|
|
tristate
|
|
|
|
config I2C_ALGO_SGI
|
|
tristate
|
|
depends on SGI_IP22 || SGI_IP32 || X86_VISWS
|