diff options
Diffstat (limited to 'arch/um')
-rw-r--r-- | arch/um/Kconfig.i386 | 2 | ||||
-rw-r--r-- | arch/um/Kconfig.x86_64 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/um/Kconfig.i386 b/arch/um/Kconfig.i386 index 717f5d3440e3..e75264603d24 100644 --- a/arch/um/Kconfig.i386 +++ b/arch/um/Kconfig.i386 | |||
@@ -84,3 +84,5 @@ config GENERIC_HWEIGHT | |||
84 | bool | 84 | bool |
85 | default y | 85 | default y |
86 | 86 | ||
87 | config ARCH_SUPPORTS_AOUT | ||
88 | def_bool y | ||
diff --git a/arch/um/Kconfig.x86_64 b/arch/um/Kconfig.x86_64 index d632e9a89cc3..b438f0e14271 100644 --- a/arch/um/Kconfig.x86_64 +++ b/arch/um/Kconfig.x86_64 | |||
@@ -39,3 +39,5 @@ config GENERIC_HWEIGHT | |||
39 | bool | 39 | bool |
40 | default y | 40 | default y |
41 | 41 | ||
42 | config ARCH_SUPPORTS_AOUT | ||
43 | def_bool y | ||