uboot/u-boot-stm32mp-2020.01/board/siemens/taurus/Kconfig

29 lines
417 B
Plaintext
Raw Normal View History

2024-01-10 06:52:34 +00:00
if TARGET_TAURUS
config SYS_BOARD
default "taurus"
config SYS_VENDOR
default "siemens"
config SYS_CONFIG_NAME
default "taurus"
choice
prompt "Board Type AXM/TAURUS"
default BOARD_AXM
config BOARD_AXM
bool "AXM board type"
help
Select this, if you want to build for AXM board.
config BOARD_TAURUS
bool "TAURUS board type"
help
Select this, if you want to build for TAURUS board.
endchoice
endif