Kconfig 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744
  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_CGTQMX6EVAL
  125. bool "cgtqmx6eval"
  126. depends on MX6QDL
  127. select BOARD_LATE_INIT
  128. select DM
  129. select DM_THERMAL
  130. select SUPPORT_SPL
  131. imply CMD_DM
  132. config TARGET_CM_FX6
  133. bool "CM-FX6"
  134. depends on MX6QDL
  135. select BOARD_LATE_INIT
  136. select DM
  137. select DM_GPIO
  138. select DM_SERIAL
  139. select SUPPORT_SPL
  140. imply CMD_DM
  141. config TARGET_COLIBRI_IMX6
  142. bool "Toradex Colibri iMX6 board"
  143. select BOARD_LATE_INIT
  144. select DM
  145. select DM_SERIAL
  146. select DM_THERMAL
  147. select SUPPORT_SPL
  148. imply CMD_DM
  149. config TARGET_COLIBRI_IMX6ULL
  150. bool "Toradex Colibri iMX6ULL"
  151. depends on MX6ULL
  152. select BOARD_LATE_INIT
  153. select DM
  154. select DM_THERMAL
  155. config TARGET_DART_6UL
  156. bool "Variscite imx6ULL dart(DART-SOM-6ULL)"
  157. depends on MX6ULL
  158. select DM
  159. select DM_ETH
  160. select DM_GPIO
  161. select DM_I2C
  162. select DM_MMC
  163. select DM_SERIAL
  164. select DM_THERMAL
  165. select SUPPORT_SPL
  166. config TARGET_DHCOMIMX6
  167. bool "dh_imx6"
  168. depends on MX6QDL
  169. select BOARD_EARLY_INIT_F
  170. select BOARD_LATE_INIT
  171. select DM
  172. select DM_THERMAL
  173. select SUPPORT_SPL
  174. imply CMD_DM
  175. imply CMD_SPL
  176. config TARGET_DISPLAY5
  177. bool "LWN DISPLAY5 board"
  178. depends on MX6Q
  179. select DM
  180. select DM_ETH
  181. select DM_I2C
  182. select DM_MMC
  183. select DM_SPI
  184. select DM_GPIO
  185. select DM_SERIAL
  186. select SUPPORT_SPL
  187. imply CMD_DM
  188. config TARGET_EMBESTMX6BOARDS
  189. bool "embestmx6boards"
  190. select BOARD_LATE_INIT
  191. select SUPPORT_SPL
  192. config TARGET_GE_BX50V3
  193. bool "General Electric Bx50v3"
  194. depends on MX6Q
  195. select BOARD_LATE_INIT
  196. config TARGET_GE_B1X5V2
  197. bool "General Electric B1x5v2"
  198. depends on MX6QDL
  199. select BOARD_LATE_INIT
  200. select DM
  201. select DM_THERMAL
  202. select SUPPORT_SPL
  203. config TARGET_GW_VENTANA
  204. bool "gw_ventana"
  205. depends on MX6QDL
  206. select SUPPORT_SPL
  207. imply CMD_SATA
  208. imply CMD_SPL
  209. config TARGET_KOSAGI_NOVENA
  210. bool "Kosagi Novena"
  211. select BOARD_LATE_INIT
  212. select DM_ETH
  213. select DM_GPIO
  214. select DM_MMC
  215. select DM_PCI
  216. select DM_SCSI
  217. select DM_USB
  218. select DM_VIDEO
  219. select OF_CONTROL
  220. select SUPPORT_SPL
  221. imply CMD_DM
  222. config TARGET_MCCMON6
  223. bool "mccmon6"
  224. depends on MX6QDL
  225. select SUPPORT_SPL
  226. select DM
  227. select DM_GPIO
  228. select DM_ETH
  229. select DM_SERIAL
  230. select DM_I2C
  231. select DM_SPI
  232. imply CMD_DM
  233. config TARGET_MX6CUBOXI
  234. bool "Solid-run mx6 boards"
  235. depends on MX6QDL
  236. select BOARD_LATE_INIT
  237. select SUPPORT_SPL
  238. config TARGET_MX6LOGICPD
  239. bool "Logic PD i.MX6 SOM"
  240. depends on MX6Q
  241. select SUPPORT_SPL
  242. select BOARD_EARLY_INIT_F
  243. select BOARD_LATE_INIT
  244. select DM
  245. select DM_ETH
  246. select DM_GPIO
  247. select DM_I2C
  248. select DM_MMC
  249. select DM_PMIC
  250. select OF_CONTROL
  251. imply CMD_DM
  252. config TARGET_MX6MEMCAL
  253. bool "mx6memcal"
  254. depends on MX6QDL
  255. select SUPPORT_SPL
  256. help
  257. The mx6memcal board is a virtual board that can be used to validate
  258. and characterize the memory layout of a new design during the initial
  259. development and pre-production stages.
  260. config TARGET_MX6QARM2
  261. bool "mx6qarm2"
  262. config TARGET_MX6DL_MAMOJ
  263. bool "Support BTicino Mamoj"
  264. depends on MX6QDL
  265. select DM
  266. select DM_ETH
  267. select DM_GPIO
  268. select DM_I2C
  269. select DM_MMC
  270. select DM_PMIC
  271. select DM_PMIC_PFUZE100
  272. select DM_THERMAL
  273. select OF_CONTROL
  274. select PINCTRL
  275. select SPL
  276. select SPL_DM if SPL
  277. select SPL_GPIO_SUPPORT if SPL
  278. select SPL_LIBCOMMON_SUPPORT if SPL
  279. select SPL_LIBDISK_SUPPORT if SPL
  280. select SPL_LIBGENERIC_SUPPORT if SPL
  281. select SPL_MMC_SUPPORT if SPL
  282. select SPL_OF_CONTROL if SPL
  283. select SPL_OF_LIBFDT if SPL
  284. select SPL_PINCTRL if SPL
  285. select SPL_SEPARATE_BSS if SPL
  286. select SPL_SERIAL_SUPPORT if SPL
  287. select SPL_USB_GADGET if SPL
  288. select SPL_USB_HOST_SUPPORT if SPL
  289. select SPL_USB_SDP_SUPPORT if SPL
  290. select SPL_WATCHDOG_SUPPORT if SPL
  291. select SUPPORT_SPL
  292. imply CMD_DM
  293. config TARGET_MX6Q_ENGICAM
  294. bool "Support Engicam i.Core(RQS)"
  295. depends on MX6QDL
  296. select BOARD_LATE_INIT
  297. select DM
  298. select DM_ETH
  299. select DM_GPIO
  300. select DM_I2C
  301. select DM_MMC
  302. select DM_THERMAL
  303. select OF_CONTROL
  304. select SPL_DM if SPL
  305. select SPL_OF_CONTROL if SPL
  306. select SPL_OF_LIBFDT
  307. select SPL_PINCTRL if SPL
  308. select SPL_SEPARATE_BSS if SPL
  309. select SUPPORT_SPL
  310. imply CMD_DM
  311. config TARGET_MX6SABREAUTO
  312. bool "mx6sabreauto"
  313. depends on MX6QDL
  314. select BOARD_EARLY_INIT_F
  315. select BOARD_LATE_INIT
  316. select DM
  317. select DM_THERMAL
  318. select SUPPORT_SPL
  319. imply CMD_DM
  320. config TARGET_MX6SABRESD
  321. bool "mx6sabresd"
  322. depends on MX6QDL
  323. select BOARD_EARLY_INIT_F
  324. select BOARD_LATE_INIT
  325. select DM
  326. select DM_THERMAL
  327. select SUPPORT_SPL
  328. imply CMD_DM
  329. config TARGET_MX6SLEVK
  330. bool "mx6slevk"
  331. depends on MX6SL
  332. select SUPPORT_SPL
  333. config TARGET_MX6SLLEVK
  334. bool "mx6sll evk"
  335. depends on MX6SLL
  336. select BOARD_LATE_INIT
  337. select DM
  338. select DM_THERMAL
  339. imply CMD_DM
  340. config TARGET_MX6SXSABRESD
  341. bool "mx6sxsabresd"
  342. depends on MX6SX
  343. select BOARD_EARLY_INIT_F
  344. select BOARD_LATE_INIT
  345. select DM
  346. select DM_THERMAL
  347. select SUPPORT_SPL
  348. config TARGET_MX6SXSABREAUTO
  349. bool "mx6sxsabreauto"
  350. depends on MX6SX
  351. select BOARD_EARLY_INIT_F
  352. select BOARD_LATE_INIT
  353. select DM
  354. select DM_THERMAL
  355. imply CMD_DM
  356. config TARGET_MX6UL_9X9_EVK
  357. bool "mx6ul_9x9_evk"
  358. depends on MX6UL
  359. select BOARD_LATE_INIT
  360. select DM
  361. select DM_THERMAL
  362. select SUPPORT_SPL
  363. imply CMD_DM
  364. config TARGET_MX6UL_14X14_EVK
  365. bool "mx6ul_14x14_evk"
  366. depends on MX6UL
  367. select BOARD_LATE_INIT
  368. select DM
  369. select DM_THERMAL
  370. select SUPPORT_SPL
  371. imply CMD_DM
  372. config TARGET_MX6UL_ENGICAM
  373. bool "Support Engicam GEAM6UL/Is.IoT"
  374. depends on MX6UL
  375. select BOARD_LATE_INIT
  376. select DM
  377. select DM_ETH
  378. select DM_GPIO
  379. select DM_I2C
  380. select DM_MMC
  381. select DM_THERMAL
  382. select OF_CONTROL
  383. select SPL_DM if SPL
  384. select SPL_OF_CONTROL if SPL
  385. select SPL_PINCTRL if SPL
  386. select SPL_SEPARATE_BSS if SPL
  387. select SUPPORT_SPL
  388. imply CMD_DM
  389. config TARGET_MX6ULL_14X14_EVK
  390. bool "Support mx6ull_14x14_evk"
  391. depends on MX6ULL
  392. select BOARD_LATE_INIT
  393. select DM
  394. select DM_THERMAL
  395. imply CMD_DM
  396. config TARGET_MYS_6ULX
  397. bool "MYiR MYS-6ULX"
  398. depends on MX6ULL
  399. select DM
  400. select DM_ETH
  401. select DM_GPIO
  402. select DM_I2C
  403. select DM_MMC
  404. select DM_SERIAL
  405. select DM_THERMAL
  406. select SUPPORT_SPL
  407. config TARGET_NITROGEN6X
  408. bool "nitrogen6x"
  409. depends on MX6DL || MX6Q || MX6QDL || MX6S
  410. imply USB_ETHER_ASIX
  411. imply USB_ETHER_MCS7830
  412. imply USB_ETHER_SMSC95XX
  413. imply USB_HOST_ETHER
  414. config TARGET_OPOS6ULDEV
  415. bool "Armadeus OPOS6ULDev board"
  416. depends on MX6UL
  417. select MX6UL_OPOS6UL
  418. config TARGET_OT1200
  419. bool "Bachmann OT1200"
  420. select SUPPORT_SPL
  421. imply CMD_SATA
  422. config TARGET_PICO_IMX6
  423. bool "PICO-IMX6"
  424. depends on MX6QDL
  425. select BOARD_EARLY_INIT_F
  426. select BOARD_LATE_INIT
  427. select DM
  428. select DM_THERMAL
  429. select SUPPORT_SPL
  430. imply CMD_DM
  431. config TARGET_PICO_IMX6UL
  432. bool "PICO-IMX6UL-EMMC"
  433. depends on MX6UL
  434. select DM
  435. select SUPPORT_SPL
  436. imply CMD_DM
  437. config TARGET_LITEBOARD
  438. bool "Grinn liteBoard (i.MX6UL)"
  439. depends on MX6UL
  440. select BOARD_LATE_INIT
  441. select MX6UL_LITESOM
  442. config TARGET_PLATINUM_PICON
  443. bool "platinum-picon"
  444. select SUPPORT_SPL
  445. config TARGET_PLATINUM_TITANIUM
  446. bool "platinum-titanium"
  447. select SUPPORT_SPL
  448. config TARGET_PCM058
  449. bool "Phytec PCM058 i.MX6 Quad"
  450. depends on MX6Q
  451. select BOARD_LATE_INIT
  452. select SUPPORT_SPL
  453. select DM
  454. select OF_CONTROL
  455. imply CMD_DM
  456. config TARGET_PFLA02
  457. bool "Phytec PFLA02 (PhyFlex) i.MX6 Quad"
  458. depends on MX6QDL
  459. select BOARD_LATE_INIT
  460. select SUPPORT_SPL
  461. config TARGET_PCL063
  462. bool "PHYTEC PCL063 (phyCORE-i.MX6UL)"
  463. depends on MX6UL
  464. select DM
  465. select DM_ETH
  466. select DM_GPIO
  467. select DM_I2C
  468. select DM_MMC
  469. select DM_SERIAL
  470. select DM_THERMAL
  471. select SUPPORT_SPL
  472. config TARGET_PCL063_ULL
  473. bool "PHYTEC PCL063 (phyCORE-i.MX6ULL)"
  474. depends on MX6ULL
  475. select DM
  476. select DM_ETH
  477. select DM_GPIO
  478. select DM_I2C
  479. select DM_MMC
  480. select DM_SERIAL
  481. select DM_THERMAL
  482. select SUPPORT_SPL
  483. config TARGET_SECOMX6
  484. bool "secomx6 boards"
  485. config TARGET_SOMLABS_VISIONSOM_6ULL
  486. bool "visionsom-6ull"
  487. depends on MX6ULL
  488. select BOARD_LATE_INIT
  489. select DM
  490. select DM_ETH
  491. select DM_GPIO
  492. select DM_MMC
  493. select DM_SERIAL
  494. select DM_THERMAL
  495. imply CMD_DM
  496. config TARGET_TBS2910
  497. bool "TBS2910 Matrix ARM mini PC"
  498. depends on MX6Q
  499. config TARGET_TITANIUM
  500. bool "titanium"
  501. depends on MX6Q
  502. config TARGET_KP_IMX6Q_TPC
  503. bool "K+P KP_IMX6Q_TPC i.MX6 Quad"
  504. depends on MX6QDL
  505. select BOARD_EARLY_INIT_F
  506. select BOARD_LATE_INIT
  507. select DM
  508. select SPL_DM if SPL
  509. select DM_THERMAL
  510. select DM_MMC
  511. select DM_ETH
  512. select DM_REGULATOR
  513. select SPL_DM_REGULATOR if SPL
  514. select DM_SERIAL
  515. select DM_I2C
  516. select DM_GPIO
  517. select DM_USB
  518. select SUPPORT_SPL
  519. select SPL_SEPARATE_BSS if SPL
  520. imply CMD_DM
  521. imply CMD_SPL
  522. config TARGET_TQMA6
  523. bool "TQ Systems TQMa6 board"
  524. select BOARD_EARLY_INIT_F
  525. select BOARD_LATE_INIT
  526. select MXC_SPI
  527. select SPI
  528. imply DM
  529. imply DM_GPIO
  530. imply DM_MMC
  531. imply DM_SPI
  532. imply DM_SPI_FLASH
  533. imply DM_I2C
  534. imply CMD_SF
  535. imply CMD_DM
  536. config TARGET_UDOO
  537. bool "udoo"
  538. depends on MX6QDL
  539. select BOARD_LATE_INIT
  540. select SUPPORT_SPL
  541. config TARGET_UDOO_NEO
  542. bool "UDOO Neo"
  543. depends on MX6SX
  544. select BOARD_LATE_INIT
  545. select DM
  546. select DM_THERMAL
  547. select SUPPORT_SPL
  548. imply CMD_DM
  549. config TARGET_SOFTING_VINING_2000
  550. bool "Softing VIN|ING 2000"
  551. depends on MX6SX
  552. select BOARD_LATE_INIT
  553. select DM
  554. select DM_THERMAL
  555. select SUPPORT_SPL
  556. imply CMD_DM
  557. config TARGET_WANDBOARD
  558. bool "wandboard"
  559. depends on MX6QDL
  560. select BOARD_LATE_INIT
  561. select SUPPORT_SPL
  562. config TARGET_WARP
  563. bool "WaRP"
  564. depends on MX6SL
  565. select BOARD_LATE_INIT
  566. config TARGET_XPRESS
  567. bool "CCV xPress"
  568. depends on MX6UL
  569. select BOARD_LATE_INIT
  570. select DM
  571. select DM_THERMAL
  572. select SUPPORT_SPL
  573. imply CMD_DM
  574. config TARGET_ZC5202
  575. bool "zc5202"
  576. select BOARD_LATE_INIT
  577. select DM
  578. select DM_THERMAL
  579. select SUPPORT_SPL
  580. imply CMD_DM
  581. config TARGET_ZC5601
  582. bool "zc5601"
  583. select BOARD_LATE_INIT
  584. select DM
  585. select DM_THERMAL
  586. select SUPPORT_SPL
  587. imply CMD_DM
  588. config TARGET_BRPPT2
  589. bool "brppt2"
  590. depends on MX6QDL
  591. select BOARD_LATE_INIT
  592. select OF_CONTROL
  593. select SPL_OF_LIBFDT
  594. select DM
  595. select DM_ETH
  596. select DM_GPIO
  597. select DM_I2C
  598. select DM_MMC
  599. select SUPPORT_SPL
  600. select SPL_DM if SPL
  601. select SPL_OF_CONTROL if SPL
  602. help
  603. Support
  604. B&R BRPPT2 platform
  605. based on Freescale's iMX6 SoC
  606. endchoice
  607. config SYS_SOC
  608. default "mx6"
  609. source "board/ge/bx50v3/Kconfig"
  610. source "board/ge/b1x5v2/Kconfig"
  611. source "board/aristainetos/Kconfig"
  612. source "board/armadeus/opos6uldev/Kconfig"
  613. source "board/bachmann/ot1200/Kconfig"
  614. source "board/barco/platinum/Kconfig"
  615. source "board/barco/titanium/Kconfig"
  616. source "board/boundary/nitrogen6x/Kconfig"
  617. source "board/bticino/mamoj/Kconfig"
  618. source "board/ccv/xpress/Kconfig"
  619. source "board/compulab/cm_fx6/Kconfig"
  620. source "board/congatec/cgtqmx6eval/Kconfig"
  621. source "board/dhelectronics/dh_imx6/Kconfig"
  622. source "board/el/el6x/Kconfig"
  623. source "board/embest/mx6boards/Kconfig"
  624. source "board/engicam/imx6q/Kconfig"
  625. source "board/engicam/imx6ul/Kconfig"
  626. source "board/freescale/mx6qarm2/Kconfig"
  627. source "board/freescale/mx6memcal/Kconfig"
  628. source "board/freescale/mx6sabreauto/Kconfig"
  629. source "board/freescale/mx6sabresd/Kconfig"
  630. source "board/freescale/mx6slevk/Kconfig"
  631. source "board/freescale/mx6sllevk/Kconfig"
  632. source "board/freescale/mx6sxsabresd/Kconfig"
  633. source "board/freescale/mx6sxsabreauto/Kconfig"
  634. source "board/freescale/mx6ul_14x14_evk/Kconfig"
  635. source "board/freescale/mx6ullevk/Kconfig"
  636. source "board/grinn/liteboard/Kconfig"
  637. source "board/phytec/pcm058/Kconfig"
  638. source "board/phytec/pfla02/Kconfig"
  639. source "board/phytec/pcl063/Kconfig"
  640. source "board/gateworks/gw_ventana/Kconfig"
  641. source "board/kosagi/novena/Kconfig"
  642. source "board/softing/vining_2000/Kconfig"
  643. source "board/liebherr/display5/Kconfig"
  644. source "board/liebherr/mccmon6/Kconfig"
  645. source "board/logicpd/imx6/Kconfig"
  646. source "board/seco/Kconfig"
  647. source "board/solidrun/mx6cuboxi/Kconfig"
  648. source "board/somlabs/visionsom-6ull/Kconfig"
  649. source "board/technexion/pico-imx6/Kconfig"
  650. source "board/technexion/pico-imx6ul/Kconfig"
  651. source "board/tbs/tbs2910/Kconfig"
  652. source "board/tqc/tqma6/Kconfig"
  653. source "board/toradex/apalis_imx6/Kconfig"
  654. source "board/toradex/colibri_imx6/Kconfig"
  655. source "board/toradex/colibri-imx6ull/Kconfig"
  656. source "board/k+p/kp_imx6q_tpc/Kconfig"
  657. source "board/udoo/Kconfig"
  658. source "board/udoo/neo/Kconfig"
  659. source "board/wandboard/Kconfig"
  660. source "board/warp/Kconfig"
  661. source "board/BuR/brppt2/Kconfig"
  662. endif