Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 096708dc authored by Adrian Knoth's avatar Adrian Knoth Committed by Thomas Gleixner
Browse files

Kconfig: Missing line breaks in arch/x86_64/Kconfig



The helptext for IA32_EMULATION in arch/x86_64/Kconfig is wider than 80
chars, thus failing to be displayed in 80x24 screens.

This patch re-breaks lines.


Signed-off-by: default avatarAdrian Knoth <adi@drcomp.erfurt.thur.de>
parent 06b4f2a5
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -766,9 +766,9 @@ source "fs/Kconfig.binfmt"
config IA32_EMULATION
config IA32_EMULATION
	bool "IA32 Emulation"
	bool "IA32 Emulation"
	help
	help
	  Include code to run 32-bit programs under a 64-bit kernel. You should likely
	  Include code to run 32-bit programs under a 64-bit kernel. You should
	  turn this on, unless you're 100% sure that you don't have any 32-bit programs
	  likely turn this on, unless you're 100% sure that you don't have any
	  left.
	  32-bit programs left.


config IA32_AOUT
config IA32_AOUT
       tristate "IA32 a.out support"
       tristate "IA32 a.out support"