summaryrefslogtreecommitdiff
path: root/board/gdsys/a38x/Kconfig
blob: 3fdef64b592780e79789a82bced2999ed4e73823 (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
if TARGET_CONTROLCENTERDC

config SYS_BOARD
	default "a38x"

config SYS_VENDOR
	default "gdsys"

config SYS_SOC
	default "mvebu"

config SYS_CONFIG_NAME
	default "controlcenterdc"

menu "Controlcenter DC board options"

choice
	prompt "Select boot method"

config SPL_BOOT_DEVICE_SPI
	bool "SPI"

config SPL_BOOT_DEVICE_MMC
	bool "MMC"
	select SPL_LIBDISK_SUPPORT

endchoice

#config SPL_BOOT_DEVICE
#	int
#	default 1 if SPL_BOOT_DEVICE_SPI
#	default 2 if SPL_BOOT_DEVICE_MMC

endmenu

endif