48 lines
488 B
Plaintext
48 lines
488 B
Plaintext
# Kconfig - i.MX RT1062
|
|
#
|
|
# Copyright (c) 2018, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
if SOC_MIMXRT1062
|
|
|
|
config SOC
|
|
string
|
|
default "mimxrt1062"
|
|
|
|
if CLOCK_CONTROL
|
|
|
|
config CLOCK_CONTROL_MCUX_CCM
|
|
default y
|
|
|
|
endif # CLOCK_CONTROL
|
|
|
|
config ARM_DIV
|
|
default 1
|
|
|
|
config AHB_DIV
|
|
default 0
|
|
|
|
config IPG_DIV
|
|
default 3
|
|
|
|
config GPIO
|
|
default y
|
|
|
|
if GPIO
|
|
|
|
config GPIO_MCUX_IGPIO
|
|
default y
|
|
|
|
endif # GPIO
|
|
|
|
if SERIAL
|
|
|
|
config UART_MCUX_LPUART
|
|
default y
|
|
|
|
endif # SERIAL
|
|
|
|
endif # SOC_MIMXRT1062
|