diff options
author | Alan Carvalho de Assis <acassis@gmail.com> | 2009-04-02 11:38:41 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-05-07 10:17:16 -0400 |
commit | 45001e92d0249a8c4b9f6c3695215652e8e8493d (patch) | |
tree | 5461b1aec6f78fd0524476d2421487329888d6e9 /arch/arm/plat-mxc/Kconfig | |
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/Kconfig')
-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 beeb01aa029c..8986b7412235 100644 --- a/arch/arm/plat-mxc/Kconfig +++ b/arch/arm/plat-mxc/Kconfig | |||
@@ -52,6 +52,10 @@ config MXC_PWM | |||
52 | help | 52 | help |
53 | Enable support for the i.MX PWM controller(s). | 53 | Enable support for the i.MX PWM controller(s). |
54 | 54 | ||
55 | config ARCH_HAS_RNGA | ||
56 | bool | ||
57 | depends on ARCH_MXC | ||
58 | |||
55 | config ARCH_MXC_IOMUX_V3 | 59 | config ARCH_MXC_IOMUX_V3 |
56 | bool | 60 | bool |
57 | endif | 61 | endif |