Kconfig (3b4feb21158f873269ff3fbe2fe8d23a88d64b24) Kconfig (93224edf0b9fd7f643e7ead5b683bdac87f20aa2)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# GPIO infrastructure and drivers
4#
5
6config ARCH_HAVE_CUSTOM_GPIO_H
7 bool
8 help

--- 724 unchanged lines hidden (view full) ---

733 tristate "GPIO support for AMD Fusion Controller Hub (G-series SOCs)"
734 help
735 This option enables driver for GPIO on AMDs Fusion Controller Hub,
736 as found on G-series SOCs (eg. GX-412TC)
737
738 Note: This driver doesn't registers itself automatically, as it
739 needs to be provided with platform specific configuration.
740 (See eg. CONFIG_PCENGINES_APU2.)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# GPIO infrastructure and drivers
4#
5
6config ARCH_HAVE_CUSTOM_GPIO_H
7 bool
8 help

--- 724 unchanged lines hidden (view full) ---

733 tristate "GPIO support for AMD Fusion Controller Hub (G-series SOCs)"
734 help
735 This option enables driver for GPIO on AMDs Fusion Controller Hub,
736 as found on G-series SOCs (eg. GX-412TC)
737
738 Note: This driver doesn't registers itself automatically, as it
739 needs to be provided with platform specific configuration.
740 (See eg. CONFIG_PCENGINES_APU2.)
741
742config GPIO_MSC313
743 bool "MStar MSC313 GPIO support"
744 depends on ARCH_MSTARV7
745 default ARCH_MSTARV7
746 select GPIOLIB_IRQCHIP
747 select IRQ_DOMAIN_HIERARCHY
748 help
749 Say Y here to support the main GPIO block on MStar/SigmaStar
750 ARMv7 based SoCs.
751
741endmenu
742
743menu "Port-mapped I/O GPIO drivers"
744 depends on X86 # Unconditional I/O space access
745
746config GPIO_104_DIO_48E
747 tristate "ACCES 104-DIO-48E GPIO support"
748 depends on PC104

--- 869 unchanged lines hidden ---
752endmenu
753
754menu "Port-mapped I/O GPIO drivers"
755 depends on X86 # Unconditional I/O space access
756
757config GPIO_104_DIO_48E
758 tristate "ACCES 104-DIO-48E GPIO support"
759 depends on PC104

--- 869 unchanged lines hidden ---