PPA support was removed in c862c3d23d01 ("ARM: Layerscape: LS1046a:
remove PPA support") in favor of use of TF-A as secure monitor as the
former is no longer maintained. The TF-A config symbol is selected
by the SoC symbols as needed.Run defconfig to remove this option as well as other options that have become selected by other options in the meantime. Signed-off-by: Ahmad Fatoum <[email protected]> --- arch/arm/configs/layerscape_defconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/arm/configs/layerscape_defconfig b/arch/arm/configs/layerscape_defconfig index 95a86ccc07d9..272dff90d7c8 100644 --- a/arch/arm/configs/layerscape_defconfig +++ b/arch/arm/configs/layerscape_defconfig @@ -1,5 +1,4 @@ CONFIG_ARCH_LAYERSCAPE=y -CONFIG_ARCH_LAYERSCAPE_PPA=y CONFIG_MACH_LS1028ARDB=y CONFIG_MACH_LS1046ARDB=y CONFIG_MACH_TQMLS1046A=y @@ -8,9 +7,7 @@ CONFIG_ARM_PSCI_CLIENT=y CONFIG_NAME="layerscape_defconfig" CONFIG_MMU=y CONFIG_MALLOC_SIZE=0x0 -CONFIG_MALLOC_TLSF=y CONFIG_KALLSYMS=y -CONFIG_RELOCATABLE=y CONFIG_HUSH_FANCY_PROMPT=y CONFIG_CMDLINE_EDITING=y CONFIG_AUTO_COMPLETE=y @@ -18,7 +15,6 @@ CONFIG_MENU=y CONFIG_BOOTM_SHOW_TYPE=y CONFIG_BOOTM_VERBOSE=y CONFIG_BOOTM_INITRD=y -CONFIG_BOOTM_OFTREE=y CONFIG_BOOTM_OFTREE_UIMAGE=y CONFIG_BLSPEC=y CONFIG_CONSOLE_ACTIVATE_NONE=y -- 2.47.3
