xref: /openbmc/u-boot/board/ge/bx50v3/Kconfig (revision 407b5b956a2e0facf6668fc8b295f4be9205c83e)
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
18source "board/ge/common/Kconfig"
19
20endif
21