summaryrefslogtreecommitdiff
path: root/lib/utils/regmap/Kconfig
blob: 62d9f9325f53cb3b2ccab6c854a3d5e31771e216 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# SPDX-License-Identifier: BSD-2-Clause

menu "Regmap Support"

config FDT_REGMAP
	bool "FDT based regmap drivers"
	depends on FDT
	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

endmenu