uboot/u-boot-stm32mp-2020.01/board/schulercontrol/sc_sps_1/Kconfig

16 lines
184 B
Plaintext
Raw Normal View History

2024-01-10 06:52:34 +00:00
if TARGET_SC_SPS_1
config SYS_BOARD
default "sc_sps_1"
config SYS_VENDOR
default "schulercontrol"
config SYS_SOC
default "mxs"
config SYS_CONFIG_NAME
default "sc_sps_1"
endif