From 2585595bcaedb8fd4f1dcc4cace15665dc369616 Mon Sep 17 00:00:00 2001 From: Yong Cong Sin Date: Mon, 17 Jun 2024 22:04:53 +0800 Subject: [PATCH] drivers: eeprom: remove CONFIG_EMUL_EEPROM_AT2X `CONFIG_EMUL_EEPROM_AT2X` has been deprecated for more than 2 releases, remove it. Signed-off-by: Yong Cong Sin --- drivers/eeprom/Kconfig | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/drivers/eeprom/Kconfig b/drivers/eeprom/Kconfig index 43eb02e5f28..9b85ffe6dc7 100644 --- a/drivers/eeprom/Kconfig +++ b/drivers/eeprom/Kconfig @@ -51,18 +51,6 @@ config EEPROM_AT2X_EMUL At present it only supports 8-bit addressing. The size of the EEPROM is given by the 'size' property. See the binding for further details. -config EMUL_EEPROM_AT2X - bool "[DEPRECATED] Emulate an Atmel AT24 I2C chip" - select EEPROM_AT2X_EMUL - select DEPRECATED - help - This is an emulator for the Atmel AT24 series of I2C-attached EEPROMs. - - At present it only supports 8-bit addressing. The size of the EEPROM - is given by the 'size' property. See the binding for further details. - - [DEPRECATED] Select EEPROM_AT2X_EMUL instead. - config EEPROM_AT24 bool "I2C EEPROMs compatible with Atmel's AT24 family" default y