forked from Mirrors/opensbi
lib: utils/regmap: Add simple FDT based syscon regmap driver
Let us add a simple FDT based system regmap driver which follows the device tree bindings already defined in the Linux kernel. Signed-off-by: Anup Patel <apatel@ventanamicro.com> Reviewed-by: Xiang W <wxjstz@126.com>
This commit is contained in:
@@ -8,6 +8,13 @@ config FDT_REGMAP
|
||||
select REGMAP
|
||||
default n
|
||||
|
||||
if FDT_REGMAP
|
||||
|
||||
config FDT_REGMAP_SYSCON
|
||||
bool "Syscon regmap FDT driver"
|
||||
default n
|
||||
endif
|
||||
|
||||
config REGMAP
|
||||
bool "Regmap support"
|
||||
default n
|
||||
|
Reference in New Issue
Block a user