Message ID | 20240917-bcmbca-hwrng-iproc-r200-v1-1-58cf8a83ad97@linaro.org |
---|---|
State | New |
Headers | show |
Series | hwrng: iproc-r200: enable on BCMBCA | expand |
On Tue, Sep 17, 2024 at 02:39:03PM +0200, Linus Walleij wrote: > The Broadcom Broadband Access (BCA) SoC:s include the > iproc r200 hwrng so enable it to be selected for these > platforms. > > Signed-off-by: Linus Walleij <linus.walleij@linaro.org> > --- > drivers/char/hw_random/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Patch applied. Thanks.
diff --git a/drivers/char/hw_random/Kconfig b/drivers/char/hw_random/Kconfig index 01e2e1ef82cf..84d46b2a44f4 100644 --- a/drivers/char/hw_random/Kconfig +++ b/drivers/char/hw_random/Kconfig @@ -101,7 +101,7 @@ config HW_RANDOM_BCM2835 config HW_RANDOM_IPROC_RNG200 tristate "Broadcom iProc/STB RNG200 support" - depends on ARCH_BCM_IPROC || ARCH_BCM2835 || ARCH_BRCMSTB || COMPILE_TEST + depends on ARCH_BCM_IPROC || ARCH_BCM2835 || ARCH_BCMBCA || ARCH_BRCMSTB || COMPILE_TEST default HW_RANDOM help This driver provides kernel-side support for the RNG200
The Broadcom Broadband Access (BCA) SoC:s include the iproc r200 hwrng so enable it to be selected for these platforms. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> --- drivers/char/hw_random/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- base-commit: 98f7e32f20d28ec452afb208f9cffc08448a2652 change-id: 20240917-bcmbca-hwrng-iproc-r200-dded11828178 Best regards,