~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/mips/bmips/Kconfig

Version: ~ [ linux-6.11-rc3 ] ~ [ linux-6.10.4 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.45 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.104 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.164 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.223 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.281 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.319 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /arch/mips/bmips/Kconfig (Version linux-6.11-rc3) and /arch/mips/bmips/Kconfig (Version linux-4.12.14)


  1 # SPDX-License-Identifier: GPL-2.0             << 
  2 if BMIPS_GENERIC                                    1 if BMIPS_GENERIC
  3                                                     2 
  4 choice                                              3 choice
  5         prompt "Built-in device tree"               4         prompt "Built-in device tree"
  6         help                                        5         help
  7           Legacy bootloaders do not pass a DTB      6           Legacy bootloaders do not pass a DTB pointer to the kernel, so
  8           if a "wrapper" is not being used, th      7           if a "wrapper" is not being used, the kernel will need to include
  9           a device tree that matches the targe      8           a device tree that matches the target board.
 10                                                     9 
 11           The builtin DTB will only be used if     10           The builtin DTB will only be used if the firmware does not supply
 12           a valid DTB.                             11           a valid DTB.
 13                                                    12 
 14 config DT_NONE                                     13 config DT_NONE
 15         bool "None"                                14         bool "None"
 16                                                    15 
 17 config DT_BCM93384WVG                              16 config DT_BCM93384WVG
 18         bool "BCM93384WVG Zephyr CPU"              17         bool "BCM93384WVG Zephyr CPU"
 19         select BUILTIN_DTB                         18         select BUILTIN_DTB
 20                                                    19 
 21 config DT_BCM93384WVG_VIPER                        20 config DT_BCM93384WVG_VIPER
 22         bool "BCM93384WVG Viper CPU (EXPERIMEN     21         bool "BCM93384WVG Viper CPU (EXPERIMENTAL)"
 23         select BUILTIN_DTB                         22         select BUILTIN_DTB
 24                                                    23 
 25 config DT_BCM96368MVWG                             24 config DT_BCM96368MVWG
 26         bool "BCM96368MVWG"                        25         bool "BCM96368MVWG"
 27         select BUILTIN_DTB                         26         select BUILTIN_DTB
 28                                                    27 
 29 config DT_BCM9EJTAGPRB                             28 config DT_BCM9EJTAGPRB
 30         bool "BCM9EJTAGPRB"                        29         bool "BCM9EJTAGPRB"
 31         select BUILTIN_DTB                         30         select BUILTIN_DTB
 32                                                    31 
 33 config DT_BCM97125CBMB                             32 config DT_BCM97125CBMB
 34         bool "BCM97125CBMB"                        33         bool "BCM97125CBMB"
 35         select BUILTIN_DTB                         34         select BUILTIN_DTB
 36                                                    35 
 37 config DT_BCM97346DBSMB                            36 config DT_BCM97346DBSMB
 38         bool "BCM97346DBSMB"                       37         bool "BCM97346DBSMB"
 39         select BUILTIN_DTB                         38         select BUILTIN_DTB
 40                                                    39 
 41 config DT_BCM97358SVMB                             40 config DT_BCM97358SVMB
 42         bool "BCM97358SVMB"                        41         bool "BCM97358SVMB"
 43         select BUILTIN_DTB                         42         select BUILTIN_DTB
 44                                                    43 
 45 config DT_BCM97360SVMB                             44 config DT_BCM97360SVMB
 46         bool "BCM97360SVMB"                        45         bool "BCM97360SVMB"
 47         select BUILTIN_DTB                         46         select BUILTIN_DTB
 48                                                    47 
 49 config DT_BCM97362SVMB                             48 config DT_BCM97362SVMB
 50         bool "BCM97362SVMB"                        49         bool "BCM97362SVMB"
 51         select BUILTIN_DTB                         50         select BUILTIN_DTB
 52                                                    51 
 53 config DT_BCM97420C                                52 config DT_BCM97420C
 54         bool "BCM97420C"                           53         bool "BCM97420C"
 55         select BUILTIN_DTB                         54         select BUILTIN_DTB
 56                                                    55 
 57 config DT_BCM97425SVMB                             56 config DT_BCM97425SVMB
 58         bool "BCM97425SVMB"                        57         bool "BCM97425SVMB"
 59         select BUILTIN_DTB                         58         select BUILTIN_DTB
 60                                                    59 
 61 config DT_BCM97435SVMB                             60 config DT_BCM97435SVMB
 62         bool "BCM97435SVMB"                        61         bool "BCM97435SVMB"
 63         select BUILTIN_DTB                         62         select BUILTIN_DTB
 64                                                    63 
 65 config DT_COMTREND_VR3032U                         64 config DT_COMTREND_VR3032U
 66         bool "Comtrend VR-3032u"                   65         bool "Comtrend VR-3032u"
 67         select BUILTIN_DTB                         66         select BUILTIN_DTB
 68                                                    67 
 69 config DT_NETGEAR_CVG834G                          68 config DT_NETGEAR_CVG834G
 70         bool "NETGEAR CVG834G"                     69         bool "NETGEAR CVG834G"
 71         select BUILTIN_DTB                         70         select BUILTIN_DTB
 72                                                    71 
 73 config DT_SFR_NEUFBOX4_SERCOMM                     72 config DT_SFR_NEUFBOX4_SERCOMM
 74         bool "SFR Neufbox 4 (Sercomm)"             73         bool "SFR Neufbox 4 (Sercomm)"
 75         select BUILTIN_DTB                         74         select BUILTIN_DTB
 76                                                    75 
 77 config DT_SFR_NEUFBOX6_SERCOMM                     76 config DT_SFR_NEUFBOX6_SERCOMM
 78         bool "SFR Neufbox 6 (Sercomm)"             77         bool "SFR Neufbox 6 (Sercomm)"
 79         select BUILTIN_DTB                         78         select BUILTIN_DTB
 80                                                    79 
 81 endchoice                                          80 endchoice
 82                                                    81 
 83 endif                                              82 endif
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php