xref: /rk3399_rockchip-uboot/board/udoo/Kconfig (revision 93a0ea501e1eca1ae5d7d2624906b656c765e5e8)
1if TARGET_UDOO
2
3config SYS_CPU
4	string
5	default "armv7"
6
7config SYS_BOARD
8	string
9	default "udoo"
10
11config SYS_SOC
12	string
13	default "mx6"
14
15config SYS_CONFIG_NAME
16	string
17	default "udoo"
18
19endif
20