xref: /openbmc/linux/arch/mips/bmips/Kconfig (revision 8945e37e)
1choice
2	prompt "Built-in device tree"
3	help
4	  Legacy bootloaders do not pass a DTB pointer to the kernel, so
5	  if a "wrapper" is not being used, the kernel will need to include
6	  a device tree that matches the target board.
7
8	  The builtin DTB will only be used if the firmware does not supply
9	  a valid DTB.
10
11config DT_NONE
12	bool "None"
13
14config DT_BCM93384WVG
15	bool "BCM93384WVG Zephyr CPU"
16	select BUILTIN_DTB
17
18config DT_BCM93384WVG_VIPER
19	bool "BCM93384WVG Viper CPU (EXPERIMENTAL)"
20	select BUILTIN_DTB
21
22config DT_BCM96368MVWG
23	bool "BCM96368MVWG"
24	select BUILTIN_DTB
25
26config DT_BCM9EJTAGPRB
27	bool "BCM9EJTAGPRB"
28	select BUILTIN_DTB
29
30config DT_BCM97125CBMB
31	bool "BCM97125CBMB"
32	select BUILTIN_DTB
33
34config DT_BCM97346DBSMB
35	bool "BCM97346DBSMB"
36	select BUILTIN_DTB
37
38config DT_BCM97358SVMB
39	bool "BCM97358SVMB"
40	select BUILTIN_DTB
41
42config DT_BCM97360SVMB
43	bool "BCM97360SVMB"
44	select BUILTIN_DTB
45
46config DT_BCM97362SVMB
47	bool "BCM97362SVMB"
48	select BUILTIN_DTB
49
50config DT_BCM97420C
51	bool "BCM97420C"
52	select BUILTIN_DTB
53
54config DT_BCM97425SVMB
55	bool "BCM97425SVMB"
56	select BUILTIN_DTB
57
58endchoice
59