pull master
[hh.org.git] / drivers / l3 / Kconfig
blob98e8786b29a2f6e743258beabd0580e64cab79c6
2 # L3 bus configuration
5 menu "L3 serial bus support"
7 config L3
8         tristate "L3 support"
10 config L3_ALGOBIT
11         bool "L3 bit-banging interfaces"
12         depends on L3=y
14 config L3_BIT_SA1100_GPIO
15         bool "SA11x0 GPIO adapter"
16         depends on L3_ALGOBIT && ARCH_SA1100
17         
18 # i2c must come before this
19 config BIT_SA1100_GPIO
20         bool
21         depends on L3_BIT_SA1100_GPIO || I2C_BIT_SA1100_GPIO=y
22         default y
24 endmenu