17 lines
342 B
Plaintext
17 lines
342 B
Plaintext
# Kconfig - i.MX 6SoloX M4 core series
|
|
#
|
|
# Copyright (c) 2018, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config SOC_SERIES_IMX_6X_M4
|
|
bool "i.MX 6SoloX M4 Core Series"
|
|
select CPU_CORTEX_M4
|
|
select HAS_IMX_HAL
|
|
select SOC_FAMILY_IMX
|
|
select CPU_HAS_FPU
|
|
select CLOCK_CONTROL
|
|
help
|
|
Enable support for M4 core of i.MX 6SoloX MCU series
|