~ [ 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 ] ~

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