1#
2# Copyright (c) 2021 Cypress Semiconductor Corporation.
3# SPDX-License-Identifier: Apache-2.0
4#
5
6# General configuration
7CONFIG_CORTEX_M_SYSTICK=y
8CONFIG_ARM_MPU=y
9CONFIG_HW_STACK_PROTECTION=y
10
11# Enable console
12CONFIG_CONSOLE=y
13CONFIG_UART_CONSOLE=y
14
15# Enable UART driver
16CONFIG_SERIAL=y
17
18# Enable GPIO driver
19CONFIG_GPIO=y
20
21# Enable clock controller
22CONFIG_CLOCK_CONTROL=y
23