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