Commit 758cd94a authored by Juerg Haefliger's avatar Juerg Haefliger Committed by Ingo Molnar
Browse files

x86/Kconfig: Fix indentation and add endif comments to arch/x86/Kconfig



The convention for indentation seems to be a single tab. Help text is
further indented by an additional two whitespaces. Fix the lines that
violate these rules.

While add it, add missing trailing endif comments and squeeze multiple
empty lines.

Signed-off-by: default avatarJuerg Haefliger <juerg.haefliger@canonical.com>
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20220525133203.52463-2-juerg.haefliger@canonical.com
parent 6f3f04c1
Loading
Loading
Loading
Loading
+49 −52
Original line number Diff line number Diff line
@@ -530,7 +530,7 @@ config X86_EXTENDED_PLATFORM

	  If you have one of these systems, or if you want to build a
	  generic distribution kernel, say Y here - otherwise say N.
endif
endif # X86_32

if X86_64
config X86_EXTENDED_PLATFORM
@@ -549,7 +549,7 @@ config X86_EXTENDED_PLATFORM

	  If you have one of these systems, or if you want to build a
	  generic distribution kernel, say Y here - otherwise say N.
endif
endif # X86_64
# This is an alphabetically sorted list of 64 bit extended platforms
# Please maintain the alphabetic order if and when there are additions
config X86_NUMACHIP
@@ -2598,7 +2598,6 @@ source "drivers/idle/Kconfig"

endmenu


menu "Bus options (PCI etc.)"

choice
@@ -2822,7 +2821,6 @@ config AMD_NB

endmenu


menu "Binary Emulations"

config IA32_EMULATION
@@ -2867,11 +2865,10 @@ config COMPAT_FOR_U64_ALIGNMENT
config SYSVIPC_COMPAT
	def_bool y
	depends on SYSVIPC
endif
endif # COMPAT

endmenu


config HAVE_ATOMIC_IOMAP
	def_bool y
	depends on X86_32