]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/freescale/vf610twr/Kconfig
684ef279c3b3a22ab1077609ee83003749c68273
[people/ms/u-boot.git] / board / freescale / vf610twr / Kconfig
1 if TARGET_VF610TWR
2
3 config SYS_CPU
4 default "armv7"
5
6 config SYS_BOARD
7 default "vf610twr"
8
9 config SYS_VENDOR
10 default "freescale"
11
12 config SYS_SOC
13 default "vf610"
14
15 config SYS_CONFIG_NAME
16 default "vf610twr"
17
18 endif