Re: [PATCH v2] drivers: net : cpsw: Update Kconfig for CPSW

2014-12-09 Thread David Miller
From: Lokesh Vutla lokeshvu...@ti.com
Date: Thu, 4 Dec 2014 10:24:29 +0530

 CPSW is present in AM33xx, AM43xx, DRA7xx.
 Updating the Kconfig to depend on ARCH_OMAP2PLUS instead of listing
 all SoC's.
 
 Signed-off-by: Lokesh Vutla lokeshvu...@ti.com

Applied to net-next, thanks.
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2] drivers: net : cpsw: Update Kconfig for CPSW

2014-12-04 Thread Felipe Balbi
On Thu, Dec 04, 2014 at 10:24:29AM +0530, Lokesh Vutla wrote:
 CPSW is present in AM33xx, AM43xx, DRA7xx.
 Updating the Kconfig to depend on ARCH_OMAP2PLUS instead of listing
 all SoC's.
 
 Signed-off-by: Lokesh Vutla lokeshvu...@ti.com

Reviewed-by: Felipe Balbi ba...@ti.com

 ---
  drivers/net/ethernet/ti/Kconfig | 8 
  1 file changed, 4 insertions(+), 4 deletions(-)
 
 diff --git a/drivers/net/ethernet/ti/Kconfig b/drivers/net/ethernet/ti/Kconfig
 index 5d8cb79..7051255 100644
 --- a/drivers/net/ethernet/ti/Kconfig
 +++ b/drivers/net/ethernet/ti/Kconfig
 @@ -5,7 +5,7 @@
  config NET_VENDOR_TI
   bool Texas Instruments (TI) devices
   default y
 - depends on PCI || EISA || AR7 || (ARM  (ARCH_DAVINCI || ARCH_OMAP3 || 
 SOC_AM33XX || ARCH_KEYSTONE))
 + depends on PCI || EISA || AR7 || ARCH_DAVINCI || ARCH_OMAP2PLUS || 
 ARCH_KEYSTONE
   ---help---
 If you have a network (Ethernet) card belonging to this class, say Y
 and read the Ethernet-HOWTO, available from
 @@ -32,7 +32,7 @@ config TI_DAVINCI_EMAC
  
  config TI_DAVINCI_MDIO
   tristate TI DaVinci MDIO Support
 - depends on ARM  ( ARCH_DAVINCI || ARCH_OMAP3 || SOC_AM33XX || 
 ARCH_KEYSTONE )
 + depends on ARCH_DAVINCI || ARCH_OMAP2PLUS || ARCH_KEYSTONE
   select PHYLIB
   ---help---
 This driver supports TI's DaVinci MDIO module.
 @@ -42,7 +42,7 @@ config TI_DAVINCI_MDIO
  
  config TI_DAVINCI_CPDMA
   tristate TI DaVinci CPDMA Support
 - depends on ARM  ( ARCH_DAVINCI || ARCH_OMAP3 || SOC_AM33XX )
 + depends on ARCH_DAVINCI || ARCH_OMAP2PLUS
   ---help---
 This driver supports TI's DaVinci CPDMA dma engine.
  
 @@ -58,7 +58,7 @@ config TI_CPSW_PHY_SEL
  
  config TI_CPSW
   tristate TI CPSW Switch Support
 - depends on ARM  (ARCH_DAVINCI || SOC_AM33XX)
 + depends on ARCH_DAVINCI || ARCH_OMAP2PLUS
   select TI_DAVINCI_CPDMA
   select TI_DAVINCI_MDIO
   select TI_CPSW_PHY_SEL
 -- 
 1.9.1
 

-- 
balbi


signature.asc
Description: Digital signature


[PATCH v2] drivers: net : cpsw: Update Kconfig for CPSW

2014-12-03 Thread Lokesh Vutla
CPSW is present in AM33xx, AM43xx, DRA7xx.
Updating the Kconfig to depend on ARCH_OMAP2PLUS instead of listing
all SoC's.

Signed-off-by: Lokesh Vutla lokeshvu...@ti.com
---
 drivers/net/ethernet/ti/Kconfig | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/net/ethernet/ti/Kconfig b/drivers/net/ethernet/ti/Kconfig
index 5d8cb79..7051255 100644
--- a/drivers/net/ethernet/ti/Kconfig
+++ b/drivers/net/ethernet/ti/Kconfig
@@ -5,7 +5,7 @@
 config NET_VENDOR_TI
bool Texas Instruments (TI) devices
default y
-   depends on PCI || EISA || AR7 || (ARM  (ARCH_DAVINCI || ARCH_OMAP3 || 
SOC_AM33XX || ARCH_KEYSTONE))
+   depends on PCI || EISA || AR7 || ARCH_DAVINCI || ARCH_OMAP2PLUS || 
ARCH_KEYSTONE
---help---
  If you have a network (Ethernet) card belonging to this class, say Y
  and read the Ethernet-HOWTO, available from
@@ -32,7 +32,7 @@ config TI_DAVINCI_EMAC
 
 config TI_DAVINCI_MDIO
tristate TI DaVinci MDIO Support
-   depends on ARM  ( ARCH_DAVINCI || ARCH_OMAP3 || SOC_AM33XX || 
ARCH_KEYSTONE )
+   depends on ARCH_DAVINCI || ARCH_OMAP2PLUS || ARCH_KEYSTONE
select PHYLIB
---help---
  This driver supports TI's DaVinci MDIO module.
@@ -42,7 +42,7 @@ config TI_DAVINCI_MDIO
 
 config TI_DAVINCI_CPDMA
tristate TI DaVinci CPDMA Support
-   depends on ARM  ( ARCH_DAVINCI || ARCH_OMAP3 || SOC_AM33XX )
+   depends on ARCH_DAVINCI || ARCH_OMAP2PLUS
---help---
  This driver supports TI's DaVinci CPDMA dma engine.
 
@@ -58,7 +58,7 @@ config TI_CPSW_PHY_SEL
 
 config TI_CPSW
tristate TI CPSW Switch Support
-   depends on ARM  (ARCH_DAVINCI || SOC_AM33XX)
+   depends on ARCH_DAVINCI || ARCH_OMAP2PLUS
select TI_DAVINCI_CPDMA
select TI_DAVINCI_MDIO
select TI_CPSW_PHY_SEL
-- 
1.9.1

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2] drivers: net : cpsw: Update Kconfig for CPSW

2014-12-03 Thread Mugunthan V N
On Thursday 04 December 2014 10:24 AM, Lokesh Vutla wrote:
 CPSW is present in AM33xx, AM43xx, DRA7xx.
 Updating the Kconfig to depend on ARCH_OMAP2PLUS instead of listing
 all SoC's.
 
 Signed-off-by: Lokesh Vutla lokeshvu...@ti.com

Acked-by: Mugunthan V N mugunthan...@ti.com

Regards
Mugunthan V N
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html