Kconfig (942baad211336efefb93a8369478888ab845c450) | Kconfig (4195926aedca79e7acd00ec6448726cae97675bc) |
---|---|
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 --- 768 unchanged lines hidden (view full) --- 777 depends on ARCH_MSTARV7 778 default ARCH_MSTARV7 779 select GPIOLIB_IRQCHIP 780 select IRQ_DOMAIN_HIERARCHY 781 help 782 Say Y here to support the main GPIO block on MStar/SigmaStar 783 ARMv7 based SoCs. 784 | 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 --- 768 unchanged lines hidden (view full) --- 777 depends on ARCH_MSTARV7 778 default ARCH_MSTARV7 779 select GPIOLIB_IRQCHIP 780 select IRQ_DOMAIN_HIERARCHY 781 help 782 Say Y here to support the main GPIO block on MStar/SigmaStar 783 ARMv7 based SoCs. 784 |
785config GPIO_IDT3243X 786 tristate "IDT 79RC3243X GPIO support" 787 depends on MIKROTIK_RB532 || COMPILE_TEST 788 select GPIO_GENERIC 789 select GPIOLIB_IRQCHIP 790 help 791 Select this option to enable GPIO driver for 792 IDT 79RC3243X based devices like Mikrotik RB532. 793 794 To compile this driver as a module, choose M here: the module will 795 be called gpio-idt3243x. 796 |
|
785endmenu 786 787menu "Port-mapped I/O GPIO drivers" 788 depends on X86 # Unconditional I/O space access 789 790config GPIO_104_DIO_48E 791 tristate "ACCES 104-DIO-48E GPIO support" 792 depends on PC104 --- 868 unchanged lines hidden --- | 797endmenu 798 799menu "Port-mapped I/O GPIO drivers" 800 depends on X86 # Unconditional I/O space access 801 802config GPIO_104_DIO_48E 803 tristate "ACCES 104-DIO-48E GPIO support" 804 depends on PC104 --- 868 unchanged lines hidden --- |