]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/tbs/tbs2910/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[people/ms/u-boot.git] / board / tbs / tbs2910 / Kconfig
CommitLineData
05d492a3
SM
1if TARGET_TBS2910
2
05d492a3 3config SYS_BOARD
05d492a3
SM
4 default "tbs2910"
5
6config SYS_VENDOR
05d492a3
SM
7 default "tbs"
8
05d492a3 9config SYS_CONFIG_NAME
05d492a3
SM
10 default "tbs2910"
11
f296f139
SM
12config MX6Q
13 default y
14
15config IMX_CONFIG
16 default "board/boundary/nitrogen6x/nitrogen6q2g.cfg"
17
05d492a3 18endif