xref: /openbmc/u-boot/board/davinci/da8xxevm/Kconfig (revision 6645fd2c)
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