Kconfig.mcux 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  1. # MCUXpresso SDK
  2. # Copyright (c) 2016, Freescale Semiconductor, Inc.
  3. # SPDX-License-Identifier: Apache-2.0
  4. config HAS_MCUX
  5. bool
  6. select HAS_CMSIS_CORE
  7. depends on SOC_FAMILY_KINETIS || SOC_FAMILY_IMX || SOC_FAMILY_LPC
  8. if HAS_MCUX
  9. config HAS_MCUX_ADC12
  10. bool
  11. help
  12. Set if the 12-bit ADC (ADC12) module is present in the SoC.
  13. config HAS_MCUX_ADC16
  14. bool
  15. help
  16. Set if the 16-bit ADC (ADC16) module is present in the SoC.
  17. config HAS_MCUX_LPADC
  18. bool
  19. help
  20. Set if the LPADC module is present in the SoC.
  21. config HAS_MCUX_CACHE
  22. bool
  23. help
  24. Set if the L1 or L2 cache is present in the SoC.
  25. config HAS_MCUX_CCM
  26. bool
  27. help
  28. Set if the clock control module (CCM) module is present in the SoC.
  29. config HAS_MCUX_CCM_REV2
  30. bool
  31. help
  32. Set if the revison 2 of clock control module (CCM) module is present in the SoC.
  33. This is present in SoC's such as RT1170
  34. config HAS_MCUX_SYSCON
  35. bool
  36. help
  37. Set if the syscon module is present in the SoC.
  38. config HAS_MCUX_PCC
  39. bool
  40. help
  41. Set if the peripheral clock controller module (PCC) module is
  42. present in the SoC.
  43. config HAS_MCUX_ELCDIF
  44. bool
  45. help
  46. Set if the enhanced LCD interface (eLCDIF) module is present in the
  47. SoC.
  48. config HAS_MCUX_ENET
  49. bool
  50. help
  51. Set if the ethernet (ENET) module is present in the SoC.
  52. config HAS_MCUX_FLEXCAN
  53. bool
  54. help
  55. Set if the FlexCAN module is presents in the SoC.
  56. config HAS_MCUX_FLEXCOMM
  57. bool
  58. help
  59. Set if the flexcomm (FLEXCOMM) module is present in the SoC.
  60. config HAS_MCUX_FLEXSPI
  61. bool
  62. help
  63. Set if the flexible SPI (FlexSPI) module is present in the SoC.
  64. config HAS_MCUX_FTFX
  65. bool
  66. help
  67. Set if the flash memory (FTFA, FTFE, or FTFL) module is present in
  68. the SoC.
  69. config HAS_MCUX_FTM
  70. bool
  71. help
  72. Set if the FlexTimer (FTM) module is present in the SoC.
  73. config HAS_MCUX_IAP
  74. bool
  75. help
  76. Set if the flash memory In Applcation Programming is present in
  77. the LPC55xxx family SoCs.
  78. config HAS_MCUX_IAP_LEGACY
  79. bool
  80. help
  81. Set if the flash memory In Applcation Programming is present in
  82. the older LPC family SoCs (LPC54xxx, LPC11xxx).
  83. config HAS_MCUX_IGPIO
  84. bool
  85. help
  86. Set if the iMX GPIO (IGPIO) module is present in the SoC.
  87. config HAS_MCUX_LPI2C
  88. bool
  89. help
  90. Set if the low power I2C (LPI2C) module is present in the SoC.
  91. config HAS_MCUX_LPSCI
  92. bool
  93. help
  94. Set if the low power uart (LPSCI) module is present in the SoC.
  95. config HAS_MCUX_LPSPI
  96. bool
  97. help
  98. Set if the low power SPI (LPSPI) module is present in the SoC.
  99. config HAS_MCUX_LPUART
  100. bool
  101. help
  102. Set if the low power uart (LPUART) module is present in the SoC.
  103. config HAS_MCUX_GPT
  104. bool
  105. help
  106. Set if the general purpose timer (GPT) module is present in the SoC.
  107. config HAS_MCUX_RNG
  108. bool
  109. help
  110. Set if the LPC specific random number generator (RNG) module is
  111. present in the SoC.
  112. config HAS_MCUX_RNGA
  113. bool
  114. help
  115. Set if the random number generator accelerator (RNGA) module is
  116. present in the SoC.
  117. config HAS_MCUX_RTC
  118. bool
  119. help
  120. Set if the real time clock (RTC) modules is present in the SoC.
  121. config HAS_MCUX_LPC_RTC
  122. bool
  123. help
  124. Set if the LPC real time clock (RTC) modules is present in the SoC.
  125. config HAS_MCUX_SCG
  126. bool
  127. help
  128. Set if the system clock generator (SCG) module is present in the
  129. SoC.
  130. config HAS_MCUX_SEMC
  131. bool
  132. help
  133. Set if the smart external memory controller (SEMC) module is present
  134. in the SoC.
  135. config HAS_MCUX_SIM
  136. bool
  137. help
  138. Set if the system integration module (SIM) module is present in the
  139. SoC.
  140. config HAS_MCUX_TRNG
  141. bool
  142. help
  143. Set if the true random number generator (TRNG) module is present in
  144. the SoC.
  145. config HAS_MCUX_USB_EHCI
  146. bool
  147. help
  148. Set if the USB controller EHCI module is present in the SoC.
  149. config HAS_MCUX_USB_LPCIP3511
  150. bool
  151. help
  152. Set if the USB controller LPCIP3511 module is present in the SoC.
  153. config HAS_MCUX_USDHC1
  154. bool
  155. help
  156. Set if the USDHC instance 1 module is present in the SoC.
  157. config HAS_MCUX_USDHC2
  158. bool
  159. help
  160. Set if the USDHC2 instance 2 module is present in the SoC.
  161. config HAS_MCUX_WDOG32
  162. bool
  163. help
  164. Set if the watchdog (WDOG32) module is present in the SoC.
  165. config HAS_MCUX_WWDT
  166. bool
  167. help
  168. Set if the watchdog (WWDT) module is present in the SoC.
  169. config HAS_MCUX_PWM
  170. bool
  171. help
  172. Set if the PWM module is present in the SoC.
  173. config HAS_MCUX_SCTIMER
  174. bool
  175. help
  176. Set if the sctimer module is present in the SoC.
  177. config HAS_MCUX_SMC
  178. bool
  179. help
  180. Set if the SMC module is present in the SoC.
  181. config HAS_MCUX_CSI
  182. bool
  183. help
  184. Set if the CMOS Sensor Interface module is present in the SoC.
  185. config HAS_MCUX_LPTMR
  186. bool
  187. help
  188. Set if the Low Power Timer (LPTMR) module is present in the SoC.
  189. config HAS_MCUX_DAC
  190. bool
  191. help
  192. Set if the Digital-to-Analog (DAC) module is present in the SoC.
  193. config HAS_MCUX_DAC32
  194. bool
  195. help
  196. Set if the Digital-to-Analog (DAC32) module is present in the SoC.
  197. config HAS_MCUX_TPM
  198. bool
  199. help
  200. Set if the Timer/PWM Module is present in the SoC
  201. config HAS_MCUX_EDMA
  202. bool
  203. help
  204. Set if the EDMA module is present on the SoC.
  205. config HAS_MCUX_LPC_DMA
  206. bool
  207. help
  208. Set if the DMA module is present on the SoC.
  209. config HAS_MCUX_RDC
  210. bool
  211. help
  212. Set if the RDC module is present in the SoC.
  213. config HAS_MCUX_PIT
  214. bool
  215. help
  216. Set if the PIT module is present on the SoC.
  217. config HAS_MCUX_OS_TIMER
  218. bool
  219. help
  220. Set if the OS timer is used as a kernel timer on the SoC.
  221. config HAS_MCUX_ACMP
  222. bool
  223. help
  224. Set if the ACMP module is present on the SoC.
  225. config HAS_MCUX_PWT
  226. bool
  227. help
  228. Set if the PWT module is present on the SoC.
  229. config HAS_MCUX_RCM
  230. bool
  231. help
  232. Set if the Reset Control Module (RCM) module is present in
  233. the SoC.
  234. config HAS_MCUX_CTIMER
  235. bool
  236. help
  237. Set if the CTIMER module is present in the SoC.
  238. endif # HAS_MCUX