···30663066HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series30673067M: Jaroslav Kysela <perex@perex.cz>30683068S: Maintained30693069-F: drivers/net/hp100.*30693069+F: drivers/net/ethernet/hp/hp100.*3070307030713071HPET: High Precision Event Timers driver30723072M: Clemens Ladisch <clemens@ladisch.de>
-11
drivers/net/Kconfig
···320320 To compile this driver as a module, choose M here: the module321321 will be called dnet.322322323323-config HP100324324- tristate "HP 10/100VG PCLAN (ISA, EISA, PCI) support"325325- depends on ISA || EISA || PCI326326- help327327- If you have a network (Ethernet) card of this type, say Y and read328328- the Ethernet-HOWTO, available from329329- <http://www.tldp.org/docs.html#howto>.330330-331331- To compile this driver as a module, choose M here. The module332332- will be called hp100.333333-334323config NET_PCI335324 bool "EISA, VLB, PCI and on board controllers"336325 depends on ISA || EISA || PCI
···11+#22+# HP network device configuration33+#44+55+config NET_VENDOR_HP66+ bool "HP devices"77+ depends on ISA || EISA || PCI88+ ---help---99+ If you have a network (Ethernet) card belonging to this class, say Y1010+ and read the Ethernet-HOWTO, available from1111+ <http://www.tldp.org/docs.html#howto>.1212+1313+ Note that the answer to this question doesn't directly affect the1414+ kernel: saying N will just cause the configurator to skip all1515+ the questions about HP cards. If you say Y, you will be asked for1616+ your specific card in the following questions.1717+1818+if NET_VENDOR_HP1919+2020+config HP1002121+ tristate "HP 10/100VG PCLAN (ISA, EISA, PCI) support"2222+ depends on (ISA || EISA || PCI)2323+ ---help---2424+ If you have a network (Ethernet) card of this type, say Y and read2525+ the Ethernet-HOWTO, available from2626+ <http://www.tldp.org/docs.html#howto>.2727+2828+ To compile this driver as a module, choose M here. The module2929+ will be called hp100.3030+3131+endif # NET_VENDOR_HP
+5
drivers/net/ethernet/hp/Makefile
···11+#22+# Makefile for the HP network device drivers.33+#44+55+obj-$(CONFIG_HP100) += hp100.o