xref: /rk3399_rockchip-uboot/board/renesas/ulcb/Kconfig (revision f9d5dc255d0cd7307a62fd3ec2ccbe621ea531da)
1if TARGET_ULCB
2
3config SYS_SOC
4	default "rmobile"
5
6config SYS_BOARD
7	default "ulcb"
8
9config SYS_VENDOR
10	default "renesas"
11
12config SYS_CONFIG_NAME
13	default "ulcb"
14
15endif
16