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