mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01:00
nvmem: an8855: drop an unused Kconfig symbol
MFD_AIROHA_AN8855 is referenced here but never defined, so drop it
from the Kconfig file.
Fixes: e2258cfd9b ("nvmem: an8855: Add support for Airoha AN8855 Switch EFUSE")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Srinivas Kandagatla <srini@kernel.org>
Link: https://patch.msgid.link/20260116170846.733558-4-srini@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e75c79f249
commit
4796eaafd6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue