u-boot-brain/board/renesas/ebisu/Kconfig

16 lines
172 B
Plaintext
Raw Normal View History

if TARGET_EBISU
config SYS_SOC
default "rmobile"
config SYS_BOARD
default "ebisu"
config SYS_VENDOR
default "renesas"
config SYS_CONFIG_NAME
default "ebisu"
endif