xref: /rk3399_rockchip-uboot/board/davinci/da8xxevm/Kconfig (revision 4917c061a206b1c220307599bbda84b9bc4d44f2)
1if TARGET_DA850EVM
2
3config SYS_BOARD
4	default "da8xxevm"
5
6config SYS_VENDOR
7	default "davinci"
8
9config SYS_CONFIG_NAME
10	default "da850evm"
11
12endif
13
14if TARGET_OMAPL138_LCDK
15
16config SYS_BOARD
17	default "da8xxevm"
18
19config SYS_VENDOR
20	default "davinci"
21
22config SYS_CONFIG_NAME
23	default "omapl138_lcdk"
24
25endif
26