aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf538/boards/Kconfig
blob: 114cff440d43d58436e95f7c40d133cefbcd5e61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# SPDX-License-Identifier: GPL-2.0
choice
	prompt "System type"
	default BFIN538_EZKIT
	help
	  Select your board!

config BFIN538_EZKIT
	bool "BF538-EZKIT"
	help
	  BF538-EZKIT-LITE board support.

endchoice