xref: /rk3399_rockchip-uboot/board/lego/ev3/Kconfig (revision 142a20c367e75e136cb06e8da628bce273b1691e)
1if TARGET_LEGOEV3
2
3config SYS_BOARD
4	default "ev3"
5
6config SYS_VENDOR
7	default "lego"
8
9config SYS_CONFIG_NAME
10	default "legoev3"
11
12endif
13