Merge tag 'mpc85xx-for-v2019.04-rc1' of git://git.denx.de/u-boot-mpc85xx
[platform/kernel/u-boot.git] / arch / mips / mach-mscc / Kconfig
1 # SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3 menu "MSCC VCore-III platforms"
4         depends on ARCH_MSCC
5
6 config SOC_VCOREIII
7         select MIPS_TUNE_24KC
8         select ROM_EXCEPTION_VECTORS
9         select SUPPORTS_BIG_ENDIAN
10         select SUPPORTS_CPU_MIPS32_R1
11         select SUPPORTS_CPU_MIPS32_R2
12         select SUPPORTS_LITTLE_ENDIAN
13         bool
14
15 config SYS_SOC
16         default "mscc"
17
18 choice
19
20         prompt "SOC Family Variant"
21
22 config SOC_OCELOT
23         bool "Ocelot SOC Family"
24         select SOC_VCOREIII
25         select DESIGNWARE_SPI
26         help
27           This supports MSCC Ocelot family of SOCs.
28
29 config SOC_LUTON
30         bool "Luton SOC Family"
31         select SOC_VCOREIII
32         select MSCC_BITBANG_SPI_GPIO
33         help
34           This supports MSCC Luton family of SOCs.
35
36 config SOC_JR2
37         bool "Jaguar2 SOC Family"
38         select SOC_VCOREIII
39         select DESIGNWARE_SPI
40         help
41           This supports MSCC Jaguar2 family of SOCs.
42
43 config SOC_SERVALT
44         bool "Servalt SOC Family"
45         select SOC_VCOREIII
46         select MSCC_BB_SPI
47         help
48           This supports MSCC Servalt family of SOCs.
49
50 config SOC_SERVAL
51         bool "Serval SOC Family"
52         select SOC_VCOREIII
53         select MSCC_BB_SPI
54         help
55           This supports MSCC Serval family of SOCs.
56
57 endchoice
58
59 config SYS_CONFIG_NAME
60         default "vcoreiii"
61
62 choice
63         prompt "DDR type"
64
65 config DDRTYPE_H5TQ4G63MFR
66         bool "Hynix H5TQ4G63MFR-PBC (4Gbit, DDR3-800, 256Mbitx16)"
67
68 config DDRTYPE_MT41K256M16
69         bool "Micron MT41K256M16 (4Gbit, DDR3L-800, 256Mbitx16)"
70
71 config DDRTYPE_H5TQ1G63BFA
72         bool "Hynix H5TQ1G63BFA (1Gbit DDR3, x16)"
73
74 config DDRTYPE_MT41J128M16HA
75         bool "Micron MT41J128M16HA-15E:D (2Gbit DDR3, x16)"
76
77 config DDRTYPE_MT41K128M16JT
78         bool "Micron MT41K128M16JT-125 (2Gbit DDR3L, 128Mbitx16)"
79
80 config DDRTYPE_MT47H128M8HQ
81         bool "Micron MT47H128M8-3 (1Gbit, DDR-533@CL4 @ 4.80ns 16Mbisx8x8)"
82
83 endchoice
84
85 source "board/mscc/ocelot/Kconfig"
86
87 source "board/mscc/luton/Kconfig"
88
89 source "board/mscc/jr2/Kconfig"
90
91 source "board/mscc/servalt/Kconfig"
92
93 source "board/mscc/serval/Kconfig"
94 endmenu