13d0407baSopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 23d0407baSopenharmony_ci# 33d0407baSopenharmony_ci# Realtek device configuration 43d0407baSopenharmony_ci# 53d0407baSopenharmony_ci 63d0407baSopenharmony_ciconfig NET_VENDOR_REALTEK 73d0407baSopenharmony_ci bool "Realtek devices" 83d0407baSopenharmony_ci default y 93d0407baSopenharmony_ci depends on PCI || (PARPORT && X86) 103d0407baSopenharmony_ci help 113d0407baSopenharmony_ci If you have a network (Ethernet) card belonging to this class, say Y. 123d0407baSopenharmony_ci 133d0407baSopenharmony_ci Note that the answer to this question doesn't directly affect the 143d0407baSopenharmony_ci kernel: saying N will just cause the configurator to skip all 153d0407baSopenharmony_ci the questions about Realtek devices. If you say Y, you will be asked for 163d0407baSopenharmony_ci your specific card in the following questions. 173d0407baSopenharmony_ci 183d0407baSopenharmony_ciif NET_VENDOR_REALTEK 193d0407baSopenharmony_ci 203d0407baSopenharmony_ciconfig R8168 213d0407baSopenharmony_ci tristate "Realtek 8168 gigabit ethernet support" 223d0407baSopenharmony_ci depends on PCI 233d0407baSopenharmony_ci select FW_LOADER 243d0407baSopenharmony_ci select CRC32 253d0407baSopenharmony_ci select PHYLIB 263d0407baSopenharmony_ci select REALTEK_PHY 273d0407baSopenharmony_ci help 283d0407baSopenharmony_ci Say Y here if you have a Realtek 8168 PCI Gigabit Ethernet adapter. 293d0407baSopenharmony_ci 303d0407baSopenharmony_ci To compile this driver as a module, choose M here: the module 313d0407baSopenharmony_ci will be called r8168. This is recommended. 323d0407baSopenharmony_ci 333d0407baSopenharmony_ciendif # NET_VENDOR_REALTEK 34