mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-26 21:54:11 +08:00
ec8f24b7fa
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
58 lines
1.3 KiB
Plaintext
58 lines
1.3 KiB
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# ST Microelectronics SPEAr PINCTRL drivers
|
|
#
|
|
|
|
if PLAT_SPEAR
|
|
|
|
config PINCTRL_SPEAR
|
|
bool
|
|
depends on OF
|
|
select PINMUX
|
|
help
|
|
This enables pin control drivers for SPEAr Platform
|
|
|
|
config PINCTRL_SPEAR3XX
|
|
bool
|
|
depends on ARCH_SPEAR3XX
|
|
select PINCTRL_SPEAR
|
|
|
|
config PINCTRL_SPEAR300
|
|
bool "ST Microelectronics SPEAr300 SoC pin controller driver"
|
|
depends on MACH_SPEAR300
|
|
select PINCTRL_SPEAR3XX
|
|
|
|
config PINCTRL_SPEAR310
|
|
bool "ST Microelectronics SPEAr310 SoC pin controller driver"
|
|
depends on MACH_SPEAR310
|
|
select PINCTRL_SPEAR3XX
|
|
select PINCTRL_SPEAR_PLGPIO
|
|
|
|
config PINCTRL_SPEAR320
|
|
bool "ST Microelectronics SPEAr320 SoC pin controller driver"
|
|
depends on MACH_SPEAR320
|
|
select PINCTRL_SPEAR3XX
|
|
select PINCTRL_SPEAR_PLGPIO
|
|
|
|
config PINCTRL_SPEAR1310
|
|
bool "ST Microelectronics SPEAr1310 SoC pin controller driver"
|
|
depends on MACH_SPEAR1310
|
|
select PINCTRL_SPEAR
|
|
select PINCTRL_SPEAR_PLGPIO
|
|
|
|
config PINCTRL_SPEAR1340
|
|
bool "ST Microelectronics SPEAr1340 SoC pin controller driver"
|
|
depends on MACH_SPEAR1340
|
|
select PINCTRL_SPEAR
|
|
select PINCTRL_SPEAR_PLGPIO
|
|
|
|
config PINCTRL_SPEAR_PLGPIO
|
|
bool "SPEAr SoC PLGPIO Controller"
|
|
depends on GPIOLIB && PINCTRL_SPEAR
|
|
select GPIOLIB_IRQCHIP
|
|
help
|
|
Say yes here to support PLGPIO controller on ST Microelectronics SPEAr
|
|
SoCs.
|
|
|
|
endif
|