[PATCH] nvmem: an8855: drop an unused Kconfig symbol

Randy Dunlap posted 1 patch 1 month, 1 week ago
drivers/nvmem/Kconfig |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] nvmem: an8855: drop an unused Kconfig symbol
Posted by Randy Dunlap 1 month, 1 week ago
MFD_AIROHA_AN8855 is referenced here but never defined, so drop it
from the Kconfig file.

Fixes: e2258cfd9b98 ("nvmem: an8855: Add support for Airoha AN8855 Switch EFUSE")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
Cc: Christian Marangi <ansuelsmth@gmail.com>
Cc: Srinivas Kandagatla <srini@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

 drivers/nvmem/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20251219.orig/drivers/nvmem/Kconfig
+++ linux-next-20251219/drivers/nvmem/Kconfig
@@ -30,7 +30,7 @@ source "drivers/nvmem/layouts/Kconfig"
 
 config NVMEM_AN8855_EFUSE
 	tristate "Airoha AN8855 eFuse support"
-	depends on MFD_AIROHA_AN8855 || COMPILE_TEST
+	depends on COMPILE_TEST
 	help
 	  Say y here to enable support for reading eFuses on Airoha AN8855
 	  Switch. These are e.g. used to store factory programmed
Re: [PATCH] nvmem: an8855: drop an unused Kconfig symbol
Posted by Srinivas Kandagatla 3 weeks, 2 days ago
On Tue, 30 Dec 2025 10:31:12 -0800, Randy Dunlap wrote:
> MFD_AIROHA_AN8855 is referenced here but never defined, so drop it
> from the Kconfig file.
> 
> 

Applied, thanks!

[1/1] nvmem: an8855: drop an unused Kconfig symbol
      commit: bb280b3bc7fa2b12a1ad96db34442b50efc4f89a

Best regards,
-- 
Srinivas Kandagatla <srini@kernel.org>