blob: 80e4b3434a54d8e15bd15528fc9c0c0419bec5d8 [file] [log] [blame]
Ulf Magnussonbd6e0442019-11-01 13:45:29 +01001# IMX M4 Core SDK
2
Diego Sueiro3afc2b62018-03-14 18:34:52 +00003# Copyright (c) 2018, NXP
Diego Sueiro3afc2b62018-03-14 18:34:52 +00004# SPDX-License-Identifier: Apache-2.0
Diego Sueiro3afc2b62018-03-14 18:34:52 +00005
6config HAS_IMX_HAL
7 bool
Stephanos Ioannidisbb14d8c2019-10-17 09:42:35 +09008 select HAS_CMSIS_CORE
Torsten Rasmussen8dc3f852022-09-14 22:23:15 +02009 depends on SOC_FAMILY_NXP_IMX
Diego Sueiro3afc2b62018-03-14 18:34:52 +000010
11if HAS_IMX_HAL
12
Stanislav Poboril67ba7d82018-04-18 17:36:49 +020013config HAS_IMX_GPIO
14 bool
Stanislav Poboril67ba7d82018-04-18 17:36:49 +020015 help
16 Set if the GPIO module is present in the SoC.
17
Diego Sueiro8c2acab2018-07-03 17:20:19 +010018config HAS_IMX_I2C
19 bool
20 help
21 Set if the I2C module is present in the SoC.
22
Stanislav Poborilf51ef052018-11-16 16:34:48 +010023config HAS_IMX_EPIT
24 bool
25 help
26 Set if the EPIT module is present in the SoC.
27
Daniel DeGrassebc841e12022-04-25 16:30:58 -050028config HAS_IMX_IOMUXC
29 bool
30 help
31 Set if the IOMUXC module is present in the SoC.
32
Diego Sueiro3afc2b62018-03-14 18:34:52 +000033endif # HAS_IMX_HAL