[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1334647992-6022-1-git-send-email-tm@tao.ma>
Date: Tue, 17 Apr 2012 15:33:12 +0800
From: Tao Ma <tm@....ma>
To: netdev@...r.kernel.org
Cc: linux-net-drivers@...arflare.com,
Ben Hutchings <bhutchings@...arflare.com>
Subject: [PATCH] SFC: Default to 'n' for Solarflare device.
From: Tao Ma <boyu.mt@...bao.com>
We make oldconfig every time when a new kernel arrives, but
if we don't have such a device(I guess this is the most common
case for a new device), the default value should be 'n' so
that the kernel size we build doesn't grow up too much quickly.
For anyone who has the device, it is OK for them to turn it on
by themselves. And it goes with these Solarflare devices.
Cc: Ben Hutchings <bhutchings@...arflare.com>
Signed-off-by: Tao Ma <boyu.mt@...bao.com>
---
drivers/net/ethernet/sfc/Kconfig | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/drivers/net/ethernet/sfc/Kconfig b/drivers/net/ethernet/sfc/Kconfig
index fb3cbc2..bb643c4 100644
--- a/drivers/net/ethernet/sfc/Kconfig
+++ b/drivers/net/ethernet/sfc/Kconfig
@@ -14,7 +14,6 @@ config SFC
config SFC_MTD
bool "Solarflare SFC4000/SFC9000-family MTD support"
depends on SFC && MTD && !(SFC=y && MTD=m)
- default y
---help---
This exposes the on-board flash and/or EEPROM as MTD devices
(e.g. /dev/mtd1). This is required to update the firmware or
@@ -22,14 +21,12 @@ config SFC_MTD
config SFC_MCDI_MON
bool "Solarflare SFC9000-family hwmon support"
depends on SFC && HWMON && !(SFC=y && HWMON=m)
- default y
----help---
This exposes the on-board firmware-managed sensors as a
hardware monitor device.
config SFC_SRIOV
bool "Solarflare SFC9000-family SR-IOV support"
depends on SFC && PCI_IOV
- default y
---help---
This enables support for the SFC9000 I/O Virtualization
features, allowing accelerated network performance in
--
1.7.6.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