Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1311115

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

From Álvaro Fernández Rojas <noltari@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 3/4] hw_random: bcm63xx-rng: allow building for BMIPS_GENERIC
Date 2016-01-17 10:10 +0100
Message-ID <qRRvs-sF-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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 <noltari@gmail.com>
---
 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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 3/4] hw_random: bcm63xx-rng: allow building for BMIPS_GENERIC Álvaro Fernández Rojas   <noltari@gmail.com> - 2016-01-17 10:10 +0100
  Re: [PATCH 3/4] hw_random: bcm63xx-rng: allow building for  BMIPS_GENERIC Florian Fainelli <f.fainelli@gmail.com> - 2016-01-18 20:20 +0100

csiph-web