blob: 05938560abdadda08989f9506a51cf271365e7bb [file] [log] [blame]
Ian Ray51a42be2018-04-25 16:57:04 +02001if TARGET_GE_BX50V3
Akshay Bhatf9162b12016-01-29 15:16:40 -05002
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
Denis Zalevskiy4c552082018-10-17 10:33:27 +020018source "board/ge/common/Kconfig"
19
Akshay Bhatf9162b12016-01-29 15:16:40 -050020endif