]> Git Repo - linux.git/blob - drivers/soc/amlogic/Kconfig
mfd: cros-ec: Increase maximum mkbp event size
[linux.git] / drivers / soc / amlogic / Kconfig
1 menu "Amlogic SoC drivers"
2
3 config MESON_GX_SOCINFO
4         bool "Amlogic Meson GX SoC Information driver"
5         depends on ARCH_MESON || COMPILE_TEST
6         default ARCH_MESON
7         select SOC_BUS
8         help
9           Say yes to support decoding of Amlogic Meson GX SoC family
10           information about the type, package and version.
11
12 config MESON_GX_PM_DOMAINS
13         bool "Amlogic Meson GX Power Domains driver"
14         depends on ARCH_MESON || COMPILE_TEST
15         depends on PM && OF
16         default ARCH_MESON
17         select PM_GENERIC_DOMAINS
18         select PM_GENERIC_DOMAINS_OF
19         help
20           Say yes to expose Amlogic Meson GX Power Domains as
21           Generic Power Domains.
22
23 config MESON_MX_SOCINFO
24         bool "Amlogic Meson MX SoC Information driver"
25         depends on ARCH_MESON || COMPILE_TEST
26         default ARCH_MESON
27         select SOC_BUS
28         help
29           Say yes to support decoding of Amlogic Meson6, Meson8,
30           Meson8b and Meson8m2 SoC family information about the type
31           and version.
32
33 endmenu
This page took 0.035209 seconds and 4 git commands to generate.