mirror of
https://github.com/zephyrproject-rtos/zephyr.git
synced 2024-12-04 11:39:46 +08:00
390464ce3b
Now that timer drivers are enabled based on devicetree we can remove any cases of them getting enabled by *_defconfig files. Signed-off-by: Kumar Gala <galak@kernel.org>
17 lines
314 B
Plaintext
17 lines
314 B
Plaintext
#
|
|
# Copyright (c) 2019, MADMACHINE LIMITED
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
CONFIG_SOC_MIMXRT1052=y
|
|
CONFIG_SOC_SERIES_IMX_RT=y
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_GPIO=y
|
|
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=600000000
|
|
CONFIG_ARM_MPU=y
|
|
CONFIG_HW_STACK_PROTECTION=y
|
|
CONFIG_PINCTRL=y
|