diff options
author | Andi Kleen <ak@suse.de> | 2005-11-05 17:25:54 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-14 19:55:16 -0800 |
commit | ea0be473a1f0ee89024a24d8ea4b05fbf6efcee3 (patch) | |
tree | 15821beb060e3e5811063a7c9eef3b1e5b7f4e8b /arch/x86_64/Kconfig | |
parent | af9c142de94ecf724a18700273bbba390873e072 (diff) | |
download | blackbird-op-linux-ea0be473a1f0ee89024a24d8ea4b05fbf6efcee3.tar.gz blackbird-op-linux-ea0be473a1f0ee89024a24d8ea4b05fbf6efcee3.zip |
[PATCH] x86_64: Allow modular build of ia32 aout loader
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r-- | arch/x86_64/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 504dc52e8bfa..fd10bf82f8d4 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig @@ -510,7 +510,7 @@ config IA32_EMULATION left. config IA32_AOUT - bool "IA32 a.out support" + tristate "IA32 a.out support" depends on IA32_EMULATION help Support old a.out binaries in the 32bit emulation. |