diff options
author | Jim Liu | 2022-06-07 16:33:54 +0800 |
---|---|---|
committer | Tom Rini | 2022-06-22 21:30:05 -0400 |
commit | 0ae1c77199a6ae0b5bf759f894736898d62d46b0 (patch) | |
tree | c28544308df50b93b3029532b04c6f15cf0e688c /drivers/misc/Kconfig | |
parent | 2eeb4ee97ef8ebf92f4097ddba0dfc9654370196 (diff) |
misc: nuvoton: Add NPCM7xx otp controller driver
Add Nuvoton BMC npcm750 otp driver
Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 7b6c371d1c2..28d5da49ff1 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -321,6 +321,15 @@ config SPL_MXC_OCOTP Programmable memory pages, that are stored on some Freescale i.MX processors, in SPL. +config NPCM_OTP + bool "Nnvoton NPCM BMC On-Chip OTP Memory Support" + depends on (ARM && ARCH_NPCM) + default n + help + Support NPCM BMC OTP memory (fuse). + To compile this driver as a module, choose M here: the module + will be called npcm_otp. + config NUVOTON_NCT6102D bool "Enable Nuvoton NCT6102D Super I/O driver" help |