diff options
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index f4d6616877f2..843713c05b79 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -2680,7 +2680,7 @@ config MIPS32_O32 | |||
2680 | 2680 | ||
2681 | config MIPS32_N32 | 2681 | config MIPS32_N32 |
2682 | bool "Kernel support for n32 binaries" | 2682 | bool "Kernel support for n32 binaries" |
2683 | depends on MIPS32_COMPAT | 2683 | depends on 64BIT |
2684 | select COMPAT | 2684 | select COMPAT |
2685 | select MIPS32_COMPAT | 2685 | select MIPS32_COMPAT |
2686 | select SYSVIPC_COMPAT if SYSVIPC | 2686 | select SYSVIPC_COMPAT if SYSVIPC |