MIPS: Kconfig: Separate 32BIT and 64BIT config block by blank line.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
1249ed3540
commit
f17c4ca336
|
@ -1968,6 +1968,7 @@ config 32BIT
|
||||||
select TRAD_SIGNALS
|
select TRAD_SIGNALS
|
||||||
help
|
help
|
||||||
Select this option if you want to build a 32-bit kernel.
|
Select this option if you want to build a 32-bit kernel.
|
||||||
|
|
||||||
config 64BIT
|
config 64BIT
|
||||||
bool "64-bit kernel"
|
bool "64-bit kernel"
|
||||||
depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
|
depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
|
||||||
|
|
Loading…
Reference in New Issue