Merge branch 'master' of git://git.denx.de/u-boot-mips
[oweals/u-boot.git] / board / udoo / neo / Kconfig
1 if TARGET_UDOO_NEO
2
3 config SYS_VENDOR
4         default "udoo"
5
6 config SYS_BOARD
7         default "neo"
8
9 config SYS_CONFIG_NAME
10         default "udoo_neo"
11
12 endif