1*bfec6d7fSVivian Wangconfig NET_VENDOR_SPACEMIT 2*bfec6d7fSVivian Wang bool "SpacemiT devices" 3*bfec6d7fSVivian Wang default y 4*bfec6d7fSVivian Wang depends on ARCH_SPACEMIT || COMPILE_TEST 5*bfec6d7fSVivian Wang help 6*bfec6d7fSVivian Wang If you have a network (Ethernet) device belonging to this class, 7*bfec6d7fSVivian Wang say Y. 8*bfec6d7fSVivian Wang 9*bfec6d7fSVivian Wang Note that the answer to this question does not directly affect 10*bfec6d7fSVivian Wang the kernel: saying N will just cause the configurator to skip all 11*bfec6d7fSVivian Wang the questions regarding SpacemiT devices. If you say Y, you will 12*bfec6d7fSVivian Wang be asked for your specific chipset/driver in the following questions. 13*bfec6d7fSVivian Wang 14*bfec6d7fSVivian Wangif NET_VENDOR_SPACEMIT 15*bfec6d7fSVivian Wang 16*bfec6d7fSVivian Wangconfig SPACEMIT_K1_EMAC 17*bfec6d7fSVivian Wang tristate "SpacemiT K1 Ethernet MAC driver" 18*bfec6d7fSVivian Wang depends on ARCH_SPACEMIT || COMPILE_TEST 19*bfec6d7fSVivian Wang depends on MFD_SYSCON 20*bfec6d7fSVivian Wang depends on OF 21*bfec6d7fSVivian Wang default m if ARCH_SPACEMIT 22*bfec6d7fSVivian Wang select PHYLIB 23*bfec6d7fSVivian Wang help 24*bfec6d7fSVivian Wang This driver supports the Ethernet MAC in the SpacemiT K1 SoC. 25*bfec6d7fSVivian Wang 26*bfec6d7fSVivian Wang To compile this driver as a module, choose M here: the module 27*bfec6d7fSVivian Wang will be called k1_emac. 28*bfec6d7fSVivian Wang 29*bfec6d7fSVivian Wangendif # NET_VENDOR_SPACEMIT 30