cgroup: superblock can't be released with active dentries
[firefly-linux-kernel-4.4.55.git] / drivers / pinctrl / spear / Kconfig
1 #
2 # ST Microelectronics SPEAr PINCTRL drivers
3 #
4
5 if PLAT_SPEAR
6
7 config PINCTRL_SPEAR
8         bool
9         depends on OF
10         select PINMUX
11         help
12           This enables pin control drivers for SPEAr Platform
13
14 config PINCTRL_SPEAR3XX
15         bool
16         depends on ARCH_SPEAR3XX
17         select PINCTRL_SPEAR
18
19 config PINCTRL_SPEAR300
20         bool "ST Microelectronics SPEAr300 SoC pin controller driver"
21         depends on MACH_SPEAR300
22         select PINCTRL_SPEAR3XX
23
24 config PINCTRL_SPEAR310
25         bool "ST Microelectronics SPEAr310 SoC pin controller driver"
26         depends on MACH_SPEAR310
27         select PINCTRL_SPEAR3XX
28
29 config PINCTRL_SPEAR320
30         bool "ST Microelectronics SPEAr320 SoC pin controller driver"
31         depends on MACH_SPEAR320
32         select PINCTRL_SPEAR3XX
33
34 endif