linux/drivers/pinctrl/actions/Kconfig
<<
>>
Prefs
   1# SPDX-License-Identifier: GPL-2.0-only
   2config PINCTRL_OWL
   3        bool "Actions Semi OWL pinctrl driver"
   4        depends on (ARCH_ACTIONS || COMPILE_TEST) && OF
   5        select PINMUX
   6        select PINCONF
   7        select GENERIC_PINCONF
   8        select GPIOLIB
   9        select GPIOLIB_IRQCHIP
  10        help
  11          Say Y here to enable Actions Semi OWL pinctrl driver
  12
  13config PINCTRL_S500
  14        bool "Actions Semi S500 pinctrl driver"
  15        depends on PINCTRL_OWL
  16        help
  17          Say Y here to enable Actions Semi S500 pinctrl driver
  18
  19config PINCTRL_S700
  20        bool "Actions Semi S700 pinctrl driver"
  21        depends on PINCTRL_OWL
  22        help
  23          Say Y here to enable Actions Semi S700 pinctrl driver
  24
  25config PINCTRL_S900
  26        bool "Actions Semi S900 pinctrl driver"
  27        depends on PINCTRL_OWL
  28        help
  29          Say Y here to enable Actions Semi S900 pinctrl driver
  30