]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/mips/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / arch / mips / Kconfig
1 menu "MIPS architecture"
2         depends on MIPS
3
4 config SYS_ARCH
5         string
6         default "mips"
7
8 choice
9         prompt "Target select"
10
11 config TARGET_QEMU_MIPS
12         bool "Support qemu-mips"
13
14 config TARGET_MALTA
15         bool "Support malta"
16
17 config TARGET_VCT
18         bool "Support vct"
19
20 config TARGET_DBAU1X00
21         bool "Support dbau1x00"
22
23 config TARGET_PB1X00
24         bool "Support pb1x00"
25
26 config TARGET_QEMU_MIPS64
27         bool "Support qemu-mips64"
28
29 endchoice
30
31 source "board/dbau1x00/Kconfig"
32 source "board/imgtec/malta/Kconfig"
33 source "board/micronas/vct/Kconfig"
34 source "board/pb1x00/Kconfig"
35 source "board/qemu-mips/Kconfig"
36
37 endmenu