]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/renesas/grayhawk/Kconfig
ARM: renesas: Add Renesas R8A779H0 V4M Gray Hawk board code
[thirdparty/u-boot.git] / board / renesas / grayhawk / Kconfig
CommitLineData
53066dec
HP
1if TARGET_GRAYHAWK
2
3config SYS_SOC
4 default "rmobile"
5
6config SYS_BOARD
7 default "grayhawk"
8
9config SYS_VENDOR
10 default "renesas"
11
12config SYS_CONFIG_NAME
13 default "grayhawk"
14
15endif