diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-04-08 08:30:37 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-04-08 08:30:37 -0400 |
commit | 92c33ef7ef1ed232199ffaeecbe65b7b6fab2302 (patch) | |
tree | c814f11b97252c9b5553fcf1f908747faeb71609 /drivers/gpio/Kconfig | |
parent | bf5a16bae51808d1748508f122bacd858bad2837 (diff) |
gpio: arrange PCI GPIO controllers alphabetically
Rearrange PCI GPIO controllers 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 | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 38fd1311b9d6..c9e4c5dfd7c3 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -766,15 +766,17 @@ config GPIO_WM8994 | |||
766 | 766 | ||
767 | comment "PCI GPIO expanders:" | 767 | comment "PCI GPIO expanders:" |
768 | 768 | ||
769 | config GPIO_CS5535 | 769 | config GPIO_AMD8111 |
770 | tristate "AMD CS5535/CS5536 GPIO support" | 770 | tristate "AMD 8111 GPIO driver" |
771 | depends on MFD_CS5535 | 771 | depends on PCI |
772 | help | 772 | help |
773 | The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that | 773 | The AMD 8111 south bridge contains 32 GPIO pins which can be used. |
774 | can be used for quite a number of things. The CS5535/6 is found on | ||
775 | AMD Geode and Lemote Yeeloong devices. | ||
776 | 774 | ||
777 | If unsure, say N. | 775 | Note, that usually system firmware/ACPI handles GPIO pins on their |
776 | own and users might easily break their systems with uncarefull usage | ||
777 | of this driver! | ||
778 | |||
779 | If unsure, say N | ||
778 | 780 | ||
779 | config GPIO_BT8XX | 781 | config GPIO_BT8XX |
780 | tristate "BT8XX GPIO abuser" | 782 | tristate "BT8XX GPIO abuser" |
@@ -792,17 +794,15 @@ config GPIO_BT8XX | |||
792 | 794 | ||
793 | If unsure, say N. | 795 | If unsure, say N. |
794 | 796 | ||
795 | config GPIO_AMD8111 | 797 | config GPIO_CS5535 |
796 | tristate "AMD 8111 GPIO driver" | 798 | tristate "AMD CS5535/CS5536 GPIO support" |
797 | depends on PCI | 799 | depends on MFD_CS5535 |
798 | help | 800 | help |
799 | The AMD 8111 south bridge contains 32 GPIO pins which can be used. | 801 | The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that |
800 | 802 | can be used for quite a number of things. The CS5535/6 is found on | |
801 | Note, that usually system firmware/ACPI handles GPIO pins on their | 803 | AMD Geode and Lemote Yeeloong devices. |
802 | own and users might easily break their systems with uncarefull usage | ||
803 | of this driver! | ||
804 | 804 | ||
805 | If unsure, say N | 805 | If unsure, say N. |
806 | 806 | ||
807 | config GPIO_INTEL_MID | 807 | config GPIO_INTEL_MID |
808 | bool "Intel Mid GPIO support" | 808 | bool "Intel Mid GPIO support" |
@@ -811,6 +811,16 @@ config GPIO_INTEL_MID | |||
811 | help | 811 | help |
812 | Say Y here to support Intel Mid GPIO. | 812 | Say Y here to support Intel Mid GPIO. |
813 | 813 | ||
814 | config GPIO_ML_IOH | ||
815 | tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support" | ||
816 | depends on PCI | ||
817 | select GENERIC_IRQ_CHIP | ||
818 | help | ||
819 | ML7213 is companion chip for Intel Atom E6xx series. | ||
820 | This driver can be used for OKI SEMICONDUCTOR ML7213 IOH(Input/Output | ||
821 | Hub) which is for IVI(In-Vehicle Infotainment) use. | ||
822 | This driver can access the IOH's GPIO device. | ||
823 | |||
814 | config GPIO_PCH | 824 | config GPIO_PCH |
815 | tristate "Intel EG20T PCH/LAPIS Semiconductor IOH(ML7223/ML7831) GPIO" | 825 | tristate "Intel EG20T PCH/LAPIS Semiconductor IOH(ML7223/ML7831) GPIO" |
816 | depends on PCI && (X86_32 || COMPILE_TEST) | 826 | depends on PCI && (X86_32 || COMPILE_TEST) |
@@ -827,15 +837,14 @@ config GPIO_PCH | |||
827 | ML7223/ML7831 is companion chip for Intel Atom E6xx series. | 837 | ML7223/ML7831 is companion chip for Intel Atom E6xx series. |
828 | ML7223/ML7831 is completely compatible for Intel EG20T PCH. | 838 | ML7223/ML7831 is completely compatible for Intel EG20T PCH. |
829 | 839 | ||
830 | config GPIO_ML_IOH | 840 | config GPIO_RDC321X |
831 | tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support" | 841 | tristate "RDC R-321x GPIO support" |
832 | depends on PCI | 842 | depends on PCI |
833 | select GENERIC_IRQ_CHIP | 843 | select MFD_CORE |
844 | select MFD_RDC321X | ||
834 | help | 845 | help |
835 | ML7213 is companion chip for Intel Atom E6xx series. | 846 | Support for the RDC R321x SoC GPIOs over southbridge |
836 | This driver can be used for OKI SEMICONDUCTOR ML7213 IOH(Input/Output | 847 | PCI configuration space. |
837 | Hub) which is for IVI(In-Vehicle Infotainment) use. | ||
838 | This driver can access the IOH's GPIO device. | ||
839 | 848 | ||
840 | config GPIO_SODAVILLE | 849 | config GPIO_SODAVILLE |
841 | bool "Intel Sodaville GPIO support" | 850 | bool "Intel Sodaville GPIO support" |
@@ -851,15 +860,6 @@ config GPIO_TIMBERDALE | |||
851 | ---help--- | 860 | ---help--- |
852 | Add support for the GPIO IP in the timberdale FPGA. | 861 | Add support for the GPIO IP in the timberdale FPGA. |
853 | 862 | ||
854 | config GPIO_RDC321X | ||
855 | tristate "RDC R-321x GPIO support" | ||
856 | depends on PCI | ||
857 | select MFD_CORE | ||
858 | select MFD_RDC321X | ||
859 | help | ||
860 | Support for the RDC R321x SoC GPIOs over southbridge | ||
861 | PCI configuration space. | ||
862 | |||
863 | comment "SPI GPIO expanders:" | 863 | comment "SPI GPIO expanders:" |
864 | 864 | ||
865 | config GPIO_MAX7301 | 865 | config GPIO_MAX7301 |