]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/udoo/Kconfig
lpc32xx: devkit3250: update of board configuration
[karo-tx-uboot.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