]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/freescale/mx53evk/Kconfig
Merge git://git.denx.de/u-boot-fsl-qoriq
[people/ms/u-boot.git] / board / freescale / mx53evk / Kconfig
CommitLineData
dd84058d
MY
1if TARGET_MX53EVK
2
dd84058d 3config SYS_BOARD
dd84058d
MY
4 default "mx53evk"
5
6config SYS_VENDOR
dd84058d
MY
7 default "freescale"
8
9config SYS_SOC
dd84058d
MY
10 default "mx5"
11
12config SYS_CONFIG_NAME
dd84058d
MY
13 default "mx53evk"
14
15endif