Convert CONFIG_E1000 to Kconfig

This converts the following to Kconfig:
   CONFIG_E1000

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2021-11-07 22:59:33 -05:00
parent b8260c1715
commit a8f31121fb
8 changed files with 6 additions and 10 deletions

7
README
View File

@ -825,18 +825,11 @@ The following options need to be configured:
SCSI devices found during the last scan. SCSI devices found during the last scan.
- NETWORK Support (PCI): - NETWORK Support (PCI):
CONFIG_E1000
Support for Intel 8254x/8257x gigabit chips.
CONFIG_E1000_SPI CONFIG_E1000_SPI
Utility code for direct access to the SPI bus on Intel 8257x. Utility code for direct access to the SPI bus on Intel 8257x.
This does not do anything useful unless you set at least one This does not do anything useful unless you set at least one
of CONFIG_CMD_E1000 or CONFIG_E1000_SPI_GENERIC. of CONFIG_CMD_E1000 or CONFIG_E1000_SPI_GENERIC.
CONFIG_E1000_SPI_GENERIC
Allow generic access to the SPI bus on the Intel 8257x, for
example with the "sspi" command.
CONFIG_NATSEMI CONFIG_NATSEMI
Support for National dp83815 chips. Support for National dp83815 chips.

View File

@ -54,6 +54,7 @@ CONFIG_SPI_FLASH_STMICRO=y
CONFIG_SPI_FLASH_WINBOND=y CONFIG_SPI_FLASH_WINBOND=y
CONFIG_PHY_MARVELL=y CONFIG_PHY_MARVELL=y
CONFIG_PHY_GIGE=y CONFIG_PHY_GIGE=y
CONFIG_E1000=y
CONFIG_MVPP2=y CONFIG_MVPP2=y
CONFIG_NVME=y CONFIG_NVME=y
CONFIG_PCI=y CONFIG_PCI=y

View File

@ -60,6 +60,7 @@ CONFIG_SPI_FLASH_WINBOND=y
CONFIG_SPI_FLASH_MTD=y CONFIG_SPI_FLASH_MTD=y
CONFIG_PHY_MARVELL=y CONFIG_PHY_MARVELL=y
CONFIG_PHY_GIGE=y CONFIG_PHY_GIGE=y
CONFIG_E1000=y
CONFIG_MVPP2=y CONFIG_MVPP2=y
CONFIG_NVME=y CONFIG_NVME=y
CONFIG_PCI=y CONFIG_PCI=y

View File

@ -49,6 +49,7 @@ CONFIG_SPI_FLASH_SPANSION=y
CONFIG_SPI_FLASH_STMICRO=y CONFIG_SPI_FLASH_STMICRO=y
CONFIG_PHY_MARVELL=y CONFIG_PHY_MARVELL=y
CONFIG_PHY_GIGE=y CONFIG_PHY_GIGE=y
CONFIG_E1000=y
CONFIG_MVPP2=y CONFIG_MVPP2=y
CONFIG_NVME=y CONFIG_NVME=y
CONFIG_PCI=y CONFIG_PCI=y

View File

@ -65,6 +65,7 @@ CONFIG_SPI_FLASH_WINBOND=y
CONFIG_SPI_FLASH_MTD=y CONFIG_SPI_FLASH_MTD=y
CONFIG_PHY_MARVELL=y CONFIG_PHY_MARVELL=y
CONFIG_PHY_GIGE=y CONFIG_PHY_GIGE=y
CONFIG_E1000=y
CONFIG_MVPP2=y CONFIG_MVPP2=y
CONFIG_NVME=y CONFIG_NVME=y
CONFIG_PCI=y CONFIG_PCI=y

View File

@ -54,6 +54,7 @@ CONFIG_SPI_FLASH_STMICRO=y
CONFIG_SPI_FLASH_WINBOND=y CONFIG_SPI_FLASH_WINBOND=y
CONFIG_PHY_MARVELL=y CONFIG_PHY_MARVELL=y
CONFIG_PHY_GIGE=y CONFIG_PHY_GIGE=y
CONFIG_E1000=y
CONFIG_MVPP2=y CONFIG_MVPP2=y
CONFIG_NVME=y CONFIG_NVME=y
CONFIG_PCI=y CONFIG_PCI=y

View File

@ -58,6 +58,7 @@ CONFIG_SPI_FLASH_BAR=y
CONFIG_SPI_FLASH_MACRONIX=y CONFIG_SPI_FLASH_MACRONIX=y
CONFIG_PHY_MARVELL=y CONFIG_PHY_MARVELL=y
CONFIG_PHY_GIGE=y CONFIG_PHY_GIGE=y
CONFIG_E1000=y
CONFIG_MVPP2=y CONFIG_MVPP2=y
CONFIG_NVME=y CONFIG_NVME=y
CONFIG_PCI=y CONFIG_PCI=y

View File

@ -58,9 +58,6 @@
/* /*
* PCI configuration * PCI configuration
*/ */
#ifdef CONFIG_PCIE_DW_MVEBU
#define CONFIG_E1000
#endif
#define BOOT_TARGET_DEVICES(func) \ #define BOOT_TARGET_DEVICES(func) \
func(MMC, mmc, 1) \ func(MMC, mmc, 1) \