30 lines
449 B
Plaintext
30 lines
449 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
# SECO SBC-3.5-PX30 board defconfig
|
|
#
|
|
# Copyright (c) 2022, SECO Spa
|
|
|
|
# Enable MPU
|
|
CONFIG_ARM_MPU=y
|
|
|
|
# Enable HW stack protection
|
|
CONFIG_HW_STACK_PROTECTION=y
|
|
|
|
# enable uart driver
|
|
CONFIG_SERIAL=y
|
|
|
|
# enable console
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
# enable GPIO
|
|
CONFIG_GPIO=y
|
|
|
|
# clock configuration
|
|
CONFIG_CLOCK_CONTROL=y
|
|
|
|
# enable regulators
|
|
CONFIG_REGULATOR=y
|
|
|
|
# enable pin controller
|
|
CONFIG_PINCTRL=y
|