]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/davinci/da8xxevm/Kconfig
arm: da850-evm: Enable DM and device tree support for da850-evm
[people/ms/u-boot.git] / board / davinci / da8xxevm / Kconfig
CommitLineData
dd84058d
MY
1if TARGET_DA850EVM
2
dd84058d 3config SYS_BOARD
dd84058d
MY
4 default "da8xxevm"
5
6config SYS_VENDOR
dd84058d
MY
7 default "davinci"
8
dd84058d 9config SYS_CONFIG_NAME
dd84058d
MY
10 default "da850evm"
11
f0333b4c
AF
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
34endif
35
a4670f8e
AF
36source "board/ti/common/Kconfig"
37
dd84058d 38endif
a868e443
PH
39
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
f9268375
AF
52
53source "board/ti/common/Kconfig"