Kconfig (1aa2d8d4055267462f8943e2a1e6eb2e7034eb25) Kconfig (09dbec3f74b51af614f239d3374fd7c7752c9990)
1#
2# PINCTRL infrastructure and drivers
3#
4
5config PINCTRL
6 bool
7
8if PINCTRL

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

32 select GENERIC_PINCONF
33 help
34 Select this to enable the ABx500 family IC GPIO driver
35
36config PINCTRL_AB8500
37 bool "AB8500 pin controller driver"
38 depends on PINCTRL_ABX500 && ARCH_U8500
39
1#
2# PINCTRL infrastructure and drivers
3#
4
5config PINCTRL
6 bool
7
8if PINCTRL

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

32 select GENERIC_PINCONF
33 help
34 Select this to enable the ABx500 family IC GPIO driver
35
36config PINCTRL_AB8500
37 bool "AB8500 pin controller driver"
38 depends on PINCTRL_ABX500 && ARCH_U8500
39
40config PINCTRL_AB9540
41 bool "AB9540 pin controller driver"
42 depends on PINCTRL_ABX500 && ARCH_U8500
43
40config PINCTRL_AB8505
41 bool "AB8505 pin controller driver"
42 depends on PINCTRL_ABX500 && ARCH_U8500
43
44config PINCTRL_AT91
45 bool "AT91 pinctrl driver"
46 depends on OF
47 depends on ARCH_AT91

--- 181 unchanged lines hidden ---
44config PINCTRL_AB8505
45 bool "AB8505 pin controller driver"
46 depends on PINCTRL_ABX500 && ARCH_U8500
47
48config PINCTRL_AT91
49 bool "AT91 pinctrl driver"
50 depends on OF
51 depends on ARCH_AT91

--- 181 unchanged lines hidden ---