2016-01-17 09:03:56

by Álvaro Fernández Rojas

[permalink] [raw]
Subject: [PATCH 3/4] hw_random: bcm63xx-rng: allow building for BMIPS_GENERIC

Now that we have device tree support and BCM6368 is supported in BMIPS_GENERIC,
we can use it for BMIPS_GENERIC too.

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
---
drivers/char/hw_random/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/char/hw_random/Kconfig b/drivers/char/hw_random/Kconfig
index dbf2271..8d89590 100644
--- a/drivers/char/hw_random/Kconfig
+++ b/drivers/char/hw_random/Kconfig
@@ -77,7 +77,7 @@ config HW_RANDOM_ATMEL

config HW_RANDOM_BCM63XX
tristate "Broadcom BCM63xx Random Number Generator support"
- depends on BCM63XX
+ depends on BCM63XX || BMIPS_GENERIC
default HW_RANDOM
---help---
This driver provides kernel-side support for the Random Number
--
1.9.1


2016-01-18 19:10:18

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH 3/4] hw_random: bcm63xx-rng: allow building for BMIPS_GENERIC

Le 17/01/2016 01:03, Álvaro Fernández Rojas a écrit :
> Now that we have device tree support and BCM6368 is supported in BMIPS_GENERIC,
> we can use it for BMIPS_GENERIC too.
>
> Signed-off-by: Álvaro Fernández Rojas <[email protected]>

Reviewed-by: Florian Fainelli <[email protected]>
--
Florian