summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-versatile/Kconfig
blob: 89f50c270e43951ad193f2c8129c9f410c8fb689 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-License-Identifier: GPL-2.0-only

if ARCH_VERSATILE

config ARCH_TEXT_BASE
	default 0x02000000

config MACH_VERSATILEPB
	bool
	default y
	select ARM_AMBA
	select CPU_ARM926T
	select CPU_ARM1176

source "arch/arm/boards/versatile/Kconfig"

endif