Kconfig 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694
  1. if ARCH_MX6
  2. config MX6_SMP
  3. bool
  4. select ARM_ERRATA_751472
  5. select ARM_ERRATA_761320
  6. select ARM_ERRATA_794072
  7. select ARM_ERRATA_845369
  8. select MP
  9. config MX6
  10. bool
  11. default y
  12. select ARM_ERRATA_743622 if !MX6UL && !MX6ULL
  13. select GPT_TIMER if !MX6UL && !MX6ULL
  14. imply CMD_FUSE
  15. choice
  16. prompt "i.MX6 SoC select"
  17. config MX6D
  18. bool "i.MX 6Dual SoC support"
  19. select HAS_CAAM
  20. select MX6_SMP
  21. config MX6DL
  22. bool "i.MX 6DualLite SoC support"
  23. select HAS_CAAM
  24. select MX6_SMP
  25. config MX6Q
  26. bool "i.MX 6Quad SoC support"
  27. select HAS_CAAM
  28. select MX6_SMP
  29. config MX6QDL
  30. bool "i.MX 6Dual and 6Quad SoC support"
  31. select HAS_CAAM
  32. select MX6_SMP
  33. config MX6S
  34. bool "i.MX 6Solo SoC support"
  35. select HAS_CAAM
  36. config MX6SL
  37. bool "i.MX 6SoloLite SoC support"
  38. config MX6SX
  39. bool "i.MX 6SoloX SoC support"
  40. select HAS_CAAM
  41. select ROM_UNIFIED_SECTIONS
  42. config MX6SLL
  43. bool "i.MX 6SLL SoC support"
  44. select ROM_UNIFIED_SECTIONS
  45. config MX6UL
  46. bool "i.MX 6UltraLite SoC support"
  47. select HAS_CAAM
  48. select ROM_UNIFIED_SECTIONS
  49. select SYSCOUNTER_TIMER
  50. select SYS_L2CACHE_OFF
  51. config MX6ULL
  52. bool "i.MX 6ULL SoC support"
  53. select ROM_UNIFIED_SECTIONS
  54. select SYSCOUNTER_TIMER
  55. select SYS_L2CACHE_OFF
  56. endchoice
  57. config MX6UL_LITESOM
  58. bool
  59. select DM
  60. select DM_THERMAL
  61. select SUPPORT_SPL
  62. imply CMD_DM
  63. config MX6UL_OPOS6UL
  64. bool
  65. select BOARD_LATE_INIT
  66. select DM
  67. select DM_GPIO
  68. select DM_MMC
  69. select DM_THERMAL
  70. select SPL_DM if SPL
  71. select SPL_OF_CONTROL if SPL
  72. select SPL_PINCTRL if SPL
  73. select SPL_SEPARATE_BSS if SPL
  74. select SUPPORT_SPL
  75. imply CMD_DM
  76. config MX6_OCRAM_256KB
  77. bool "Support 256KB OCRAM"
  78. depends on MX6D || MX6Q
  79. help
  80. Allows using the full 256KB size of the OCRAM on the MX6Q/MX6D series
  81. of chips, such as for SPL. The OCRAM of the Lite series of chips is
  82. only 128KB, so using this option will prevent the resulting code from
  83. working on those chips.
  84. config MX6_DDRCAL
  85. bool "Include dynamic DDR calibration routines"
  86. depends on SPL
  87. default n
  88. help
  89. Say "Y" if your board uses dynamic (per-boot) DDR calibration.
  90. If unsure, say N.
  91. choice
  92. prompt "MX6 board select"
  93. optional
  94. config TARGET_APALIS_IMX6
  95. bool "Toradex Apalis iMX6 board"
  96. depends on MX6Q
  97. select BOARD_LATE_INIT
  98. select DM
  99. select DM_SERIAL
  100. select DM_THERMAL
  101. select SUPPORT_SPL
  102. imply CMD_DM
  103. imply CMD_SATA
  104. config TARGET_ARISTAINETOS2C
  105. bool "Support aristainetos2-revC"
  106. depends on MX6DL
  107. select BOARD_LATE_INIT
  108. select SYS_I2C_MXC
  109. select MXC_UART
  110. select FEC_MXC
  111. select DM
  112. imply CMD_SATA
  113. imply CMD_DM
  114. config TARGET_ARISTAINETOS2CCSLB
  115. bool "Support aristainetos2-revC CSL"
  116. depends on MX6DL
  117. select BOARD_LATE_INIT
  118. select SYS_I2C_MXC
  119. select MXC_UART
  120. select FEC_MXC
  121. select DM
  122. imply CMD_SATA
  123. imply CMD_DM
  124. config TARGET_CM_FX6
  125. bool "CM-FX6"
  126. depends on MX6QDL
  127. select BOARD_LATE_INIT
  128. select DM
  129. select DM_GPIO
  130. select DM_SERIAL
  131. select SUPPORT_SPL
  132. imply CMD_DM
  133. config TARGET_COLIBRI_IMX6
  134. bool "Toradex Colibri iMX6 board"
  135. select BOARD_LATE_INIT
  136. select DM
  137. select DM_SERIAL
  138. select DM_THERMAL
  139. select SUPPORT_SPL
  140. imply CMD_DM
  141. config TARGET_COLIBRI_IMX6ULL
  142. bool "Toradex Colibri iMX6ULL"
  143. depends on MX6ULL
  144. select BOARD_LATE_INIT
  145. select DM
  146. select DM_THERMAL
  147. config TARGET_DART_6UL
  148. bool "Variscite imx6ULL dart(DART-SOM-6ULL)"
  149. depends on MX6ULL
  150. select DM
  151. select DM_ETH
  152. select DM_GPIO
  153. select DM_I2C
  154. select DM_MMC
  155. select DM_SERIAL
  156. select DM_THERMAL
  157. select SUPPORT_SPL
  158. config TARGET_DHCOMIMX6
  159. bool "dh_imx6"
  160. depends on MX6QDL
  161. select BOARD_EARLY_INIT_F
  162. select BOARD_LATE_INIT
  163. select DM
  164. select DM_THERMAL
  165. select SUPPORT_SPL
  166. imply CMD_DM
  167. imply CMD_SPL
  168. config TARGET_DISPLAY5
  169. bool "LWN DISPLAY5 board"
  170. depends on MX6Q
  171. select DM
  172. select DM_ETH
  173. select DM_I2C
  174. select DM_MMC
  175. select DM_SPI
  176. select DM_GPIO
  177. select DM_SERIAL
  178. select SUPPORT_SPL
  179. imply CMD_DM
  180. config TARGET_EMBESTMX6BOARDS
  181. bool "embestmx6boards"
  182. select BOARD_LATE_INIT
  183. select SUPPORT_SPL
  184. config TARGET_GE_BX50V3
  185. bool "General Electric Bx50v3"
  186. depends on MX6Q
  187. select BOARD_LATE_INIT
  188. config TARGET_GE_B1X5V2
  189. bool "General Electric B1x5v2"
  190. depends on MX6QDL
  191. select BOARD_LATE_INIT
  192. select DM
  193. select DM_THERMAL
  194. select SUPPORT_SPL
  195. config TARGET_GW_VENTANA
  196. bool "gw_ventana"
  197. depends on MX6QDL
  198. select SUPPORT_SPL
  199. imply CMD_SATA
  200. imply CMD_SPL
  201. config TARGET_KOSAGI_NOVENA
  202. bool "Kosagi Novena"
  203. select BOARD_LATE_INIT
  204. select DM_ETH
  205. select DM_GPIO
  206. select DM_MMC
  207. select DM_PCI
  208. select DM_SCSI
  209. select DM_VIDEO
  210. select OF_CONTROL
  211. select SUPPORT_SPL
  212. imply CMD_DM
  213. config TARGET_MCCMON6
  214. bool "mccmon6"
  215. depends on MX6QDL
  216. select SUPPORT_SPL
  217. select DM
  218. select DM_GPIO
  219. select DM_ETH
  220. select DM_SERIAL
  221. select DM_I2C
  222. select DM_SPI
  223. imply CMD_DM
  224. config TARGET_MX6CUBOXI
  225. bool "Solid-run mx6 boards"
  226. depends on MX6QDL
  227. select BOARD_LATE_INIT
  228. select SUPPORT_SPL
  229. config TARGET_MX6LOGICPD
  230. bool "Logic PD i.MX6 SOM"
  231. depends on MX6Q
  232. select SUPPORT_SPL
  233. select BOARD_EARLY_INIT_F
  234. select BOARD_LATE_INIT
  235. select DM
  236. select DM_ETH
  237. select DM_GPIO
  238. select DM_I2C
  239. select DM_MMC
  240. select DM_PMIC
  241. select OF_CONTROL
  242. imply CMD_DM
  243. config TARGET_MX6MEMCAL
  244. bool "mx6memcal"
  245. depends on MX6QDL
  246. select SUPPORT_SPL
  247. help
  248. The mx6memcal board is a virtual board that can be used to validate
  249. and characterize the memory layout of a new design during the initial
  250. development and pre-production stages.
  251. config TARGET_MX6DL_MAMOJ
  252. bool "Support BTicino Mamoj"
  253. depends on MX6QDL
  254. select DM
  255. select DM_ETH
  256. select DM_GPIO
  257. select DM_I2C
  258. select DM_MMC
  259. select DM_PMIC
  260. select DM_PMIC_PFUZE100
  261. select DM_THERMAL
  262. select OF_CONTROL
  263. select PINCTRL
  264. select SPL
  265. select SPL_DM if SPL
  266. select SPL_GPIO_SUPPORT if SPL
  267. select SPL_LIBCOMMON_SUPPORT if SPL
  268. select SPL_LIBDISK_SUPPORT if SPL
  269. select SPL_LIBGENERIC_SUPPORT if SPL
  270. select SPL_MMC_SUPPORT if SPL
  271. select SPL_OF_CONTROL if SPL
  272. select SPL_OF_LIBFDT if SPL
  273. select SPL_PINCTRL if SPL
  274. select SPL_SEPARATE_BSS if SPL
  275. select SPL_SERIAL_SUPPORT if SPL
  276. select SPL_USB_GADGET if SPL
  277. select SPL_USB_HOST if SPL
  278. select SPL_USB_SDP_SUPPORT if SPL
  279. select SPL_WATCHDOG if SPL
  280. select SUPPORT_SPL
  281. imply CMD_DM
  282. config TARGET_MX6Q_ENGICAM
  283. bool "Support Engicam i.Core(RQS)"
  284. depends on MX6QDL
  285. select BOARD_LATE_INIT
  286. select DM
  287. select DM_ETH
  288. select DM_GPIO
  289. select DM_I2C
  290. select DM_MMC
  291. select DM_THERMAL
  292. select OF_CONTROL
  293. select SPL_DM if SPL
  294. select SPL_OF_CONTROL if SPL
  295. select SPL_OF_LIBFDT
  296. select SPL_PINCTRL if SPL
  297. select SPL_SEPARATE_BSS if SPL
  298. select SUPPORT_SPL
  299. imply CMD_DM
  300. config TARGET_MX6SABREAUTO
  301. bool "mx6sabreauto"
  302. depends on MX6QDL
  303. select BOARD_EARLY_INIT_F
  304. select BOARD_LATE_INIT
  305. select DM
  306. select DM_THERMAL
  307. select SUPPORT_SPL
  308. imply CMD_DM
  309. config TARGET_MX6SABRESD
  310. bool "mx6sabresd"
  311. depends on MX6QDL
  312. select BOARD_EARLY_INIT_F
  313. select BOARD_LATE_INIT
  314. select DM
  315. select DM_THERMAL
  316. select SUPPORT_SPL
  317. imply CMD_DM
  318. config TARGET_MX6SLEVK
  319. bool "mx6slevk"
  320. depends on MX6SL
  321. select SUPPORT_SPL
  322. config TARGET_MX6SLLEVK
  323. bool "mx6sll evk"
  324. depends on MX6SLL
  325. select BOARD_LATE_INIT
  326. select DM
  327. select DM_THERMAL
  328. imply CMD_DM
  329. config TARGET_MX6SXSABRESD
  330. bool "mx6sxsabresd"
  331. depends on MX6SX
  332. select BOARD_EARLY_INIT_F
  333. select BOARD_LATE_INIT
  334. select DM
  335. select DM_THERMAL
  336. select SUPPORT_SPL
  337. config TARGET_MX6SXSABREAUTO
  338. bool "mx6sxsabreauto"
  339. depends on MX6SX
  340. select BOARD_EARLY_INIT_F
  341. select BOARD_LATE_INIT
  342. select DM
  343. select DM_THERMAL
  344. imply CMD_DM
  345. config TARGET_MX6UL_9X9_EVK
  346. bool "mx6ul_9x9_evk"
  347. depends on MX6UL
  348. select BOARD_LATE_INIT
  349. select DM
  350. select DM_THERMAL
  351. select SUPPORT_SPL
  352. imply CMD_DM
  353. config TARGET_MX6UL_14X14_EVK
  354. bool "mx6ul_14x14_evk"
  355. depends on MX6UL
  356. select BOARD_LATE_INIT
  357. select DM
  358. select DM_THERMAL
  359. select SUPPORT_SPL
  360. imply CMD_DM
  361. config TARGET_MX6UL_ENGICAM
  362. bool "Support Engicam GEAM6UL/Is.IoT"
  363. depends on MX6UL
  364. select BOARD_LATE_INIT
  365. select DM
  366. select DM_ETH
  367. select DM_GPIO
  368. select DM_I2C
  369. select DM_MMC
  370. select DM_THERMAL
  371. select OF_CONTROL
  372. select SPL_DM if SPL
  373. select SPL_OF_CONTROL if SPL
  374. select SPL_PINCTRL if SPL
  375. select SPL_SEPARATE_BSS if SPL
  376. select SUPPORT_SPL
  377. imply CMD_DM
  378. config TARGET_MX6ULL_14X14_EVK
  379. bool "Support mx6ull_14x14_evk"
  380. depends on MX6ULL
  381. select BOARD_LATE_INIT
  382. select DM
  383. select DM_THERMAL
  384. imply CMD_DM
  385. config TARGET_MYS_6ULX
  386. bool "MYiR MYS-6ULX"
  387. depends on MX6ULL
  388. select DM
  389. select DM_ETH
  390. select DM_GPIO
  391. select DM_I2C
  392. select DM_MMC
  393. select DM_SERIAL
  394. select DM_THERMAL
  395. select SUPPORT_SPL
  396. config TARGET_NITROGEN6X
  397. bool "nitrogen6x"
  398. depends on MX6DL || MX6Q || MX6QDL || MX6S
  399. imply USB_ETHER_ASIX
  400. imply USB_ETHER_MCS7830
  401. imply USB_ETHER_SMSC95XX
  402. imply USB_HOST_ETHER
  403. config TARGET_NPI_IMX6ULL
  404. bool "Seeed NPI-IMX6ULL"
  405. depends on MX6ULL
  406. select DM
  407. select DM_ETH
  408. select DM_MMC
  409. select DM_GPIO
  410. select DM_SERIAL
  411. select DM_THERMAL
  412. select SUPPORT_SPL
  413. config TARGET_OPOS6ULDEV
  414. bool "Armadeus OPOS6ULDev board"
  415. depends on MX6UL
  416. select MX6UL_OPOS6UL
  417. config TARGET_PICO_IMX6
  418. bool "PICO-IMX6"
  419. depends on MX6QDL
  420. select BOARD_EARLY_INIT_F
  421. select BOARD_LATE_INIT
  422. select DM
  423. select DM_THERMAL
  424. select SUPPORT_SPL
  425. imply CMD_DM
  426. config TARGET_PICO_IMX6UL
  427. bool "PICO-IMX6UL-EMMC"
  428. depends on MX6UL
  429. select DM
  430. select SUPPORT_SPL
  431. imply CMD_DM
  432. config TARGET_LITEBOARD
  433. bool "Grinn liteBoard (i.MX6UL)"
  434. depends on MX6UL
  435. select BOARD_LATE_INIT
  436. select MX6UL_LITESOM
  437. config TARGET_PCM058
  438. bool "Phytec PCM058 i.MX6 Quad"
  439. depends on MX6Q
  440. select BOARD_LATE_INIT
  441. select SUPPORT_SPL
  442. select DM
  443. select OF_CONTROL
  444. imply CMD_DM
  445. config TARGET_PCL063
  446. bool "PHYTEC PCL063 (phyCORE-i.MX6UL)"
  447. depends on MX6UL
  448. select DM
  449. select DM_ETH
  450. select DM_GPIO
  451. select DM_I2C
  452. select DM_MMC
  453. select DM_SERIAL
  454. select DM_THERMAL
  455. select SUPPORT_SPL
  456. config TARGET_PCL063_ULL
  457. bool "PHYTEC PCL063 (phyCORE-i.MX6ULL)"
  458. depends on MX6ULL
  459. select DM
  460. select DM_ETH
  461. select DM_GPIO
  462. select DM_I2C
  463. select DM_MMC
  464. select DM_SERIAL
  465. select DM_THERMAL
  466. select SUPPORT_SPL
  467. config TARGET_SOMLABS_VISIONSOM_6ULL
  468. bool "visionsom-6ull"
  469. depends on MX6ULL
  470. select BOARD_LATE_INIT
  471. select DM
  472. select DM_ETH
  473. select DM_GPIO
  474. select DM_MMC
  475. select DM_SERIAL
  476. select DM_THERMAL
  477. imply CMD_DM
  478. config TARGET_TBS2910
  479. bool "TBS2910 Matrix ARM mini PC"
  480. depends on MX6Q
  481. config TARGET_KP_IMX6Q_TPC
  482. bool "K+P KP_IMX6Q_TPC i.MX6 Quad"
  483. depends on MX6QDL
  484. select BOARD_EARLY_INIT_F
  485. select BOARD_LATE_INIT
  486. select DM
  487. select SPL_DM if SPL
  488. select DM_THERMAL
  489. select DM_MMC
  490. select DM_ETH
  491. select DM_REGULATOR
  492. select SPL_DM_REGULATOR if SPL
  493. select DM_SERIAL
  494. select DM_I2C
  495. select DM_GPIO
  496. select SUPPORT_SPL
  497. select SPL_SEPARATE_BSS if SPL
  498. imply CMD_DM
  499. imply CMD_SPL
  500. config TARGET_TQMA6
  501. bool "TQ Systems TQMa6 board"
  502. select BOARD_EARLY_INIT_F
  503. select BOARD_LATE_INIT
  504. select MXC_SPI
  505. select SPI
  506. imply DM
  507. imply DM_GPIO
  508. imply DM_MMC
  509. imply DM_SPI
  510. imply DM_SPI_FLASH
  511. imply DM_I2C
  512. imply CMD_SF
  513. imply CMD_DM
  514. config TARGET_UDOO
  515. bool "udoo"
  516. depends on MX6QDL
  517. select BOARD_LATE_INIT
  518. select SUPPORT_SPL
  519. config TARGET_UDOO_NEO
  520. bool "UDOO Neo"
  521. depends on MX6SX
  522. select BOARD_LATE_INIT
  523. select DM
  524. select DM_THERMAL
  525. select SUPPORT_SPL
  526. imply CMD_DM
  527. config TARGET_SOFTING_VINING_2000
  528. bool "Softing VIN|ING 2000"
  529. depends on MX6SX
  530. select BOARD_LATE_INIT
  531. select DM
  532. select DM_THERMAL
  533. select SUPPORT_SPL
  534. imply CMD_DM
  535. config TARGET_WANDBOARD
  536. bool "wandboard"
  537. depends on MX6QDL
  538. select BOARD_LATE_INIT
  539. select SUPPORT_SPL
  540. config TARGET_WARP
  541. bool "WaRP"
  542. depends on MX6SL
  543. select BOARD_LATE_INIT
  544. config TARGET_BRPPT2
  545. bool "brppt2"
  546. depends on MX6QDL
  547. select BOARD_LATE_INIT
  548. select OF_CONTROL
  549. select SPL_OF_LIBFDT
  550. select DM
  551. select DM_ETH
  552. select DM_GPIO
  553. select DM_I2C
  554. select DM_MMC
  555. select SUPPORT_SPL
  556. select SPL_DM if SPL
  557. select SPL_OF_CONTROL if SPL
  558. help
  559. Support
  560. B&R BRPPT2 platform
  561. based on Freescale's iMX6 SoC
  562. config TARGET_O4_IMX6ULL_NANO
  563. bool "O4-iMX6ULL-NANO"
  564. depends on MX6ULL
  565. select BOARD_LATE_INIT
  566. select DM
  567. select DM_THERMAL
  568. imply CMD_DM
  569. help
  570. Support for www.out4.ru O4-iMX6UL-NANO platform
  571. based on Freescale's i.MX6UL/i.MX6ULL SoC.
  572. endchoice
  573. config SYS_SOC
  574. default "mx6"
  575. source "board/ge/bx50v3/Kconfig"
  576. source "board/ge/b1x5v2/Kconfig"
  577. source "board/aristainetos/Kconfig"
  578. source "board/armadeus/opos6uldev/Kconfig"
  579. source "board/boundary/nitrogen6x/Kconfig"
  580. source "board/bticino/mamoj/Kconfig"
  581. source "board/compulab/cm_fx6/Kconfig"
  582. source "board/dhelectronics/dh_imx6/Kconfig"
  583. source "board/embest/mx6boards/Kconfig"
  584. source "board/engicam/imx6q/Kconfig"
  585. source "board/engicam/imx6ul/Kconfig"
  586. source "board/freescale/mx6memcal/Kconfig"
  587. source "board/freescale/mx6sabreauto/Kconfig"
  588. source "board/freescale/mx6sabresd/Kconfig"
  589. source "board/freescale/mx6slevk/Kconfig"
  590. source "board/freescale/mx6sllevk/Kconfig"
  591. source "board/freescale/mx6sxsabresd/Kconfig"
  592. source "board/freescale/mx6sxsabreauto/Kconfig"
  593. source "board/freescale/mx6ul_14x14_evk/Kconfig"
  594. source "board/freescale/mx6ullevk/Kconfig"
  595. source "board/grinn/liteboard/Kconfig"
  596. source "board/phytec/pcm058/Kconfig"
  597. source "board/phytec/pcl063/Kconfig"
  598. source "board/gateworks/gw_ventana/Kconfig"
  599. source "board/kosagi/novena/Kconfig"
  600. source "board/softing/vining_2000/Kconfig"
  601. source "board/liebherr/display5/Kconfig"
  602. source "board/liebherr/mccmon6/Kconfig"
  603. source "board/logicpd/imx6/Kconfig"
  604. source "board/solidrun/mx6cuboxi/Kconfig"
  605. source "board/somlabs/visionsom-6ull/Kconfig"
  606. source "board/technexion/pico-imx6/Kconfig"
  607. source "board/technexion/pico-imx6ul/Kconfig"
  608. source "board/tbs/tbs2910/Kconfig"
  609. source "board/tqc/tqma6/Kconfig"
  610. source "board/toradex/apalis_imx6/Kconfig"
  611. source "board/toradex/colibri_imx6/Kconfig"
  612. source "board/toradex/colibri-imx6ull/Kconfig"
  613. source "board/k+p/kp_imx6q_tpc/Kconfig"
  614. source "board/udoo/Kconfig"
  615. source "board/udoo/neo/Kconfig"
  616. source "board/wandboard/Kconfig"
  617. source "board/warp/Kconfig"
  618. source "board/BuR/brppt2/Kconfig"
  619. source "board/out4/o4-imx6ull-nano/Kconfig"
  620. endif