1*7ac6653aSJeff Kirsher# 2*7ac6653aSJeff Kirsher# STMicroelectronics device configuration 3*7ac6653aSJeff Kirsher# 4*7ac6653aSJeff Kirsher 5*7ac6653aSJeff Kirsherconfig NET_VENDOR_STMICRO 6*7ac6653aSJeff Kirsher bool "STMicroelectronics devices" 7*7ac6653aSJeff Kirsher depends on HAS_IOMEM 8*7ac6653aSJeff Kirsher ---help--- 9*7ac6653aSJeff Kirsher If you have a network (Ethernet) card belonging to this class, say Y 10*7ac6653aSJeff Kirsher and read the Ethernet-HOWTO, available from 11*7ac6653aSJeff Kirsher <http://www.tldp.org/docs.html#howto>. 12*7ac6653aSJeff Kirsher 13*7ac6653aSJeff Kirsher Note that the answer to this question doesn't directly affect the 14*7ac6653aSJeff Kirsher kernel: saying N will just cause the configurator to skip all 15*7ac6653aSJeff Kirsher the questions about STMicroelectronics cards. If you say Y, you will 16*7ac6653aSJeff Kirsher be asked for your specific card in the following questions. 17*7ac6653aSJeff Kirsher 18*7ac6653aSJeff Kirsherif NET_VENDOR_STMICRO 19*7ac6653aSJeff Kirsher 20*7ac6653aSJeff Kirshersource "drivers/net/ethernet/stmicro/stmmac/Kconfig" 21*7ac6653aSJeff Kirsher 22*7ac6653aSJeff Kirsherendif # NET_VENDOR_STMICRO 23