repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86/speculation/mds: Fix documentation typo
[linux/fpc-iii.git]
/
arch
/
blackfin
/
mach-bf548
/
boards
/
Kconfig
blob
e8ce579ae8f0159d3a858784572b059ae70480cc
1
# SPDX-License-Identifier: GPL-2.0
2
choice
3
prompt "System type"
4
default BFIN548_EZKIT
5
help
6
Select your board!
7
8
config BFIN548_EZKIT
9
bool "BF548-EZKIT"
10
help
11
BFIN548-EZKIT board support.
12
13
config BFIN548_BLUETECHNIX_CM
14
bool "Bluetechnix CM-BF548"
15
depends on (BF548)
16
help
17
CM-BF548 support for DEV-Board.
18
19
endchoice