Merge remote-tracking branch 'mmc-uh/next'
[deliverable/linux.git] / arch / mips / bmips / Kconfig
CommitLineData
8a5f1efb
FF
1if BMIPS_GENERIC
2
8945e37e
KC
3choice
4 prompt "Built-in device tree"
5 help
6 Legacy bootloaders do not pass a DTB pointer to the kernel, so
7 if a "wrapper" is not being used, the kernel will need to include
8 a device tree that matches the target board.
9
10 The builtin DTB will only be used if the firmware does not supply
11 a valid DTB.
12
13config DT_NONE
14 bool "None"
15
16config DT_BCM93384WVG
17 bool "BCM93384WVG Zephyr CPU"
18 select BUILTIN_DTB
19
20config DT_BCM93384WVG_VIPER
21 bool "BCM93384WVG Viper CPU (EXPERIMENTAL)"
22 select BUILTIN_DTB
23
24config DT_BCM96368MVWG
25 bool "BCM96368MVWG"
26 select BUILTIN_DTB
27
28config DT_BCM9EJTAGPRB
29 bool "BCM9EJTAGPRB"
30 select BUILTIN_DTB
31
32config DT_BCM97125CBMB
33 bool "BCM97125CBMB"
34 select BUILTIN_DTB
35
36config DT_BCM97346DBSMB
37 bool "BCM97346DBSMB"
38 select BUILTIN_DTB
39
40config DT_BCM97358SVMB
41 bool "BCM97358SVMB"
42 select BUILTIN_DTB
43
44config DT_BCM97360SVMB
45 bool "BCM97360SVMB"
46 select BUILTIN_DTB
47
48config DT_BCM97362SVMB
49 bool "BCM97362SVMB"
50 select BUILTIN_DTB
51
52config DT_BCM97420C
53 bool "BCM97420C"
54 select BUILTIN_DTB
55
56config DT_BCM97425SVMB
57 bool "BCM97425SVMB"
58 select BUILTIN_DTB
59
380e4270
FF
60config DT_BCM97435SVMB
61 bool "BCM97435SVMB"
62 select BUILTIN_DTB
63
7a98dbe8
ÁFR
64config DT_COMTREND_VR3032U
65 bool "Comtrend VR-3032u"
66 select BUILTIN_DTB
67
85f70c87
ÁFR
68config DT_NETGEAR_CVG834G
69 bool "NETGEAR CVG834G"
70 select BUILTIN_DTB
71
b97cb3e0
ÁFR
72config DT_SFR_NEUFBOX4_SERCOMM
73 bool "SFR Neufbox 4 (Sercomm)"
74 select BUILTIN_DTB
75
3b36d0f4
ÁFR
76config DT_SFR_NEUFBOX6_SERCOMM
77 bool "SFR Neufbox 6 (Sercomm)"
78 select BUILTIN_DTB
79
8945e37e 80endchoice
8a5f1efb
FF
81
82endif
This page took 0.096009 seconds and 5 git commands to generate.