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

Commit 83ac237a authored by Christoph Jaeger's avatar Christoph Jaeger Committed by Jiri Kosina
Browse files

livepatch: kconfig: use bool instead of boolean

Keyword 'boolean' for type definition attributes is considered deprecated and
should not be used anymore. No functional changes.

Reference: http://lkml.kernel.org/r/cover.1418003065.git.cj@linux.com
Reference: http://lkml.kernel.org/r/1419108071-11607-1-git-send-email-cj@linux.com



Signed-off-by: default avatarChristoph Jaeger <cj@linux.com>
Reviewed-by: default avatarPetr Mladek <pmladek@suse.cz>
Reviewed-by: default avatarJingoo Han <jg1.han@samsung.com>
Acked-by: default avatarJosh Poimboeuf <jpoimboe@redhat.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 700a3048
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
config ARCH_HAVE_LIVE_PATCHING
	boolean
	bool
	help
	  Arch supports kernel live patching

config LIVE_PATCHING
	boolean "Kernel Live Patching"
	bool "Kernel Live Patching"
	depends on DYNAMIC_FTRACE_WITH_REGS
	depends on MODULES
	depends on SYSFS