diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-04-08 08:34:51 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-04-08 08:34:51 -0400 |
commit | a7ec2e7f150c193f3ea6ffd6bf7b6cedfbdc7a25 (patch) | |
tree | e8bf24adcc6d9ae717a1bacf3632adf24d7ceaae /drivers/gpio/Kconfig | |
parent | 92c33ef7ef1ed232199ffaeecbe65b7b6fab2302 (diff) |
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>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index c9e4c5dfd7c3..65acf322e86a 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -862,6 +862,14 @@ config GPIO_TIMBERDALE | |||
862 | 862 | ||
863 | comment "SPI GPIO expanders:" | 863 | comment "SPI GPIO expanders:" |
864 | 864 | ||
865 | config GPIO_74X164 | ||
866 | tristate "74x164 serial-in/parallel-out 8-bits shift register" | ||
867 | depends on SPI_MASTER && OF | ||
868 | help | ||
869 | Driver for 74x164 compatible serial-in/parallel-out 8-outputs | ||
870 | shift registers. This driver can be used to provide access | ||
871 | to more gpio outputs. | ||
872 | |||
865 | config GPIO_MAX7301 | 873 | config GPIO_MAX7301 |
866 | tristate "Maxim MAX7301 GPIO expander" | 874 | tristate "Maxim MAX7301 GPIO expander" |
867 | depends on SPI_MASTER | 875 | depends on SPI_MASTER |
@@ -885,14 +893,6 @@ config GPIO_MC33880 | |||
885 | SPI driver for Freescale MC33880 high-side/low-side switch. | 893 | SPI driver for Freescale MC33880 high-side/low-side switch. |
886 | This provides GPIO interface supporting inputs and outputs. | 894 | This provides GPIO interface supporting inputs and outputs. |
887 | 895 | ||
888 | config GPIO_74X164 | ||
889 | tristate "74x164 serial-in/parallel-out 8-bits shift register" | ||
890 | depends on SPI_MASTER && OF | ||
891 | help | ||
892 | Driver for 74x164 compatible serial-in/parallel-out 8-outputs | ||
893 | shift registers. This driver can be used to provide access | ||
894 | to more gpio outputs. | ||
895 | |||
896 | comment "AC97 GPIO expanders:" | 896 | comment "AC97 GPIO expanders:" |
897 | 897 | ||
898 | config GPIO_UCB1400 | 898 | config GPIO_UCB1400 |