]> bbs.cooldavid.org Git - net-next-2.6.git/commit
imx/mx3: depend on USB_ULPI for otg_ulpi_create
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Tue, 22 Dec 2009 16:31:05 +0000 (17:31 +0100)
committerSascha Hauer <s.hauer@pengutronix.de>
Mon, 4 Jan 2010 12:26:23 +0000 (13:26 +0100)
commitf9ffaa9ca9889f17ef30b82bc0bf954d141280f8
tree08509a9a4fe94b7be9cf5ef43d9b376dae4e1e52
parente94c4c34495e194d778e9ab20044c723280a54e7
imx/mx3: depend on USB_ULPI for otg_ulpi_create

otg_ulpi_create is defined in drivers/usb/otg/ulpi.c which depends on
CONFIG_USB_ULPI.  So protect its usage by the same symbol.  Moreover
mxc_ulpi_access_ops needs CONFIG_MXC_ULPI.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Valentin Longchamp <valentin.longchamp@epfl.ch>
Cc: Daniel Mack <daniel@caiaq.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mx3/Kconfig
arch/arm/mach-mx3/mx31lite.c
arch/arm/mach-mx3/mx31moboard.c