This should not be selected by boards Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
11 lines
177 B
Text
11 lines
177 B
Text
# Copyright (c) 2020, Antmicro
|
|
|
|
# Enable UART driver
|
|
CONFIG_SERIAL=y
|
|
|
|
# Enable console
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
# Enable timer
|
|
CONFIG_SYS_CLOCK_TICKS_PER_SEC=100
|