linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: mx50: Select IMX_HAVE_PLATFORM_FEC as done on other i.MX devices
@ 2011-07-25 19:25 Fabio Estevam
  2011-07-25 21:14 ` Uwe Kleine-König
  0 siblings, 1 reply; 3+ messages in thread
From: Fabio Estevam @ 2011-07-25 19:25 UTC (permalink / raw)
  To: linux-arm-kernel

Currently it is only the MX50_RDP board that selects IMX_HAVE_PLATFORM_FEC in its board Kconfig.

Do like the other i.MX processors, which select IMX_HAVE_PLATFORM_FEC based on the processor type.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 arch/arm/mach-mx5/Kconfig         |    1 -
 arch/arm/plat-mxc/devices/Kconfig |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig
index b4e7c58..a303445 100644
--- a/arch/arm/mach-mx5/Kconfig
+++ b/arch/arm/mach-mx5/Kconfig
@@ -52,7 +52,6 @@ config MACH_MX50_RDP
 	select IMX_HAVE_PLATFORM_IMX_UART
 	select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
 	select IMX_HAVE_PLATFORM_SPI_IMX
-	select IMX_HAVE_PLATFORM_FEC
 	help
 	  Include support for MX50 reference design platform (RDP) board. This
 	  includes specific configurations for the board and its peripherals.
diff --git a/arch/arm/plat-mxc/devices/Kconfig b/arch/arm/plat-mxc/devices/Kconfig
index bd294ad..4c8b00b 100644
--- a/arch/arm/plat-mxc/devices/Kconfig
+++ b/arch/arm/plat-mxc/devices/Kconfig
@@ -1,6 +1,6 @@
 config IMX_HAVE_PLATFORM_FEC
 	bool
-	default y if ARCH_MX25 || SOC_IMX27 || SOC_IMX35 || SOC_IMX51 || SOC_IMX53
+	default y if ARCH_MX25 || SOC_IMX27 || SOC_IMX35 || SOC_IMX51 || SOC_IMX53 || SOC_IMX50
 
 config IMX_HAVE_PLATFORM_FLEXCAN
 	select HAVE_CAN_FLEXCAN if CAN
-- 
1.7.1

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

* [PATCH] ARM: mx50: Select IMX_HAVE_PLATFORM_FEC as done on other i.MX devices
  2011-07-25 19:25 [PATCH] ARM: mx50: Select IMX_HAVE_PLATFORM_FEC as done on other i.MX devices Fabio Estevam
@ 2011-07-25 21:14 ` Uwe Kleine-König
  2011-07-26  7:41   ` Sascha Hauer
  0 siblings, 1 reply; 3+ messages in thread
From: Uwe Kleine-König @ 2011-07-25 21:14 UTC (permalink / raw)
  To: linux-arm-kernel

Hello Fabio,

On Mon, Jul 25, 2011 at 04:25:41PM -0300, Fabio Estevam wrote:
> -	default y if ARCH_MX25 || SOC_IMX27 || SOC_IMX35 || SOC_IMX51 || SOC_IMX53
> +	default y if ARCH_MX25 || SOC_IMX27 || SOC_IMX35 || SOC_IMX51 || SOC_IMX53 || SOC_IMX50
Maybe add i.MX50 between 35 and 51? I don't care much though.

Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-K?nig            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

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

* [PATCH] ARM: mx50: Select IMX_HAVE_PLATFORM_FEC as done on other i.MX devices
  2011-07-25 21:14 ` Uwe Kleine-König
@ 2011-07-26  7:41   ` Sascha Hauer
  0 siblings, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2011-07-26  7:41 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jul 25, 2011 at 11:14:00PM +0200, Uwe Kleine-K?nig wrote:
> Hello Fabio,
> 
> On Mon, Jul 25, 2011 at 04:25:41PM -0300, Fabio Estevam wrote:
> > -	default y if ARCH_MX25 || SOC_IMX27 || SOC_IMX35 || SOC_IMX51 || SOC_IMX53
> > +	default y if ARCH_MX25 || SOC_IMX27 || SOC_IMX35 || SOC_IMX51 || SOC_IMX53 || SOC_IMX50
> Maybe add i.MX50 between 35 and 51? I don't care much though.

Me neither. Applied.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

end of thread, other threads:[~2011-07-26  7:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-25 19:25 [PATCH] ARM: mx50: Select IMX_HAVE_PLATFORM_FEC as done on other i.MX devices Fabio Estevam
2011-07-25 21:14 ` Uwe Kleine-König
2011-07-26  7:41   ` Sascha Hauer

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).