diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-23 04:29:52 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-27 03:58:56 -0400 |
commit | 88f07484ccdf08e58dc462ed1ac7eb2e84d88a17 (patch) | |
tree | eabe5787c1a2292674f473002eb484f8f4e9dcb3 /drivers/net/ethernet/xircom/Kconfig | |
parent | 88491d8103498a6166f70d5999902fec70924314 (diff) |
drivers/net/ethernet/*: Enabled vendor Kconfig options
Based on finds for Stephen Rothwell, where current defconfig's
enable a ethernet driver and it is not compiled due to the newly
added NET_VENDOR_* component of Kconfig.
This patch enables all the "new" Kconfig options so that current
defconfig's will continue to compile the expected drivers. In
addition, by enabling all the new Kconfig options does not add
any un-expected options.
CC: Stephen Rothwll <sfc@canb.auug.org.au>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/xircom/Kconfig')
-rw-r--r-- | drivers/net/ethernet/xircom/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/xircom/Kconfig b/drivers/net/ethernet/xircom/Kconfig index 3d64e58e3f8b..69f56a6de821 100644 --- a/drivers/net/ethernet/xircom/Kconfig +++ b/drivers/net/ethernet/xircom/Kconfig | |||
@@ -4,6 +4,7 @@ | |||
4 | 4 | ||
5 | config NET_VENDOR_XIRCOM | 5 | config NET_VENDOR_XIRCOM |
6 | bool "Xircom devices" | 6 | bool "Xircom devices" |
7 | default y | ||
7 | depends on PCMCIA | 8 | depends on PCMCIA |
8 | ---help--- | 9 | ---help--- |
9 | If you have a network (Ethernet) card belonging to this class, say Y | 10 | If you have a network (Ethernet) card belonging to this class, say Y |