• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Realtek device configuration
4#
5
6config NET_VENDOR_REALTEK
7	bool "Realtek devices"
8	default y
9	depends on PCI || (PARPORT && X86)
10	help
11	  If you have a network (Ethernet) card belonging to this class, say Y.
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 Realtek devices. If you say Y, you will be asked for
16	  your specific card in the following questions.
17
18if NET_VENDOR_REALTEK
19
20config R8168
21	tristate "Realtek 8168 gigabit ethernet support"
22	depends on PCI
23	select FW_LOADER
24	select CRC32
25	select PHYLIB
26	select REALTEK_PHY
27	help
28	  Say Y here if you have a Realtek 8168 PCI Gigabit Ethernet adapter.
29
30	  To compile this driver as a module, choose M here: the module
31	  will be called r8168.  This is recommended.
32
33endif # NET_VENDOR_REALTEK
34