treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / pinctrl / vt8500 / Kconfig
blob2ca00b54b7a810b30e94733e2d3dbf1b68027b30
1 # SPDX-License-Identifier: GPL-2.0-only
3 # VIA/Wondermedia PINCTRL drivers
6 if ARCH_VT8500
8 config PINCTRL_WMT
9         bool
10         select PINMUX
11         select GENERIC_PINCONF
13 config PINCTRL_VT8500
14         bool "VIA VT8500 pin controller driver"
15         depends on ARCH_WM8505
16         select PINCTRL_WMT
17         help
18           Say yes here to support the gpio/pin control module on
19           VIA VT8500 SoCs.
21 config PINCTRL_WM8505
22         bool "Wondermedia WM8505 pin controller driver"
23         depends on ARCH_WM8505
24         select PINCTRL_WMT
25         help
26           Say yes here to support the gpio/pin control module on
27           Wondermedia WM8505 SoCs.
29 config PINCTRL_WM8650
30         bool "Wondermedia WM8650 pin controller driver"
31         depends on ARCH_WM8505
32         select PINCTRL_WMT
33         help
34           Say yes here to support the gpio/pin control module on
35           Wondermedia WM8650 SoCs.
37 config PINCTRL_WM8750
38         bool "Wondermedia WM8750 pin controller driver"
39         depends on ARCH_WM8750
40         select PINCTRL_WMT
41         help
42           Say yes here to support the gpio/pin control module on
43           Wondermedia WM8750 SoCs.
45 config PINCTRL_WM8850
46         bool "Wondermedia WM8850 pin controller driver"
47         depends on ARCH_WM8850
48         select PINCTRL_WMT
49         help
50           Say yes here to support the gpio/pin control module on
51           Wondermedia WM8850 SoCs.
53 endif