xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 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 |