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

16 lines
175 B
Plaintext
Raw Normal View History

if TARGET_CONDOR
config SYS_SOC
default "rmobile"
config SYS_BOARD
default "condor"
config SYS_VENDOR
default "renesas"
config SYS_CONFIG_NAME
default "condor"
endif