]> git.ipfire.org Git - people/arne_f/kernel.git/blob - arch/blackfin/mach-bf533/boards/Kconfig
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[people/arne_f/kernel.git] / arch / blackfin / mach-bf533 / boards / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 choice
3 prompt "System type"
4 default BFIN533_STAMP
5 help
6 Select your board!
7
8 config BFIN533_EZKIT
9 bool "BF533-EZKIT"
10 help
11 BF533-EZKIT-LITE board support.
12
13 config BFIN533_STAMP
14 bool "BF533-STAMP"
15 help
16 BF533-STAMP board support.
17
18 config BLACKSTAMP
19 bool "BlackStamp"
20 help
21 Support for the BlackStamp board. Hardware info available at
22 http://blackfin.uclinux.org/gf/project/blackstamp/
23
24 config BFIN533_BLUETECHNIX_CM
25 bool "Bluetechnix CM-BF533"
26 depends on (BF533)
27 help
28 CM-BF533 support for EVAL- and DEV-Board.
29
30 config H8606_HVSISTEMAS
31 bool "HV Sistemas H8606"
32 depends on (BF532)
33 help
34 HV Sistemas H8606 board support.
35
36 config BFIN532_IP0X
37 bool "IP04/IP08 IP-PBX"
38 depends on (BF532)
39 help
40 Core support for IP04/IP04 open hardware IP-PBX.
41
42 endchoice