linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for 2.6.36 1/2] cpuimx27: fix compile when ULPI is selected
@ 2010-10-06  8:53 Eric Bénard
  2010-10-06  8:53 ` [PATCH for 2.6.36 2/2] cpuimx27: fix i2c bus selection Eric Bénard
  2010-10-06 13:05 ` [PATCH for 2.6.36 1/2] cpuimx27: fix compile when ULPI is selected Uwe Kleine-König
  0 siblings, 2 replies; 8+ messages in thread
From: Eric Bénard @ 2010-10-06  8:53 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 arch/arm/mach-imx/Kconfig |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index c5c0369..6348017 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -122,6 +122,8 @@ config MACH_CPUIMX27
 	select IMX_HAVE_PLATFORM_IMX_I2C
 	select IMX_HAVE_PLATFORM_IMX_UART
 	select IMX_HAVE_PLATFORM_MXC_NAND
+	select IMX_HAVE_PLATFORM_SPI_IMX
+	select MXC_ULPI if USB_ULPI
 	help
 	  Include support for Eukrea CPUIMX27 platform. This includes
 	  specific configurations for the module and its peripherals.
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [PATCH v2 for 2.6.36 1/2] cpuimx27: fix compile when ULPI is selected
@ 2010-10-08  8:37 Eric Bénard
  2010-10-08  8:37 ` [PATCH for 2.6.36 2/2] cpuimx27: fix i2c bus selection Eric Bénard
  0 siblings, 1 reply; 8+ messages in thread
From: Eric Bénard @ 2010-10-08  8:37 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
v2 : remove SPI's select which leaked in previous patch
 arch/arm/mach-imx/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index c5c0369..2f7e272 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -122,6 +122,7 @@ config MACH_CPUIMX27
 	select IMX_HAVE_PLATFORM_IMX_I2C
 	select IMX_HAVE_PLATFORM_IMX_UART
 	select IMX_HAVE_PLATFORM_MXC_NAND
+	select MXC_ULPI if USB_ULPI
 	help
 	  Include support for Eukrea CPUIMX27 platform. This includes
 	  specific configurations for the module and its peripherals.
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-10-08  8:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-06  8:53 [PATCH for 2.6.36 1/2] cpuimx27: fix compile when ULPI is selected Eric Bénard
2010-10-06  8:53 ` [PATCH for 2.6.36 2/2] cpuimx27: fix i2c bus selection Eric Bénard
2010-10-06 13:07   ` Uwe Kleine-König
2010-10-06 13:22     ` Eric Bénard
2010-10-06 13:27     ` Uwe Kleine-König
2010-10-06 13:05 ` [PATCH for 2.6.36 1/2] cpuimx27: fix compile when ULPI is selected Uwe Kleine-König
  -- strict thread matches above, loose matches on Subject: below --
2010-10-08  8:37 [PATCH v2 " Eric Bénard
2010-10-08  8:37 ` [PATCH for 2.6.36 2/2] cpuimx27: fix i2c bus selection Eric Bénard
2010-10-08  8:51   ` Uwe Kleine-König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).