xref: /rk3399_rockchip-uboot/board/udoo/neo/Kconfig (revision e652e1304a9f3b59b3e47005ea19b5b6a3e799d1)
1if TARGET_UDOO_NEO
2
3config SYS_VENDOR
4	default "udoo"
5
6config SYS_BOARD
7	default "neo"
8
9config SYS_CONFIG_NAME
10	default "udoo_neo"
11
12endif
13