.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config PINCTRL_OWL |
---|
2 | 3 | bool "Actions Semi OWL pinctrl driver" |
---|
3 | 4 | depends on (ARCH_ACTIONS || COMPILE_TEST) && OF |
---|
.. | .. |
---|
9 | 10 | help |
---|
10 | 11 | Say Y here to enable Actions Semi OWL pinctrl driver |
---|
11 | 12 | |
---|
| 13 | +config 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 | + |
---|
| 19 | +config 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 | + |
---|
12 | 25 | config PINCTRL_S900 |
---|
13 | 26 | bool "Actions Semi S900 pinctrl driver" |
---|
14 | 27 | depends on PINCTRL_OWL |
---|