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>
18 lines
447 B
Plaintext
18 lines
447 B
Plaintext
# Copyright (c) 2019 Benjamin Valentin
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
CONFIG_SOC_SERIES_SAME54=y
|
|
CONFIG_SOC_PART_NUMBER_SAME54P20A=y
|
|
CONFIG_BOARD_ATSAME54_XPRO=y
|
|
CONFIG_BUILD_OUTPUT_HEX=y
|
|
CONFIG_ARM_MPU=y
|
|
CONFIG_SOC_ATMEL_SAMD5X_XOSC32K=y
|
|
CONFIG_SOC_ATMEL_SAMD5X_XOSC32K_AS_MAIN=y
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_UART_INTERRUPT_DRIVEN=y
|
|
CONFIG_GPIO=y
|
|
|
|
# Enable HW stack protection
|
|
CONFIG_HW_STACK_PROTECTION=y
|