summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-nomadik/Kconfig
blob: 823777917391d4e432a941074e248431ba03aaa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# SPDX-License-Identifier: GPL-2.0-only

if ARCH_NOMADIK

config ARCH_TEXT_BASE
	hex
	default 0x03c00000 if MACH_NOMADIK_8815NHK

choice
	prompt "Nomadik boards"

config MACH_NOMADIK_8815NHK
	bool "ST 8815 Nomadik Hardware Kit (evaluation board)"
	select NOMADIK_8815
	select CLKDEV_LOOKUP

endchoice

config NOMADIK_8815
	bool
	select ARM_AMBA

endif