Kconfig (0588000eac9ba4178cebade437da3b28e8fad48f) | Kconfig (87c0e764d43aca7f8bae8bfa86c50fa715e80050) |
---|---|
1# 2# TI device configuration 3# 4 5config NET_VENDOR_TI 6 bool "Texas Instruments (TI) devices" 7 default y | 1# 2# TI device configuration 3# 4 5config NET_VENDOR_TI 6 bool "Texas Instruments (TI) devices" 7 default y |
8 depends on PCI || EISA || AR7 || (ARM && (ARCH_DAVINCI || ARCH_OMAP3 || SOC_AM33XX)) | 8 depends on PCI || EISA || AR7 || (ARM && (ARCH_DAVINCI || ARCH_OMAP3)) |
9 ---help--- 10 If you have a network (Ethernet) card belonging to this class, say Y 11 and read the Ethernet-HOWTO, available from 12 <http://www.tldp.org/docs.html#howto>. 13 14 Note that the answer to this question doesn't directly affect the 15 kernel: saying N will just cause the configurator to skip all 16 the questions about TI devices. If you say Y, you will be asked for --- 38 unchanged lines hidden (view full) --- 55 select TI_DAVINCI_CPDMA 56 select TI_DAVINCI_MDIO 57 ---help--- 58 This driver supports TI's CPSW Ethernet Switch. 59 60 To compile this driver as a module, choose M here: the module 61 will be called cpsw. 62 | 9 ---help--- 10 If you have a network (Ethernet) card belonging to this class, say Y 11 and read the Ethernet-HOWTO, available from 12 <http://www.tldp.org/docs.html#howto>. 13 14 Note that the answer to this question doesn't directly affect the 15 kernel: saying N will just cause the configurator to skip all 16 the questions about TI devices. If you say Y, you will be asked for --- 38 unchanged lines hidden (view full) --- 55 select TI_DAVINCI_CPDMA 56 select TI_DAVINCI_MDIO 57 ---help--- 58 This driver supports TI's CPSW Ethernet Switch. 59 60 To compile this driver as a module, choose M here: the module 61 will be called cpsw. 62 |
63config TI_CPTS 64 boolean "TI Common Platform Time Sync (CPTS) Support" 65 depends on TI_CPSW && PTP_1588_CLOCK && !(TI_CPSW=y && PTP_1588_CLOCK=m) 66 ---help--- 67 This driver supports the Common Platform Time Sync unit of 68 the CPSW Ethernet Switch. The unit can time stamp PTP UDP/IPv4 69 and Layer 2 packets, and the driver offers a PTP Hardware Clock. 70 |
|
63config TLAN 64 tristate "TI ThunderLAN support" 65 depends on (PCI || EISA) 66 ---help--- 67 If you have a PCI Ethernet network card based on the ThunderLAN chip 68 which is supported by this driver, say Y and read the 69 Ethernet-HOWTO, available from 70 <http://www.tldp.org/docs.html#howto>. --- 18 unchanged lines hidden --- | 71config TLAN 72 tristate "TI ThunderLAN support" 73 depends on (PCI || EISA) 74 ---help--- 75 If you have a PCI Ethernet network card based on the ThunderLAN chip 76 which is supported by this driver, say Y and read the 77 Ethernet-HOWTO, available from 78 <http://www.tldp.org/docs.html#howto>. --- 18 unchanged lines hidden --- |