u-boot-brain/drivers/pinctrl/nexell/Kconfig
Stefan Bosch 8d393b2c22 pinctrl: add nexell driver
Changes in relation to FriendlyARM's U-Boot nanopi2-v2016.01:
- livetree API (dev_read_...) is used instead of fdt one (fdt...).
- doc/device-tree-bindings/pinctrl/nexell,s5pxx18-pinctrl.txt added.

Signed-off-by: Stefan Bosch <stefan_b@posteo.net>
2020-07-29 08:43:40 -04:00

19 lines
424 B
Plaintext

if ARCH_NEXELL
config PINCTRL_NEXELL
bool "Nexell pinctrl driver"
help
Support of pin multiplexing and pin configuration for Nexell
SoCs.
config PINCTRL_NEXELL_S5PXX18
bool "Nexell s5pxx18 SoC pinctrl driver"
default y if ARCH_S5P4418 || ARCH_S5P6818
depends on ARCH_NEXELL && PINCTRL_FULL
select PINCTRL_NEXELL
help
Support of pin multiplexing and pin configuration for S5P4418
and S5P6818 SoC.
endif