Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sh
[platform/kernel/u-boot.git] / board / beacon / beacon-rzg2m / Kconfig
1 if TARGET_BEACON_RZG2M
2
3 config SYS_SOC
4         default "rmobile"
5
6 config SYS_BOARD
7         default "beacon-rzg2m"
8
9 config SYS_VENDOR
10         default "beacon"
11
12 config SYS_CONFIG_NAME
13         default "beacon-rzg2m"
14
15 endif