mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 15:01:13 +07: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>
33 lines
657 B
Plaintext
33 lines
657 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
menuconfig ARCH_NOMADIK
|
|
bool "ST-Ericsson Nomadik"
|
|
depends on ARCH_MULTI_V5
|
|
select ARM_AMBA
|
|
select ARM_VIC
|
|
select CLKSRC_NOMADIK_MTU
|
|
select CLKSRC_NOMADIK_MTU_SCHED_CLOCK
|
|
select CPU_ARM926T
|
|
select GPIOLIB
|
|
select MFD_SYSCON
|
|
select MIGHT_HAVE_CACHE_L2X0
|
|
select PINCTRL
|
|
select PINCTRL_NOMADIK
|
|
select PINCTRL_STN8815
|
|
help
|
|
Support for the Nomadik platform by ST-Ericsson
|
|
|
|
if ARCH_NOMADIK
|
|
|
|
config MACH_NOMADIK_8815NHK
|
|
bool "ST 8815 Nomadik Hardware Kit (evaluation board)"
|
|
select NOMADIK_8815
|
|
select I2C
|
|
select I2C_ALGOBIT
|
|
select I2C_NOMADIK
|
|
|
|
endif
|
|
|
|
config NOMADIK_8815
|
|
depends on ARCH_NOMADIK
|
|
bool
|