diff options
| author | Tom Rini <[email protected]> | 2022-06-08 08:24:23 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-06-28 17:03:30 -0400 |
| commit | 5c511ea93683cbdc94ec7e837b0a5b96495151f2 (patch) | |
| tree | 2a0cf7e3f9922c043b0ca38b6d35d0c28a2c6259 /drivers | |
| parent | d61c11b8c894fad517677dc51ee82d1eade39c01 (diff) | |
Convert CONFIG_E1000_NO_NVM to Kconfig
This converts the following to Kconfig:
CONFIG_E1000_NO_NVM
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/net/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 84d859c21eb..56f9416a48d 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -239,6 +239,10 @@ config E1000 <http://support.intel.com/support/network/adapter/pro100/21397.htm> +config E1000_NO_NVM + bool "Intel PRO/1000 has no NVMEM / EEPROM" + depends on E1000 + config E1000_SPI_GENERIC bool "Allow access to the Intel 8257x SPI bus" depends on E1000 |
