This website requires JavaScript.
Explore
Help
Register
Sign In
OpenSDV
/
original_kernel
Watch
1
Star
0
Fork
You've already forked original_kernel
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7cdc8fa712
original_kernel
/
arch
/
arm
/
plat-mxc
/
devices
/
Kconfig
6 lines
80 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ARM: imx: dynamically register imx-i2c devices (generic part) Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
2010-06-16 20:37:51 +08:00
config IMX_HAVE_PLATFORM_IMX_I2C
bool
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>
2010-06-16 00:14:19 +08:00
config IMX_HAVE_PLATFORM_MXC_NAND
bool