gpio: arrange SPI Kconfig symbols alphabetically
Rearrange the SPI GPIO expanders in alphabetic order as already indicated by the comment in the file. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
92c33ef7ef
commit
a7ec2e7f15
1 changed files with 8 additions and 8 deletions
|
@ -862,6 +862,14 @@ config GPIO_TIMBERDALE
|
||||||
|
|
||||||
comment "SPI GPIO expanders:"
|
comment "SPI GPIO expanders:"
|
||||||
|
|
||||||
|
config GPIO_74X164
|
||||||
|
tristate "74x164 serial-in/parallel-out 8-bits shift register"
|
||||||
|
depends on SPI_MASTER && OF
|
||||||
|
help
|
||||||
|
Driver for 74x164 compatible serial-in/parallel-out 8-outputs
|
||||||
|
shift registers. This driver can be used to provide access
|
||||||
|
to more gpio outputs.
|
||||||
|
|
||||||
config GPIO_MAX7301
|
config GPIO_MAX7301
|
||||||
tristate "Maxim MAX7301 GPIO expander"
|
tristate "Maxim MAX7301 GPIO expander"
|
||||||
depends on SPI_MASTER
|
depends on SPI_MASTER
|
||||||
|
@ -885,14 +893,6 @@ config GPIO_MC33880
|
||||||
SPI driver for Freescale MC33880 high-side/low-side switch.
|
SPI driver for Freescale MC33880 high-side/low-side switch.
|
||||||
This provides GPIO interface supporting inputs and outputs.
|
This provides GPIO interface supporting inputs and outputs.
|
||||||
|
|
||||||
config GPIO_74X164
|
|
||||||
tristate "74x164 serial-in/parallel-out 8-bits shift register"
|
|
||||||
depends on SPI_MASTER && OF
|
|
||||||
help
|
|
||||||
Driver for 74x164 compatible serial-in/parallel-out 8-outputs
|
|
||||||
shift registers. This driver can be used to provide access
|
|
||||||
to more gpio outputs.
|
|
||||||
|
|
||||||
comment "AC97 GPIO expanders:"
|
comment "AC97 GPIO expanders:"
|
||||||
|
|
||||||
config GPIO_UCB1400
|
config GPIO_UCB1400
|
||||||
|
|
Loading…
Add table
Reference in a new issue