diff options
| author | Jim Liu <[email protected]> | 2022-06-24 16:24:37 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-07-06 18:34:16 -0400 |
| commit | 847505a3eefdadf44b4a2cc9325c5dcf7aa1cfa2 (patch) | |
| tree | 27b71ddf0129e0f65ede75b0a612e37cc8605086 /drivers/misc/Kconfig | |
| parent | b24087ae64bee572aa5feae91c1ded5ee92dc774 (diff) | |
misc: nuvoton: Add host interface configuration driver
add nuvoton BMC npcm750 host configuration driver
Signed-off-by: Jim Liu <[email protected]>
Diffstat (limited to 'drivers/misc/Kconfig')
| -rw-r--r-- | drivers/misc/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 92264e5935b..e839c08c191 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -326,6 +326,12 @@ config MXC_OCOTP Programmable memory pages that are stored on the some Freescale i.MX processors. +config NPCM_HOST + bool "Enable support espi or LPC for Host" + depends on REGMAP && SYSCON + help + Enable NPCM BMC espi or LPC support for Host reading and writing. + config SPL_MXC_OCOTP bool "Enable MXC OCOTP driver in SPL" depends on SPL_MISC && (ARCH_IMX8M || ARCH_MX6 || ARCH_MX7 || ARCH_MX7ULP || ARCH_VF610) |
