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. config SBL_UTIL_PATH depends on USE_BLOBS string "Path for utils to combine SBL_ELF and bootblock" default "util/ipqheader" help Path for utils to combine SBL_ELF and bootblock endif