3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 06:44:18 +00:00
Brooklyn/kernel/u-boot-master/board/sandisk/sansa_fuze_plus/Kconfig
2022-04-02 18:17:33 +05:00

16 lines
198 B
Plaintext

if TARGET_SANSA_FUZE_PLUS
config SYS_BOARD
default "sansa_fuze_plus"
config SYS_VENDOR
default "sandisk"
config SYS_SOC
default "mxs"
config SYS_CONFIG_NAME
default "sansa_fuze_plus"
endif