`CLOCK_CONTROL` subsystem being selected directly at family level, remove it from individual board configurations. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
11 lines
192 B
Text
11 lines
192 B
Text
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Serial Drivers
|
|
CONFIG_SERIAL=y
|
|
CONFIG_UART_INTERRUPT_DRIVEN=y
|
|
# enable console
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
# GPIO Controller
|
|
CONFIG_GPIO=y
|