summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/devices/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-06-24 12:49:57 +0200
committerShawn Guo <shawnguo@kernel.org>2016-06-28 10:26:34 +0800
commitc9ee94965dce7b66964c5f0b0db892055757d608 (patch)
tree9172521013d3755639b67c458f373db701e7f81a /arch/arm/mach-imx/devices/Kconfig
parent6f98cb22e4089c3eb63ff86fac010291a0e30241 (diff)
ARM: imx: deconstruct mxc_rnga initialization
The rnga platform device is initialized for all imx31 machines from its own initcall, but is never initialized anywhere else. This moves the platform device creation into both the imx31 dt and non-dt machine init sequences, which has basically the exact same effect as before, but makes it more obvious what is going on, while reducing the amount of code and removing the last user of cpu_is_mx31(). Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/mach-imx/devices/Kconfig')
-rw-r--r--arch/arm/mach-imx/devices/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-imx/devices/Kconfig b/arch/arm/mach-imx/devices/Kconfig
index 3a552989248e..6ffe57267233 100644
--- a/arch/arm/mach-imx/devices/Kconfig
+++ b/arch/arm/mach-imx/devices/Kconfig
@@ -57,10 +57,6 @@ config IMX_HAVE_PLATFORM_MXC_MMC
config IMX_HAVE_PLATFORM_MXC_NAND
bool
-config IMX_HAVE_PLATFORM_MXC_RNGA
- bool
- select ARCH_HAS_RNGA
-
config IMX_HAVE_PLATFORM_MXC_RTC
bool