raid5: allow arbitrary max_hw_sectors
[deliverable/linux.git] / arch / mips / bmips / Kconfig
1 if BMIPS_GENERIC
2
3 choice
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
13 config DT_NONE
14 bool "None"
15
16 config DT_BCM93384WVG
17 bool "BCM93384WVG Zephyr CPU"
18 select BUILTIN_DTB
19
20 config DT_BCM93384WVG_VIPER
21 bool "BCM93384WVG Viper CPU (EXPERIMENTAL)"
22 select BUILTIN_DTB
23
24 config DT_BCM96358NB4SER
25 bool "BCM96358NB4SER"
26 select BUILTIN_DTB
27
28 config DT_BCM96368MVWG
29 bool "BCM96368MVWG"
30 select BUILTIN_DTB
31
32 config DT_BCM9EJTAGPRB
33 bool "BCM9EJTAGPRB"
34 select BUILTIN_DTB
35
36 config DT_BCM97125CBMB
37 bool "BCM97125CBMB"
38 select BUILTIN_DTB
39
40 config DT_BCM97346DBSMB
41 bool "BCM97346DBSMB"
42 select BUILTIN_DTB
43
44 config DT_BCM97358SVMB
45 bool "BCM97358SVMB"
46 select BUILTIN_DTB
47
48 config DT_BCM97360SVMB
49 bool "BCM97360SVMB"
50 select BUILTIN_DTB
51
52 config DT_BCM97362SVMB
53 bool "BCM97362SVMB"
54 select BUILTIN_DTB
55
56 config DT_BCM97420C
57 bool "BCM97420C"
58 select BUILTIN_DTB
59
60 config DT_BCM97425SVMB
61 bool "BCM97425SVMB"
62 select BUILTIN_DTB
63
64 config DT_BCM97435SVMB
65 bool "BCM97435SVMB"
66 select BUILTIN_DTB
67
68 endchoice
69
70 endif
This page took 0.032217 seconds and 5 git commands to generate.