Kconfig (57b8628bb0ac4e47c806e45c5bbd89282e93869b) Kconfig (bb6abcf440c4c861a2131c0651b683dbd2edba84)
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))

--- 37 unchanged lines hidden (view full) ---

46 ---help---
47 This driver supports TI's DaVinci CPDMA dma engine.
48
49 To compile this driver as a module, choose M here: the module
50 will be called davinci_cpdma. This is recommended.
51
52config TI_CPSW
53 tristate "TI CPSW Switch Support"
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))

--- 37 unchanged lines hidden (view full) ---

46 ---help---
47 This driver supports TI's DaVinci CPDMA dma engine.
48
49 To compile this driver as a module, choose M here: the module
50 will be called davinci_cpdma. This is recommended.
51
52config TI_CPSW
53 tristate "TI CPSW Switch Support"
54 depends on ARM && (ARCH_DAVINCI || SOC_OMAPAM33XX)
54 depends on ARM && (ARCH_DAVINCI || SOC_AM33XX)
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

--- 26 unchanged lines hidden ---
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

--- 26 unchanged lines hidden ---