36633bb6c8bb8707f950a0f601c80a566942721f
[linux-2.6-block.git] / drivers / soc / amlogic / Kconfig
1 menu "Amlogic SoC drivers"
2
3 config 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
10 config MESON_CLK_MEASURE
11         bool "Amlogic Meson SoC Clock Measure driver"
12         depends on ARCH_MESON || COMPILE_TEST
13         default ARCH_MESON
14         help
15           Say yes to support of Measuring a set of internal SoC clocks
16           from the debugfs interface.
17
18 config MESON_GX_SOCINFO
19         bool "Amlogic Meson GX SoC Information driver"
20         depends on ARCH_MESON || COMPILE_TEST
21         default ARCH_MESON
22         select SOC_BUS
23         help
24           Say yes to support decoding of Amlogic Meson GX SoC family
25           information about the type, package and version.
26
27 config MESON_GX_PM_DOMAINS
28         bool "Amlogic Meson GX Power Domains driver"
29         depends on ARCH_MESON || COMPILE_TEST
30         depends on PM && OF
31         default ARCH_MESON
32         select PM_GENERIC_DOMAINS
33         select PM_GENERIC_DOMAINS_OF
34         help
35           Say yes to expose Amlogic Meson GX Power Domains as
36           Generic Power Domains.
37
38 config MESON_MX_SOCINFO
39         bool "Amlogic Meson MX SoC Information driver"
40         depends on ARCH_MESON || COMPILE_TEST
41         default ARCH_MESON
42         select SOC_BUS
43         help
44           Say yes to support decoding of Amlogic Meson6, Meson8,
45           Meson8b and Meson8m2 SoC family information about the type
46           and version.
47
48 endmenu