summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/friendlyarm-tiny6410/Kconfig
blob: 374820f8b3510f0931fe40e884784c4d1db38292 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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