xref: /rk3399_rockchip-uboot/board/lego/ev3/Kconfig (revision 5cd1f6bd7a44e8c3c62a548257bc5ceff61d1691)
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