diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2015-07-23 12:02:09 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-09-03 12:07:50 +0200 |
commit | f17c4ca33601f03f4b5f598f085ee356358932b7 (patch) | |
tree | 8b22d31934907ccbfd635e6bdb59bd774b098527 /arch/mips/Kconfig | |
parent | 1249ed3540809d30d1fe42c94276a9db2845d173 (diff) | |
download | linux-f17c4ca33601f03f4b5f598f085ee356358932b7.tar.bz2 |
MIPS: Kconfig: Separate 32BIT and 64BIT config block by blank line.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 52b7918da21a..efa3706beb54 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1968,6 +1968,7 @@ config 32BIT select TRAD_SIGNALS help Select this option if you want to build a 32-bit kernel. + config 64BIT bool "64-bit kernel" depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL |