blob: 6837225c663ee443a93eb8ee1967f0610ad1af23 [file] [log] [blame]
# Kconfig - i.MX RT1062
#
# Copyright (c) 2018, NXP
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_MIMXRT1062
config SOC
string
default "mimxrt1062"
config NUM_IRQS
default 160
config ARM_DIV
default 1
config AHB_DIV
default 0
config IPG_DIV
default 3
config GPIO
default y
if NET_L2_ETHERNET
config INIT_ENET_PLL
def_bool y
endif # NET_L2_ETHERNET
endif # SOC_MIMXRT1062