diff options
| author | Finley Xiao <[email protected]> | 2019-09-25 17:57:49 +0200 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2019-11-17 17:23:15 +0800 |
| commit | a907dc3f25fa90becb4202c7cf973b4fc5abaa1b (patch) | |
| tree | 763a7d7e20ca50db8cef707c64a9216d5cae2d50 /drivers/misc/Kconfig | |
| parent | c6e66b12e4cde29fef9de7b59542f6aa64da5539 (diff) | |
misc: add driver for the Rockchip otp controller
Newer Rockchip socs like the px30 use a different ip block to handle
one-time-programmable memory, so add a misc driver for it as well.
Signed-off-by: Finley Xiao <[email protected]>
Signed-off-by: Heiko Stuebner <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
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 7a8ba587da5..82bb093c564 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -59,6 +59,15 @@ config ROCKCHIP_EFUSE extended (by porting the read function from the Linux kernel sources) to support other recent Rockchip devices. +config ROCKCHIP_OTP + bool "Rockchip OTP Support" + depends on MISC + help + Enable (read-only) access for the one-time-programmable memory block + found in Rockchip SoCs: accesses can either be made using byte + addressing and a length or through child-nodes that are generated + based on the e-fuse map retrieved from the DTS. + config VEXPRESS_CONFIG bool "Enable support for Arm Versatile Express config bus" depends on MISC |
