diff options
author | Tom Rini <trini@konsulko.com> | 2021-11-07 22:59:33 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-12 14:18:16 -0500 |
commit | a8f31121fbf6b244da4bbb4b456130c673826c87 (patch) | |
tree | 9df308111ffae51ed51ed5e8758d187c7a43a1d8 /README | |
parent | b8260c17150d77f8d87a25132314fcf713896bf3 (diff) | |
download | u-boot-a8f31121fbf6b244da4bbb4b456130c673826c87.zip u-boot-a8f31121fbf6b244da4bbb4b456130c673826c87.tar.gz u-boot-a8f31121fbf6b244da4bbb4b456130c673826c87.tar.bz2 |
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-- | README | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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. |