Kconfig (8658be133baa92c06b6d832a436d437deb2e2a22) Kconfig (92c74bceb0dd4b74a6c0b56c2f9a5c93a0860808)
1#
2# GPIO infrastructure and drivers
3#
4
5config ARCH_HAVE_CUSTOM_GPIO_H
6 bool
7 help
8 Selecting this config option from the architecture Kconfig allows

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

44if GPIOLIB
45
46config GPIO_DEVRES
47 def_bool y
48 depends on HAS_IOMEM
49
50config OF_GPIO
51 def_bool y
1#
2# GPIO infrastructure and drivers
3#
4
5config ARCH_HAVE_CUSTOM_GPIO_H
6 bool
7 help
8 Selecting this config option from the architecture Kconfig allows

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

44if GPIOLIB
45
46config GPIO_DEVRES
47 def_bool y
48 depends on HAS_IOMEM
49
50config OF_GPIO
51 def_bool y
52 depends on OF || COMPILE_TEST
52 depends on OF
53
54config GPIO_ACPI
55 def_bool y
56 depends on ACPI
57
58config GPIOLIB_IRQCHIP
59 select IRQ_DOMAIN
60 bool

--- 1079 unchanged lines hidden ---
53
54config GPIO_ACPI
55 def_bool y
56 depends on ACPI
57
58config GPIOLIB_IRQCHIP
59 select IRQ_DOMAIN
60 bool

--- 1079 unchanged lines hidden ---