Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1 | menu "MIPS architecture" |
| 2 | depends on MIPS |
| 3 | |
| 4 | config SYS_ARCH |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 5 | default "mips" |
| 6 | |
| 7 | choice |
| 8 | prompt "Target select" |
| 9 | |
| 10 | config TARGET_QEMU_MIPS |
| 11 | bool "Support qemu-mips" |
| 12 | |
| 13 | config TARGET_MALTA |
| 14 | bool "Support malta" |
| 15 | |
| 16 | config TARGET_VCT |
| 17 | bool "Support vct" |
| 18 | |
| 19 | config TARGET_DBAU1X00 |
| 20 | bool "Support dbau1x00" |
| 21 | |
| 22 | config TARGET_PB1X00 |
| 23 | bool "Support pb1x00" |
| 24 | |
| 25 | config TARGET_QEMU_MIPS64 |
| 26 | bool "Support qemu-mips64" |
| 27 | |
| 28 | endchoice |
| 29 | |
| 30 | source "board/dbau1x00/Kconfig" |
| 31 | source "board/imgtec/malta/Kconfig" |
| 32 | source "board/micronas/vct/Kconfig" |
| 33 | source "board/pb1x00/Kconfig" |
| 34 | source "board/qemu-mips/Kconfig" |
| 35 | |
| 36 | endmenu |