lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 30 Nov 2011 09:31:57 -0200
From:	Fabio Estevam <fabio.estevam@...escale.com>
To:	<linux-arm-kernel@...ts.infradead.org>
CC:	<kernel@...gutronix.de>, <shawn.guo@...escale.com>,
	<u.kleine-koenig@...gutronix.de>, <davem@...emloft.net>,
	<netdev@...r.kernel.org>, <marek.vasut@...il.com>,
	Fabio Estevam <fabio.estevam@...escale.com>
Subject: [PATCH v2] net: fec: Select the FEC driver by default for i.MX SoCs

Let the FEC driver be built by default.

Signed-off-by: Fabio Estevam <fabio.estevam@...escale.com>
---
Changes since v1: 
Move the FEC selection into Kconfig instead of .config file

 drivers/net/ethernet/freescale/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/ethernet/freescale/Kconfig b/drivers/net/ethernet/freescale/Kconfig
index c520cfd..ae269ad 100644
--- a/drivers/net/ethernet/freescale/Kconfig
+++ b/drivers/net/ethernet/freescale/Kconfig
@@ -22,6 +22,7 @@ if NET_VENDOR_FREESCALE
 
 config FEC
 	bool "FEC ethernet controller (of ColdFire and some i.MX CPUs)"
+	default ARCH_MXC || ARCH_MXS if ARM
 	depends on (M523x || M527x || M5272 || M528x || M520x || M532x || \
 		   ARCH_MXC || ARCH_MXS)
 	select PHYLIB
-- 
1.7.1


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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ