]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/renesas/eagle/Kconfig
ARM: renesas: Rename arch-/mach-rmobile to arch-/mach-renesas
[thirdparty/u-boot.git] / board / renesas / eagle / Kconfig
CommitLineData
d21f08ba
MV
1if TARGET_EAGLE
2
3config SYS_SOC
40b9d53c 4 default "renesas"
d21f08ba
MV
5
6config SYS_BOARD
7 default "eagle"
8
9config SYS_VENDOR
10 default "renesas"
11
12config SYS_CONFIG_NAME
79fedab6 13 default "rcar-gen3-common"
d21f08ba
MV
14
15endif