soc: amlogic: meson-clk-measure: Add missing REGMAP_MMIO dependency
[linux-2.6-block.git] / drivers / soc / amlogic / Kconfig
CommitLineData
a9daaba2
NA
1menu "Amlogic SoC drivers"
2
d4983983
MJ
3config MESON_CANVAS
4 tristate "Amlogic Meson Canvas driver"
5 depends on ARCH_MESON || COMPILE_TEST
6 default n
7 help
8 Say yes to support the canvas IP for Amlogic SoCs.
9
2b45ebef
NA
10config MESON_CLK_MEASURE
11 bool "Amlogic Meson SoC Clock Measure driver"
12 depends on ARCH_MESON || COMPILE_TEST
13 default ARCH_MESON
f56c0627 14 select REGMAP_MMIO
2b45ebef
NA
15 help
16 Say yes to support of Measuring a set of internal SoC clocks
17 from the debugfs interface.
18
a9daaba2
NA
19config MESON_GX_SOCINFO
20 bool "Amlogic Meson GX SoC Information driver"
21 depends on ARCH_MESON || COMPILE_TEST
22 default ARCH_MESON
23 select SOC_BUS
24 help
25 Say yes to support decoding of Amlogic Meson GX SoC family
26 information about the type, package and version.
27
75fcb5ca
NA
28config MESON_GX_PM_DOMAINS
29 bool "Amlogic Meson GX Power Domains driver"
30 depends on ARCH_MESON || COMPILE_TEST
30f3b067 31 depends on PM && OF
75fcb5ca
NA
32 default ARCH_MESON
33 select PM_GENERIC_DOMAINS
34 select PM_GENERIC_DOMAINS_OF
35 help
36 Say yes to expose Amlogic Meson GX Power Domains as
37 Generic Power Domains.
38
5e68c0fc
MB
39config MESON_MX_SOCINFO
40 bool "Amlogic Meson MX SoC Information driver"
41 depends on ARCH_MESON || COMPILE_TEST
42 default ARCH_MESON
43 select SOC_BUS
44 help
45 Say yes to support decoding of Amlogic Meson6, Meson8,
46 Meson8b and Meson8m2 SoC family information about the type
47 and version.
48
a9daaba2 49endmenu