mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
net: Drop CONFIG_TSI108_ETH
Last user of this driver went away in June 2015 in commit
d928664f41 ("powerpc: 74xx_7xx: remove 74xx_7xx cpu support")
Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
This commit is contained in:
parent
30db47a9b9
commit
ed9072c797
4 changed files with 0 additions and 1018 deletions
|
|
@ -58,7 +58,6 @@ obj-$(CONFIG_DRIVER_TI_EMAC) += davinci_emac.o
|
|||
obj-$(CONFIG_TSEC_ENET) += tsec.o fsl_mdio.o
|
||||
obj-$(CONFIG_DRIVER_TI_CPSW) += cpsw.o cpsw-common.o
|
||||
obj-$(CONFIG_FMAN_ENET) += fsl_mdio.o
|
||||
obj-$(CONFIG_TSI108_ETH) += tsi108_eth.o
|
||||
obj-$(CONFIG_ULI526X) += uli526x.o
|
||||
obj-$(CONFIG_VSC7385_ENET) += vsc7385.o
|
||||
obj-$(CONFIG_XILINX_AXIEMAC) += xilinx_axi_emac.o
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -69,7 +69,6 @@ int sh_eth_initialize(bd_t *bis);
|
|||
int skge_initialize(bd_t *bis);
|
||||
int smc91111_initialize(u8 dev_num, int base_addr);
|
||||
int smc911x_initialize(u8 dev_num, int base_addr);
|
||||
int tsi108_eth_initialize(bd_t *bis);
|
||||
int uec_standard_init(bd_t *bis);
|
||||
int uli526x_initialize(bd_t *bis);
|
||||
int armada100_fec_register(unsigned long base_addr);
|
||||
|
|
|
|||
|
|
@ -4548,7 +4548,6 @@ CONFIG_TSECV2
|
|||
CONFIG_TSECV2_1
|
||||
CONFIG_TSEC_TBI
|
||||
CONFIG_TSEC_TBICR_SETTINGS
|
||||
CONFIG_TSI108_ETH_NUM_PORTS
|
||||
CONFIG_TUGE1
|
||||
CONFIG_TULIP
|
||||
CONFIG_TULIP_FIX_DAVICOM
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue