On Mon, Nov 21, 2022 at 2:36 PM Lionel DEBIEVE <lionel.debieve@xxxxxxxxxxx> wrote: > One short comment. > config CRYPTO_DEV_STM32_HASH > tristate "Support for STM32 hash accelerators" > - depends on ARCH_STM32 > + depends on ARCH_STM32 || ARCH_U8500 > > I'm not seeing any compatible update in the HASH driver for Ux500. Correct, I'm just enabling it to be compiled in right now. I haven't figured out if I will reuse the hash for ux500 as well or just keep the old driver as it is using polling only. Need to experiment and figure out what gives the smallest and understandable amount of code to maintain. It doesn't hurt to enable it to be compiled in, ideally all depends on ARCH ... should be removed and replaced with ARCH_nnn || COMPILE_TEST anyway. But if you insist I can drop this oneliner. Yours, Linus Walleij