29 lines
390 B
Plaintext
29 lines
390 B
Plaintext
|
# Kconfig - IMX M4 Core SDK
|
||
|
#
|
||
|
# Copyright (c) 2018, NXP
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
|
||
|
config HAS_IMX_HAL
|
||
|
bool
|
||
|
select HAS_CMSIS
|
||
|
depends on SOC_FAMILY_IMX
|
||
|
|
||
|
if HAS_IMX_HAL
|
||
|
|
||
|
config HAS_IMX_RDC
|
||
|
bool
|
||
|
default n
|
||
|
help
|
||
|
Set if the RDC module is present in the SoC.
|
||
|
|
||
|
config HAS_IMX_CCM
|
||
|
bool
|
||
|
default n
|
||
|
help
|
||
|
Set if the CCM module is present in the SoC.
|
||
|
|
||
|
endif # HAS_IMX_HAL
|