summaryrefslogtreecommitdiff
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
authoryanhong.wang <yanhong.wang@starfivetech.com>2021-08-15 21:14:41 +0300
committerTekkaman Ninja <tekkamanninja@163.com>2021-09-29 09:51:21 +0300
commitc52ead0350d0c32bf3a92e50ef9aeffab2f5c979 (patch)
treef78962052a64cc66e99d4551f1ab6c34416eafde /drivers/misc/Kconfig
parente43e6f846985b57af3dc6354a49adb448dd0ec09 (diff)
downloadu-boot-c52ead0350d0c32bf3a92e50ef9aeffab2f5c979.tar.xz
starfive: add OTP driver for jh7100
Signed-off-by: yanhong.wang <yanhong.wang@starfivetech.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r--drivers/misc/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 997b713221..2f45f1e72c 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -75,6 +75,14 @@ config SIFIVE_OTP
Enable support for reading and writing the eMemory OTP on the
SiFive SoCs.
+config STARFIVE_OTP
+ bool "StarFive eMemory OTP driver"
+ depends on MISC && JH_STARLIGHT
+ default y if JH_STARLIGHT
+ help
+ Enable support for reading and writing the eMemory OTP on the
+ StarFive SoCs.
+
config VEXPRESS_CONFIG
bool "Enable support for Arm Versatile Express config bus"
depends on MISC