Kconfig (7e8d941567c99a03390154a7bb116d1b03db82b3) | Kconfig (c9f95cedfea088ec9bbcef3b8064d5275297b159) |
---|---|
1# 2# PINCTRL infrastructure and drivers 3# 4 5config PINCTRL 6 bool 7 8if PINCTRL --- 137 unchanged lines hidden (view full) --- 146 ports of 8 GPIO pins each. 147 148config PINCTRL_MVEBU 149 bool 150 depends on ARCH_MVEBU 151 select PINMUX 152 select PINCONF 153 | 1# 2# PINCTRL infrastructure and drivers 3# 4 5config PINCTRL 6 bool 7 8if PINCTRL --- 137 unchanged lines hidden (view full) --- 146 ports of 8 GPIO pins each. 147 148config PINCTRL_MVEBU 149 bool 150 depends on ARCH_MVEBU 151 select PINMUX 152 select PINCONF 153 |
154config PINCTRL_DOVE 155 bool 156 select PINCTRL_MVEBU 157 |
|
154source "drivers/pinctrl/spear/Kconfig" 155 156endmenu 157 158endif | 158source "drivers/pinctrl/spear/Kconfig" 159 160endmenu 161 162endif |