On Mon, Dec 16, 2019 at 5:48 PM Amit Daniel Kachhap <amit.kachhap@xxxxxxx> wrote: > > From: Vincenzo Frascino <vincenzo.frascino@xxxxxxx> > > Currently kconfig does not have a feature that allows to detect if the > used assembler supports a specific compilation option. > > Introduce 'as-option' to serve this purpose in the context of Kconfig: > > config X > def_bool $(as-option,...) > > Cc: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx> > Cc: linux-kbuild@xxxxxxxxxxxxxxx > Signed-off-by: Vincenzo Frascino <vincenzo.frascino@xxxxxxx> > Signed-off-by: Amit Daniel Kachhap <amit.kachhap@xxxxxxx> > --- If you apply this to arm64 tree, just go ahead. Acked-by: Masahiro Yamada <masahiroy@xxxxxxxxxx> But, please be aware of a possible merge conflict with: https://patchwork.kernel.org/patch/11285929/ -- Best Regards Masahiro Yamada