aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/ipq40xx/Kconfig
blob: 86db09b8e57cdfc2e234e3c271961893e449bd32 (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
43
44
45
config SOC_QC_IPQ40XX
	bool
	default n
	select ARCH_BOOTBLOCK_ARMV7
	select ARCH_VERSTAGE_ARMV7
	select ARCH_ROMSTAGE_ARMV7
	select ARCH_RAMSTAGE_ARMV7
	select BOOTBLOCK_CONSOLE
	select HAVE_UART_SPECIAL
	select SPI_ATOMIC_SEQUENCING
	select GENERIC_GPIO_LIB

if SOC_QC_IPQ40XX

config CHROMEOS
	select CHROMEOS_VBNV_FLASH
	select SEPARATE_VERSTAGE
	select RETURN_FROM_VERSTAGE

config MBN_ENCAPSULATION
	depends on USE_BLOBS
	bool "bootblock encapsulation for ipq40xx"
	default y

config CDT_MBN
	string "CDT binary blob"
	default "cdt-AP.DK01.1-C1.bin"

config DDR_MBN
	string "DDR driver binary blob"
	default "ddr.mbn"

config TZ_MBN
	string "TZ binary blob"
	default "tzbsp_no_xpu.mbn"

config SBL_ELF
	depends on USE_BLOBS
	string "file name of the QCA SBL ELF"
	default "3rdparty/blobs/cpu/qualcomm/ipq40xx/sbl.elf"
	help
	  The path and filename of the binary blob containing
	  ipq40xx early initialization code, as supplied by the
	  vendor.
endif