]> git.baikalelectronics.ru Git - kernel.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)
commit3d9b2998856d38a3077ee5fa034f4b896165098e
tree08509a9a4fe94b7be9cf5ef43d9b376dae4e1e52
parent0828000e51b0e59a54b579e475b1a8bce758b3a9
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