aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/oki-semi/Kconfig
diff options
context:
space:
mode:
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-05-20 22:48:55 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-08-12 03:21:47 -0400
commit1c1538be1da768fe0209a11e1bdf9dd7ab38905a (patch)
treeef41cb89bb9b7b576a938e20e78fb63ca53ace35 /drivers/net/ethernet/oki-semi/Kconfig
parent9e13fbf7af3cb044f365e8df9c0e9277715cfc7c (diff)
pch_gbe: Move the OKI Semiconductor driver
Move the OKI Semiconductor driver into driver/net/ethernet/oki-semi/ and make the necessary Kconfig and Makefile changes. Note: there is no documented maintainer for this driver, so I CC'd the last 2 major contributors. CC: Tomoya <tomoya-linux@dsn.okisemi.com> CC: Toshiharu Okada <toshiharu-linux@dsn.okisemi.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/oki-semi/Kconfig')
-rw-r--r--drivers/net/ethernet/oki-semi/Kconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/net/ethernet/oki-semi/Kconfig b/drivers/net/ethernet/oki-semi/Kconfig
new file mode 100644
index 000000000000..97f5e72f0ec7
--- /dev/null
+++ b/drivers/net/ethernet/oki-semi/Kconfig
@@ -0,0 +1,22 @@
1#
2# OKI Semiconductor device configuration
3#
4
5config NET_VENDOR_OKI
6 bool "OKI Semiconductor devices"
7 depends on PCI
8 ---help---
9 If you have a network (Ethernet) card belonging to this class, say Y
10 and read the Ethernet-HOWTO, available from
11 <http://www.tldp.org/docs.html#howto>.
12
13 Note that the answer to this question doesn't directly affect the
14 kernel: saying N will just cause the configurator to skip all
15 the questions about OKI Semiconductor cards. If you say Y, you will
16 be asked for your specific card in the following questions.
17
18if NET_VENDOR_OKI
19
20source "drivers/net/ethernet/oki-semi/pch_gbe/Kconfig"
21
22endif # NET_VENDOR_OKI