u-boot/board/miromico/hammerhead/Kconfig

20 lines
223 B
Plaintext

if TARGET_HAMMERHEAD
config SYS_BOARD
string
default "hammerhead"
config SYS_VENDOR
string
default "miromico"
config SYS_SOC
string
default "at32ap700x"
config SYS_CONFIG_NAME
string
default "hammerhead"
endif