]> git.ipfire.org Git - thirdparty/linux.git/commit
arm64: Kconfig: Keep selects somewhat alphabetically ordered
authorCatalin Marinas <catalin.marinas@arm.com>
Tue, 22 Jul 2025 09:55:48 +0000 (10:55 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 22 Jul 2025 09:55:48 +0000 (10:55 +0100)
commit8e7a67ca5a8013ac6055c776d7d1ef4c4047ee48
tree6c5f83efa5584745af413327b84103bfe7e4ce4b
parentfd1e0fd71f6552238573efa92fd3e6c324986ee3
arm64: Kconfig: Keep selects somewhat alphabetically ordered

Recent patches selecting HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
added them to the end of the ARM64 Kconfig select list. Move them around
to keep this list nearly alphabetically ordered.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/Kconfig