summaryrefslogtreecommitdiff
path: root/board/davinci/da8xxevm/Kconfig
blob: c5499a63fd36f54991033f6829fef88585a3cf90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
if TARGET_DA850EVM

config SYS_BOARD
	default "da8xxevm"

config SYS_VENDOR
	default "davinci"

config SYS_CONFIG_NAME
	default "da850evm"

menuconfig DA850_MAC
	bool "Use MAC Address"
	default y

if DA850_MAC
config MAC_ADDR_IN_SPIFLASH
	bool "MAC address in SPI Flash"
	default y
	help
	  The OMAP-L138 and AM1808 SoM are programmed with
	  their MAC address in SPI Flash from the factory
	  Enable this option to read the MAC from SPI Flash

endif

endif

if TARGET_OMAPL138_LCDK

config SYS_BOARD
	default "da8xxevm"

config SYS_VENDOR
	default "davinci"

config SYS_CONFIG_NAME
	default "omapl138_lcdk"

endif

source "board/ti/common/Kconfig"