xref: /openbmc/u-boot/board/ge/bx50v3/Kconfig (revision 25c1b1353ce4b8188de6058f9f3b0d5d2dad8230)
1if TARGET_GE_B450V3 || TARGET_GE_B650V3 || TARGET_GE_B850V3
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