From: Linus Walleij Date: Thu, 15 Oct 2015 13:08:45 +0000 (+0200) Subject: mtd: enable AFS selection for ARM64 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8cf980185d2bf672a5c1d03935f1f165836bb4b0;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git mtd: enable AFS selection for ARM64 ARM use their special partitions also on the ARM64 architecture reference designs, so enable this for ARM64. Cc: Ryan Harkin Cc: Liviu Dudau Signed-off-by: Linus Walleij Signed-off-by: Brian Norris --- diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index a03ad2951c7b..42cc953309f1 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig @@ -112,7 +112,7 @@ config MTD_CMDLINE_PARTS config MTD_AFS_PARTS tristate "ARM Firmware Suite partition parsing" - depends on ARM + depends on (ARM || ARM64) ---help--- The ARM Firmware Suite allows the user to divide flash devices into multiple 'images'. Each such image has a header containing its name