public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1 linux-next] hwrng: update Freescale i.MX RNGA Random Number Generator
@ 2016-08-12 21:20 Fabian Frederick
  2016-08-15 15:05 ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Fabian Frederick @ 2016-08-12 21:20 UTC (permalink / raw)
  To: Matt Mackall, Herbert Xu; +Cc: Arnd Bergmann, linux-kernel, fabf

We can directly depend on SOC_IMX31 since
commit c9ee94965dce
("ARM: imx: deconstruct mxc_rnga initialization")

Signed-off-by: Fabian Frederick <fabf@skynet.be>
---
 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 56ad5a59..8c0770b 100644
--- a/drivers/char/hw_random/Kconfig
+++ b/drivers/char/hw_random/Kconfig
@@ -244,7 +244,7 @@ config HW_RANDOM_TX4939
 
 config HW_RANDOM_MXC_RNGA
 	tristate "Freescale i.MX RNGA Random Number Generator"
-	depends on ARCH_HAS_RNGA
+	depends on SOC_IMX31
 	default HW_RANDOM
 	---help---
 	  This driver provides kernel-side support for the Random Number
-- 
2.8.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-08-16  9:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-12 21:20 [PATCH 1/1 linux-next] hwrng: update Freescale i.MX RNGA Random Number Generator Fabian Frederick
2016-08-15 15:05 ` Arnd Bergmann
2016-08-15 17:04   ` Fabian Frederick
2016-08-16  9:57     ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox