]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: add CPU_THUMB_CAPABLE to indicate possible Thumb support
authorRussell King <rmk+kernel@armlinux.org.uk>
Thu, 9 Feb 2017 12:00:16 +0000 (12:00 +0000)
committerRussell King <rmk+kernel@armlinux.org.uk>
Sun, 12 Feb 2017 21:04:17 +0000 (21:04 +0000)
commitc466bda60510eaac797e49db5d34555876d983ae
treebdc4f7806619e158800c4491e22a088c250f820b
parent7ce7d89f48834cefece7804d38fc5d85382edf77
ARM: add CPU_THUMB_CAPABLE to indicate possible Thumb support

Clean up arch/arm/mm/Kconfig a little to provide a symbol which
indicates whether the CPU may support the Thumb instruction set.  This
gets rid of the growing dependencies on ARM_THUMB, and also gives us a
useful Kconfig symbol for choosing the kuser code.

Reviewed-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/mm/Kconfig