c39dd14960
We want to be able to use the 'LM32' config for architecture specific features. Introduce CONFIG_LM32_EVR to select the lm32-evr / lm32-uclinux boards. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210221225626.2589247-2-f4bug@amsat.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
13 lines
268 B
Makefile
13 lines
268 B
Makefile
# Default configuration for lm32-softmmu
|
|
|
|
# Uncomment the following lines to disable these optional devices:
|
|
#
|
|
#CONFIG_MILKYMIST_TMU2=n # disabling it actually causes compile-time failures
|
|
|
|
CONFIG_SEMIHOSTING=y
|
|
|
|
# Boards:
|
|
#
|
|
CONFIG_LM32_EVR=y
|
|
CONFIG_MILKYMIST=y
|