Searched refs:IS_ENABLED (Results 1 – 25 of 44) sorted by relevance
12
65 if (IS_ENABLED(CONFIG_SPL_LZMA) && in _spl_load()82 if (IS_ENABLED(CONFIG_SPL_NOR_SUPPORT) && in _spl_load()107 IS_ENABLED(CONFIG_SPL_BLK_FS) + \108 IS_ENABLED(CONFIG_SPL_FS_EXT4) + \109 IS_ENABLED(CONFIG_SPL_FS_FAT) + \110 IS_ENABLED(CONFIG_SPL_SYS_MMCSD_RAW_MODE) + \111 (IS_ENABLED(CONFIG_SPL_NAND_SUPPORT) && !IS_ENABLED(CONFIG_SPL_UBI)) + \112 IS_ENABLED(CONFIG_SPL_NET) + \113 IS_ENABLED(CONFIG_SPL_NOR_SUPPORT) + \114 IS_ENABLED(CONFIG_SPL_SEMIHOSTING) + \[all …]
53 if (IS_ENABLED(CONFIG_TPL)) { in xpl_is_first_phase()54 if (IS_ENABLED(CONFIG_TPL_BUILD)) in xpl_is_first_phase()56 } else if (IS_ENABLED(CONFIG_SPL)) { in xpl_is_first_phase()57 if (IS_ENABLED(CONFIG_XPL_BUILD)) in xpl_is_first_phase()171 return IS_ENABLED(CONFIG_VPL) ? PHASE_VPL : in xpl_prev_phase()172 IS_ENABLED(CONFIG_TPL) ? PHASE_TPL : in xpl_prev_phase()175 return IS_ENABLED(CONFIG_SPL) ? PHASE_SPL : in xpl_prev_phase()353 #if IS_ENABLED(CONFIG_SPL_LOAD_BLOCK)364 #if IS_ENABLED(CONFIG_SPL_LOAD_BLOCK) in spl_get_bl_len()373 #if IS_ENABLED(CONFIG_SPL_LOAD_BLOCK) in spl_set_bl_len()[all …]
40 return IS_ENABLED(CONFIG_AUTOBOOT_KEYED); in autoboot_keyed()
65 if (IS_ENABLED(CONFIG_XPL_BUILD)) in vbe_phase()
77 #if IS_ENABLED(CONFIG_BUTTON_CMD)
15 #if IS_ENABLED(CONFIG_IMX_PQC_SUPPORT)79 #if IS_ENABLED(CONFIG_IMX_PQC_SUPPORT) in valid_container_hdr()
58 #if IS_ENABLED(CONFIG_UBI_BLOCK)
20 #if IS_ENABLED(CONFIG_CMD_BCB)
41 #if IS_ENABLED(CONFIG_CMD_CLK)
26 #if IS_ENABLED(CONFIG_MULTIPLEXER)
326 return IS_ENABLED(CONFIG_TPM_V1) && tpm_get_version(dev) == TPM_V1; in tpm_is_v1()331 return IS_ENABLED(CONFIG_TPM_V2) && tpm_get_version(dev) == TPM_V2; in tpm_is_v2()
309 #if IS_ENABLED(CONFIG_SHA1)320 #if IS_ENABLED(CONFIG_SHA256)331 #if IS_ENABLED(CONFIG_SHA384)342 #if IS_ENABLED(CONFIG_SHA512)
44 #if IS_ENABLED(CONFIG_TARGET_SOCFPGA_AGILEX5)62 #if IS_ENABLED(CONFIG_DISTRO_DEFAULTS)63 #if IS_ENABLED(CONFIG_CMD_MMC)69 #if IS_ENABLED(CONFIG_CMD_SF)93 #if IS_ENABLED(CONFIG_CMD_NAND)121 #if IS_ENABLED(CONFIG_TARGET_SOCFPGA_AGILEX5)248 #if IS_ENABLED(CONFIG_TARGET_SOCFPGA_AGILEX5)
13 #if IS_ENABLED(CONFIG_SPL_FPGA)
22 #if IS_ENABLED(CONFIG_IMX8MN_BEACON_2GB_LPDDR)
33 #if IS_ENABLED(CONFIG_CMD_MMC)41 #if IS_ENABLED(CONFIG_CMD_USB)
16 #define is_mx6ul_9x9_evk() IS_ENABLED(CONFIG_TARGET_MX6UL_9X9_EVK)
40 #if IS_ENABLED(CONFIG_CMD_MMC)
50 #if IS_ENABLED(CONFIG_CMD_USB)
128 if (!IS_ENABLED(CONFIG_SPL_LZMA)) in image_supported()131 return IS_ENABLED(CONFIG_SPL_LEGACY_IMAGE_FORMAT); in image_supported()133 return IS_ENABLED(CONFIG_SPL_LOAD_IMX_CONTAINER); in image_supported()136 return IS_ENABLED(CONFIG_SPL_LOAD_FIT) || in image_supported()137 IS_ENABLED(CONFIG_SPL_LOAD_FIT_FULL); in image_supported()
22 #if IS_ENABLED(CONFIG_QCOM_COMMAND_DB)
13 #if IS_ENABLED(CONFIG_QCOM_RPMH)
11 #if IS_ENABLED(CONFIG_CMD_SF)
165 #if IS_ENABLED(CONFIG_FLASH_CFI_DRIVER) && \166 (!IS_ENABLED(CONFIG_XPL_BUILD) || IS_ENABLED(CONFIG_SPL_MTD))
75 #if IS_ENABLED(CONFIG_SANDBOX_CLK_CCF)104 #if IS_ENABLED(CONFIG_SANDBOX_CLK_CCF)132 #if IS_ENABLED(CONFIG_SANDBOX_CLK_CCF)
Completed in 49 milliseconds