mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-04 17:44:14 +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>
49 lines
1014 B
Plaintext
49 lines
1014 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
menuconfig PINCTRL_UNIPHIER
|
|
bool "UniPhier SoC pinctrl drivers"
|
|
depends on ARCH_UNIPHIER || COMPILE_TEST
|
|
depends on OF && MFD_SYSCON
|
|
default y
|
|
select PINMUX
|
|
select GENERIC_PINCONF
|
|
|
|
if PINCTRL_UNIPHIER
|
|
|
|
config PINCTRL_UNIPHIER_LD4
|
|
bool "UniPhier LD4 SoC pinctrl driver"
|
|
default ARM
|
|
|
|
config PINCTRL_UNIPHIER_PRO4
|
|
bool "UniPhier Pro4 SoC pinctrl driver"
|
|
default ARM
|
|
|
|
config PINCTRL_UNIPHIER_SLD8
|
|
bool "UniPhier sLD8 SoC pinctrl driver"
|
|
default ARM
|
|
|
|
config PINCTRL_UNIPHIER_PRO5
|
|
bool "UniPhier Pro5 SoC pinctrl driver"
|
|
default ARM
|
|
|
|
config PINCTRL_UNIPHIER_PXS2
|
|
bool "UniPhier PXs2 SoC pinctrl driver"
|
|
default ARM
|
|
|
|
config PINCTRL_UNIPHIER_LD6B
|
|
bool "UniPhier LD6b SoC pinctrl driver"
|
|
default ARM
|
|
|
|
config PINCTRL_UNIPHIER_LD11
|
|
bool "UniPhier LD11 SoC pinctrl driver"
|
|
default ARM64
|
|
|
|
config PINCTRL_UNIPHIER_LD20
|
|
bool "UniPhier LD20 SoC pinctrl driver"
|
|
default ARM64
|
|
|
|
config PINCTRL_UNIPHIER_PXS3
|
|
bool "UniPhier PXs3 SoC pinctrl driver"
|
|
default ARM64
|
|
|
|
endif
|