]> git.ipfire.org Git - thirdparty/u-boot.git/blob - board/silinux/ek874/Kconfig
ARM: renesas: Rename arch-/mach-rmobile to arch-/mach-renesas
[thirdparty/u-boot.git] / board / silinux / ek874 / Kconfig
1 if TARGET_SILINUX_EK874
2
3 config SYS_SOC
4 default "renesas"
5
6 config SYS_BOARD
7 default "ek874"
8
9 config SYS_VENDOR
10 default "silinux"
11
12 config SYS_CONFIG_NAME
13 default "silinux-ek874"
14
15 endif