[PATCH 2/6] arm64/Kconfig: add LSUI Kconfig
Mark Brown
broonie at kernel.org
Wed Jun 11 06:34:35 PDT 2025
On Wed, Jun 11, 2025 at 11:49:12AM +0100, Yeoreum Yun wrote:
> +menu "v9.6 architectural features"
> +
> +config AS_HAS_LSUI
> + def_bool $(as-instr,.arch_extension lsui)
> +
> +endmenu # "v9.6 architectural features"
> +
This is adding a menu with no user selectable options, does that not
result in a confusing user experience? We do often add toolchain
feature checks inside the menus but that's usually associated with
hiding a user selectable option, if there isn't one (or any other option
for that arch version yet) we should probably put the check elsewhere.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20250611/ff73ff6b/attachment.sig>
More information about the linux-arm-kernel
mailing list