aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
authorPragnesh Patel <pragnesh.patel@sifive.com>2020-05-29 11:33:21 +0530
committerAndes <uboot@andestech.com>2020-06-04 09:44:08 +0800
commit05307213c6aca1fdb300c8854c4b5881451b633d (patch)
tree539d4472b346578395178274d42fa47a4543ad1a /drivers/misc/Kconfig
parent0d8f35b58cc8458a5263b424896a386429ee49e5 (diff)
downloadu-boot-05307213c6aca1fdb300c8854c4b5881451b633d.zip
u-boot-05307213c6aca1fdb300c8854c4b5881451b633d.tar.gz
u-boot-05307213c6aca1fdb300c8854c4b5881451b633d.tar.bz2
misc: add driver for the SiFive otp controller
Added a misc driver to handle OTP memory in SiFive SoCs. Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com> Tested-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r--drivers/misc/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 81ed9eb..6bb5bc7 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -68,6 +68,13 @@ config ROCKCHIP_OTP
addressing and a length or through child-nodes that are generated
based on the e-fuse map retrieved from the DTS.
+config SIFIVE_OTP
+ bool "SiFive eMemory OTP driver"
+ depends on MISC
+ help
+ Enable support for reading and writing the eMemory OTP on the
+ SiFive SoCs.
+
config VEXPRESS_CONFIG
bool "Enable support for Arm Versatile Express config bus"
depends on MISC