diff options
author | Helge Deller <deller@gmx.de> | 2015-02-17 09:41:51 -0500 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2015-02-17 10:29:36 -0500 |
commit | 35e88d5c22e1916c819b5a8756aed2f09a4aba18 (patch) | |
tree | f719b3b7f1e0de1c6ff58d72f6c8a8477c6d4831 /fs/Kconfig.binfmt | |
parent | 3d66b810eb7b6ad2e3eb47f03f28c3aba239f508 (diff) |
fs/binfmt_som: Drop kernel support for HP-UX SOM binaries
The parisc arch has been the only user of HP-UX SOM binaries.
Support for HP-UX executables was never finished and since we now drop support
for the HP-UX compat layer anyway, it does not makes sense to keep the
BINFMT_SOM support.
Cc: linux-fsdevel@vger.kernel.org
Cc: linux-parisc@vger.kernel.org
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'fs/Kconfig.binfmt')
-rw-r--r-- | fs/Kconfig.binfmt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/Kconfig.binfmt b/fs/Kconfig.binfmt index c055d56ec63d..270c48148f79 100644 --- a/fs/Kconfig.binfmt +++ b/fs/Kconfig.binfmt | |||
@@ -149,13 +149,6 @@ config BINFMT_EM86 | |||
149 | later load the module when you want to use a Linux/Intel binary. The | 149 | later load the module when you want to use a Linux/Intel binary. The |
150 | module will be called binfmt_em86. If unsure, say Y. | 150 | module will be called binfmt_em86. If unsure, say Y. |
151 | 151 | ||
152 | config BINFMT_SOM | ||
153 | tristate "Kernel support for SOM binaries" | ||
154 | depends on PARISC && HPUX | ||
155 | help | ||
156 | SOM is a binary executable format inherited from HP/UX. Say | ||
157 | Y here to be able to load and execute SOM binaries directly. | ||
158 | |||
159 | config BINFMT_MISC | 152 | config BINFMT_MISC |
160 | tristate "Kernel support for MISC binaries" | 153 | tristate "Kernel support for MISC binaries" |
161 | ---help--- | 154 | ---help--- |