perf tools: Streamline bpf examples and headers installation
[linux/fpc-iii.git] / arch / mips / bmips / Kconfig
blob63dfc695087b3ac339471abd27144a900a96cdac
1 # SPDX-License-Identifier: GPL-2.0
2 if BMIPS_GENERIC
4 choice
5         prompt "Built-in device tree"
6         help
7           Legacy bootloaders do not pass a DTB pointer to the kernel, so
8           if a "wrapper" is not being used, the kernel will need to include
9           a device tree that matches the target board.
11           The builtin DTB will only be used if the firmware does not supply
12           a valid DTB.
14 config DT_NONE
15         bool "None"
17 config DT_BCM93384WVG
18         bool "BCM93384WVG Zephyr CPU"
19         select BUILTIN_DTB
21 config DT_BCM93384WVG_VIPER
22         bool "BCM93384WVG Viper CPU (EXPERIMENTAL)"
23         select BUILTIN_DTB
25 config DT_BCM96368MVWG
26         bool "BCM96368MVWG"
27         select BUILTIN_DTB
29 config DT_BCM9EJTAGPRB
30         bool "BCM9EJTAGPRB"
31         select BUILTIN_DTB
33 config DT_BCM97125CBMB
34         bool "BCM97125CBMB"
35         select BUILTIN_DTB
37 config DT_BCM97346DBSMB
38         bool "BCM97346DBSMB"
39         select BUILTIN_DTB
41 config DT_BCM97358SVMB
42         bool "BCM97358SVMB"
43         select BUILTIN_DTB
45 config DT_BCM97360SVMB
46         bool "BCM97360SVMB"
47         select BUILTIN_DTB
49 config DT_BCM97362SVMB
50         bool "BCM97362SVMB"
51         select BUILTIN_DTB
53 config DT_BCM97420C
54         bool "BCM97420C"
55         select BUILTIN_DTB
57 config DT_BCM97425SVMB
58         bool "BCM97425SVMB"
59         select BUILTIN_DTB
61 config DT_BCM97435SVMB
62         bool "BCM97435SVMB"
63         select BUILTIN_DTB
65 config DT_COMTREND_VR3032U
66         bool "Comtrend VR-3032u"
67         select BUILTIN_DTB
69 config DT_NETGEAR_CVG834G
70         bool "NETGEAR CVG834G"
71         select BUILTIN_DTB
73 config DT_SFR_NEUFBOX4_SERCOMM
74         bool "SFR Neufbox 4 (Sercomm)"
75         select BUILTIN_DTB
77 config DT_SFR_NEUFBOX6_SERCOMM
78         bool "SFR Neufbox 6 (Sercomm)"
79         select BUILTIN_DTB
81 endchoice
83 endif