xref: /openbmc/u-boot/board/lego/ev3/Kconfig (revision 78a88f79)
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