diff options
author | Alan Carvalho de Assis <acassis@gmail.com> | 2009-04-02 12:38:41 -0300 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-05-07 16:17:16 +0200 |
commit | 45001e92d0249a8c4b9f6c3695215652e8e8493d (patch) | |
tree | 5461b1aec6f78fd0524476d2421487329888d6e9 /arch/arm/plat-mxc | |
parent | 220bbcea278b4fef7ef0a45ce754222f8ed9d134 (diff) |
i.MX31: Add hw-random for RNGA
This hw-random driver add support to RNGA hardware found
on some i.MX processors.
Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com>
Acked-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc')
-rw-r--r-- | arch/arm/plat-mxc/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/Kconfig b/arch/arm/plat-mxc/Kconfig index beeb01aa029..8986b741223 100644 --- a/arch/arm/plat-mxc/Kconfig +++ b/arch/arm/plat-mxc/Kconfig @@ -52,6 +52,10 @@ config MXC_PWM help Enable support for the i.MX PWM controller(s). +config ARCH_HAS_RNGA + bool + depends on ARCH_MXC + config ARCH_MXC_IOMUX_V3 bool endif |