Kconfig (f9268375044a27ebd8205f9a761541ce671bc656) Kconfig (f0333b4c2e642df54f210e4506c4e1de216b4969)
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
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
12menuconfig 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
12endif
13
34endif
35
36endif
37
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
27source "board/ti/common/Kconfig"
38if TARGET_OMAPL138_LCDK
39
40config SYS_BOARD
41 default "da8xxevm"
42
43config SYS_VENDOR
44 default "davinci"
45
46config SYS_CONFIG_NAME
47 default "omapl138_lcdk"
48
49endif
50
51source "board/ti/common/Kconfig"