summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/devices/Kconfig
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-06-15 18:14:19 +0200
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-06-30 09:00:29 +0200
commit66384eedd900f2f6bb00e4f16c2cb770d6b0066b (patch)
tree31ed249270dec10263a6fded4a47e065ce46120d /arch/arm/plat-mxc/devices/Kconfig
parentaa71251c5b8c673361281fbfd8be5a9ee8b9f4cc (diff)
ARM: imx: Change the way nand devices are registered (generic part)
Instead of having a platform device defined in a devices.c and register it in the machine file allocate it dynamically. This reduces the size of needed memory as the new function is discarded after init and only the existing devices are created. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/devices/Kconfig')
-rw-r--r--arch/arm/plat-mxc/devices/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/devices/Kconfig b/arch/arm/plat-mxc/devices/Kconfig
new file mode 100644
index 000000000000..09e91dde63ab
--- /dev/null
+++ b/arch/arm/plat-mxc/devices/Kconfig
@@ -0,0 +1,2 @@
+config IMX_HAVE_PLATFORM_MXC_NAND
+ bool