zephyr/soc/arm/nxp_imx/rt/Kconfig.defconfig.mimxrt1021
Maureen Helm 501db1e0b9 soc: nxp_imx: Promote driver defaults to soc series level
Streamlines repetitious code enabling default drivers by promoting it to
the soc series level.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2019-01-28 21:21:01 -05:00

26 lines
284 B
Text

# Kconfig - i.MX RT1021
#
# Copyright (c) 2018, NXP
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_MIMXRT1021
config SOC
string
default "mimxrt1021"
config ARM_DIV
default 0
config AHB_DIV
default 0
config IPG_DIV
default 3
config GPIO
default y
endif # SOC_MIMXRT1021