Mike Frysinger | 4f25eb8 | 2007-11-15 20:49:44 +0800 | [diff] [blame^] | 1 | choice |
| 2 | prompt "System type" |
| 3 | default BFIN533_STAMP |
| 4 | help |
| 5 | Select your board! |
| 6 | |
| 7 | config BFIN533_EZKIT |
| 8 | bool "BF533-EZKIT" |
| 9 | help |
| 10 | BF533-EZKIT-LITE board support. |
| 11 | |
| 12 | config BFIN533_STAMP |
| 13 | bool "BF533-STAMP" |
| 14 | help |
| 15 | BF533-STAMP board support. |
| 16 | |
| 17 | config BFIN533_BLUETECHNIX_CM |
| 18 | bool "Bluetechnix CM-BF533" |
| 19 | depends on (BF533) |
| 20 | help |
| 21 | CM-BF533 support for EVAL- and DEV-Board. |
| 22 | |
| 23 | config H8606_HVSISTEMAS |
| 24 | bool "HV Sistemas H8606" |
| 25 | depends on (BF532) |
| 26 | help |
| 27 | HV Sistemas H8606 board support. |
| 28 | |
| 29 | config GENERIC_BF533_BOARD |
| 30 | bool "Generic" |
| 31 | help |
| 32 | Generic or Custom board support. |
| 33 | |
| 34 | endchoice |