cpuimx27: fix compile when ULPI is selected

without this patch we get :
arch/arm/mach-imx/built-in.o: In function `eukrea_cpuimx27_init':
eukrea_mbimx27-baseboard.c:(.init.text+0x44c): undefined reference to `mxc_ulpi_access_ops'

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>

authored by Eric Bénard and committed by Sascha Hauer 22377ec5 14f0f512

+1
+1
arch/arm/mach-imx/Kconfig
··· 122 122 select IMX_HAVE_PLATFORM_IMX_I2C 123 123 select IMX_HAVE_PLATFORM_IMX_UART 124 124 select IMX_HAVE_PLATFORM_MXC_NAND 125 + select MXC_ULPI if USB_ULPI 125 126 help 126 127 Include support for Eukrea CPUIMX27 platform. This includes 127 128 specific configurations for the module and its peripherals.