xref: /openbmc/u-boot/board/ge/bx50v3/Kconfig (revision 68620373)
1if TARGET_GE_BX50V3
2
3config IMX_CONFIG
4	default "board/ge/bx50v3/bx50v3.cfg"
5
6config SYS_BOARD
7	default "bx50v3"
8
9config SYS_VENDOR
10	default "ge"
11
12config SYS_SOC
13	default "mx6"
14
15config SYS_CONFIG_NAME
16	default "ge_bx50v3"
17
18endif
19