License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / blackfin / mach-bf548 / boards / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
4f25eb85
MF
2choice
3 prompt "System type"
4 default BFIN548_EZKIT
5 help
6 Select your board!
7
8config BFIN548_EZKIT
9 bool "BF548-EZKIT"
10 help
11 BFIN548-EZKIT board support.
db68254f
MH
12
13config BFIN548_BLUETECHNIX_CM
14 bool "Bluetechnix CM-BF548"
15 depends on (BF548)
16 help
17 CM-BF548 support for DEV-Board.
4f25eb85
MF
18
19endchoice