23 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Sunplus Pin control driver configuration4#5 6config PINCTRL_SPPCTL7 tristate "Sunplus SP7021 PinMux and GPIO driver"8 depends on SOC_SP70219 depends on OF && HAS_IOMEM10 select GENERIC_PINCTRL_GROUPS11 select GENERIC_PINMUX_FUNCTIONS12 select GENERIC_PINCONF13 select PINCONF14 select PINMUX15 select GPIOLIB16 select OF_GPIO17 help18 Say Y here to support Sunplus SP7021 pinmux controller.19 This driver requires the pinctrl framework.20 GPIO is provided by the same driver.21 To compile this driver as a module, choose M here.22 The module will be called sppinctrl.23