From 5c511ea93683cbdc94ec7e837b0a5b96495151f2 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 8 Jun 2022 08:24:23 -0400 Subject: Convert CONFIG_E1000_NO_NVM to Kconfig This converts the following to Kconfig: CONFIG_E1000_NO_NVM Signed-off-by: Tom Rini --- drivers/net/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers') 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 +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 -- cgit v1.3.1