X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=fs%2FKconfig.binfmt;h=270c48148f7947b445cc76765481556c25b8010e;hb=8c1e6b14e27d78fcea4aa6ba09e56c41f528f1cc;hp=c055d56ec63d04e1773909b7291627d8ee2b3193;hpb=4ba24fef3eb3b142197135223b90ced2f319cd53;p=firefly-linux-kernel-4.4.55.git 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 later load the module when you want to use a Linux/Intel binary. The module will be called binfmt_em86. If unsure, say Y. -config BINFMT_SOM - tristate "Kernel support for SOM binaries" - depends on PARISC && HPUX - help - SOM is a binary executable format inherited from HP/UX. Say - Y here to be able to load and execute SOM binaries directly. - config BINFMT_MISC tristate "Kernel support for MISC binaries" ---help---