zephyr/boards/sparc/generic_leon3/generic_leon3_defconfig
Anas Nashif b3abe11104 boards: remove CONFIG_PRINTK from board _defconfig
We should not enable this config in the board, this is an
application config.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2021-10-18 09:49:45 -04:00

11 lines
216 B
Plaintext

# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_LEON3=y
CONFIG_BOARD_GENERIC_LEON3=y
CONFIG_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_UART_APBUART=y
CONFIG_UART_CONSOLE=y
CONFIG_LEON_GPTIMER=y
CONFIG_EXTRA_EXCEPTION_INFO=y