VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Bryan Wu <bryan.wu@analog.com> 2007-05-06 14:50:22 -0700 committer: Linus Torvalds <torvalds@woody.linux-foundation.org> 2007-05-07 12:12:58 -0700 commit: 1394f03221790a988afc3e4b3cb79f2e477246a9 parent: 73243284463a761e04d69d22c7516b2be7de096c
Commit Summary:
blackfin architecture
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/Kconfig.binfmt b/fs/Kconfig.binfmt
index f3d3d81eb7e9..74c64409ddbc 100644
--- a/fs/Kconfig.binfmt
+++ b/fs/Kconfig.binfmt
@@ -26,7 +26,7 @@ config BINFMT_ELF
 config BINFMT_ELF_FDPIC
 	bool "Kernel support for FDPIC ELF binaries"
 	default y
-	depends on FRV
+	depends on (FRV || BLACKFIN)
 	help
 	  ELF FDPIC binaries are based on ELF, but allow the individual load
 	  segments of a binary to be located in memory independently of each