blob: e0df97ca0ea4558244fb7e9716aabf5df70f4514 [file] [log] [blame]
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09001if TARGET_DA850EVM
2
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09003config SYS_BOARD
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09004 default "da8xxevm"
5
6config SYS_VENDOR
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09007 default "davinci"
8
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09009config SYS_CONFIG_NAME
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090010 default "da850evm"
11
Adam Ford17fe1e22017-09-08 17:01:18 -050012menuconfig DA850_MAC
13 bool "Use MAC Address"
14 default y
15
16if DA850_MAC
17config MAC_ADDR_IN_SPIFLASH
18 bool "MAC address in SPI Flash"
19 default y
20 help
21 The OMAP-L138 and AM1808 SoM are programmed with
22 their MAC address in SPI Flash from the factory
23 Enable this option to read the MAC from SPI Flash
24
25config MAC_ADDR_IN_EEPROM
26 bool "MAC address in EEPROM"
27 help
28 The DA850 EVM comes with SoM are programmed with
29 their MAC address in SPI Flash from the factory,
30 but the kit has an optional expansion board with
31 EEPROM available. Enable this option to read the
32 MAC from the EEPROM
33
34endif
35
Adam Ford5ff6c0a2017-09-17 20:43:46 -050036source "board/ti/common/Kconfig"
37
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090038endif
Peter Howard9ed4f702015-03-23 09:19:56 +110039
40if TARGET_OMAPL138_LCDK
41
42config SYS_BOARD
43 default "da8xxevm"
44
45config SYS_VENDOR
46 default "davinci"
47
48config SYS_CONFIG_NAME
49 default "omapl138_lcdk"
50
51endif
Adam Ford841c0202017-08-25 13:51:01 -050052
53source "board/ti/common/Kconfig"