summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/friendlyarm-tiny6410/Kconfig
blob: 1283b8e7d922f083482028af16c3f2de444520d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# SPDX-License-Identifier: GPL-2.0-only

if MACH_TINY6410

choice
	prompt "FriendlyARM Tiny6410 baseboard"
	help
	  Since the Tiny6410 is a CPU card only, it requires a basebord to make
	  it work. Select here the baseboard Barebox should expect and
	  configure.

config MACH_TINY6410_FA
	bool
	select HAS_DM9000
	prompt "FA development platform"
	help
	  FriendlyARM's Tiny6410 evaluation board.

endchoice

endif