mtd: enable AFS selection for ARM64

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Tue Jan 12 15:59:02 PST 2016


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=8cf980185d2bf672a5c1d03935f1f165836bb4b0
Commit:     8cf980185d2bf672a5c1d03935f1f165836bb4b0
Parent:     a486d11f5d71b88eb235fdfc035eebca5f35f120
Author:     Linus Walleij <linus.walleij at linaro.org>
AuthorDate: Thu Oct 15 15:08:45 2015 +0200
Committer:  Brian Norris <computersforpeace at gmail.com>
CommitDate: Tue Nov 10 17:56:05 2015 -0800

    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 <ryan.harkin at linaro.org>
    Cc: Liviu Dudau <liviu.dudau at arm.com>
    Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
    Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
 drivers/mtd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index a03ad29..42cc953 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



More information about the linux-mtd-cvs mailing list