summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-11-08 06:59:33 +0300
committerTom Rini <trini@konsulko.com>2021-11-12 22:18:16 +0300
commita8f31121fbf6b244da4bbb4b456130c673826c87 (patch)
tree9df308111ffae51ed51ed5e8758d187c7a43a1d8 /README
parentb8260c17150d77f8d87a25132314fcf713896bf3 (diff)
downloadu-boot-a8f31121fbf6b244da4bbb4b456130c673826c87.tar.xz
Convert CONFIG_E1000 to Kconfig
This converts the following to Kconfig: CONFIG_E1000 Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 0 insertions, 7 deletions
diff --git a/README b/README
index 0a71933360..c919855c86 100644
--- a/README
+++ b/README
@@ -825,18 +825,11 @@ The following options need to be configured:
SCSI devices found during the last scan.
- NETWORK Support (PCI):
- CONFIG_E1000
- Support for Intel 8254x/8257x gigabit chips.
-
CONFIG_E1000_SPI
Utility code for direct access to the SPI bus on Intel 8257x.
This does not do anything useful unless you set at least one
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
Support for National dp83815 chips.