X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2FKconfig.binfmt;h=434c19d076ac040c90845ceef713c03ee71cf907;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=9875025aa6503bbe59f3ed1a687678e46cb20105;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/fs/Kconfig.binfmt b/fs/Kconfig.binfmt index 9875025aa..434c19d07 100644 --- a/fs/Kconfig.binfmt +++ b/fs/Kconfig.binfmt @@ -23,6 +23,19 @@ config BINFMT_ELF ld.so (check the file for location and latest version). +config BINFMT_ELF_FDPIC + bool "Kernel support for FDPIC ELF binaries" + default y + depends on FRV + 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 + other. This makes this format ideal for use in environments where no + MMU is available as it still permits text segments to be shared, + even if data segments are not. + + It is also possible to run FDPIC ELF binaries on MMU linux also. + config BINFMT_FLAT tristate "Kernel support for flat binaries" depends on !MMU || SUPERH