]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/udoo/Kconfig
970f39f0f7f26538e3a6cff241033657d65d49b3
[people/ms/u-boot.git] / board / udoo / Kconfig
1 if TARGET_UDOO
2
3 config SYS_BOARD
4 default "udoo"
5
6 config SYS_SOC
7 default "mx6"
8
9 config SYS_CONFIG_NAME
10 default "udoo"
11
12 endif