mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-03 12:23:59 +00:00
`CLOCK_CONTROL` subsystem being selected directly at family level, remove it from individual board configurations. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
16 lines
206 B
Plaintext
16 lines
206 B
Plaintext
# enable uart driver
|
|
CONFIG_SERIAL=y
|
|
|
|
# enable GPIO
|
|
CONFIG_GPIO=y
|
|
|
|
# console
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
# Enable MPU
|
|
CONFIG_ARM_MPU=y
|
|
|
|
# Enable HW stack protection
|
|
CONFIG_HW_STACK_PROTECTION=y
|