]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/udoo/Kconfig
arm: socfpga: Add Altera Arria V DK support
[people/ms/u-boot.git] / board / udoo / Kconfig
CommitLineData
dd84058d
MY
1if TARGET_UDOO
2
dd84058d 3config SYS_BOARD
dd84058d
MY
4 default "udoo"
5
6config SYS_SOC
dd84058d
MY
7 default "mx6"
8
9config SYS_CONFIG_NAME
dd84058d
MY
10 default "udoo"
11
12endif