- Move definition for boards under infineon - Move definition for boards under cypress Signed-off-by: McAtee Maxwell <maxwell.mcatee@infineon.com>
27 lines
487 B
Text
27 lines
487 B
Text
#
|
|
# Copyright (c) 2024 Cypress Semiconductor Corporation.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# General configuration
|
|
CONFIG_ARM_MPU=y
|
|
CONFIG_HW_STACK_PROTECTION=y
|
|
|
|
# Enable console
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
# Enable UART driver
|
|
CONFIG_SERIAL=y
|
|
|
|
# Enable GPIO driver
|
|
CONFIG_GPIO=y
|
|
|
|
# Enable clock controller
|
|
CONFIG_CLOCK_CONTROL=y
|
|
|
|
# Main Stack Size
|
|
CONFIG_MAIN_STACK_SIZE=2048
|
|
|
|
# Enable code/data relocation to move SMIF driver into RAM
|
|
CONFIG_CODE_DATA_RELOCATION=y
|