Kconfig (8e8c668927b029f6ccc350eb1aa936864cc4eb6f) Kconfig (60a5eaba46919f3a4c63a0c93bb7015ad5e56a82)
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

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

28 for all their GPIOs, usually starting with ones integrated
29 into SOC processors.
30 Selecting this from the architecture code will cause the gpiolib
31 code to always get built in.
32
33
34menuconfig GPIOLIB
35 bool "GPIO Support"
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

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

28 for all their GPIOs, usually starting with ones integrated
29 into SOC processors.
30 Selecting this from the architecture code will cause the gpiolib
31 code to always get built in.
32
33
34menuconfig GPIOLIB
35 bool "GPIO Support"
36 select ANON_INODES
36 help
37 This enables GPIO support through the generic GPIO library.
38 You only need to enable this, if you also want to enable
39 one or more of the GPIO drivers below.
40
41 If unsure, say N.
42
43if GPIOLIB

--- 1095 unchanged lines hidden ---
37 help
38 This enables GPIO support through the generic GPIO library.
39 You only need to enable this, if you also want to enable
40 one or more of the GPIO drivers below.
41
42 If unsure, say N.
43
44if GPIOLIB

--- 1095 unchanged lines hidden ---