1# SPDX-License-Identifier: GPL-2.0 2choice 3 prompt "System type" 4 default BFIN537_STAMP 5 help 6 Select your board! 7 8config BFIN537_STAMP 9 bool "BF537-STAMP" 10 help 11 BF537-STAMP board support. 12 13config BFIN537_BLUETECHNIX_CM_E 14 bool "Bluetechnix CM-BF537E" 15 depends on (BF537) 16 help 17 CM-BF537E support for EVAL- and DEV-Board. 18 19config BFIN537_BLUETECHNIX_CM_U 20 bool "Bluetechnix CM-BF537U" 21 depends on (BF537) 22 help 23 CM-BF537U support for EVAL- and DEV-Board. 24 25config BFIN537_BLUETECHNIX_TCM 26 bool "Bluetechnix TCM-BF537" 27 depends on (BF537) 28 help 29 TCM-BF537 support for EVAL- and DEV-Board. 30 31config PNAV10 32 bool "PNAV board" 33 depends on (BF537) 34 help 35 PNAV board support. 36 37config CAMSIG_MINOTAUR 38 bool "Cambridge Signal Processing LTD Minotaur" 39 depends on (BF537) 40 help 41 Board supply package for CSP Minotaur 42 43config DNP5370 44 bool "SSV Dil/NetPC DNP/5370" 45 depends on (BF537) 46 help 47 Board supply package for DNP/5370 DIL64 module 48 49endchoice 50