Kconfig (bf61c8840efe60fd8f91446860b63338fb424158) | Kconfig (5892cd135e166c425c992c437a2944534b663a24) |
---|---|
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)) --- 35 unchanged lines hidden (view full) --- 44 tristate "TI DaVinci CPDMA Support" 45 depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 || SOC_AM33XX ) 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 | 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)) --- 35 unchanged lines hidden (view full) --- 44 tristate "TI DaVinci CPDMA Support" 45 depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 || SOC_AM33XX ) 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_PHY_SEL 53 boolean "TI CPSW Switch Phy sel Support" 54 depends on TI_CPSW 55 ---help--- 56 This driver supports configuring of the phy mode connected to 57 the CPSW. 58 |
|
52config TI_CPSW 53 tristate "TI CPSW Switch Support" 54 depends on ARM && (ARCH_DAVINCI || SOC_AM33XX) 55 select TI_DAVINCI_CPDMA 56 select TI_DAVINCI_MDIO | 59config TI_CPSW 60 tristate "TI CPSW Switch Support" 61 depends on ARM && (ARCH_DAVINCI || SOC_AM33XX) 62 select TI_DAVINCI_CPDMA 63 select TI_DAVINCI_MDIO |
64 select TI_CPSW_PHY_SEL |
|
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" --- 33 unchanged lines hidden --- | 65 ---help--- 66 This driver supports TI's CPSW Ethernet Switch. 67 68 To compile this driver as a module, choose M here: the module 69 will be called cpsw. 70 71config TI_CPTS 72 boolean "TI Common Platform Time Sync (CPTS) Support" --- 33 unchanged lines hidden --- |