# # 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 # Enable code/data relocation to move SMIF driver into RAM CONFIG_CODE_DATA_RELOCATION=y