Kconfig 892 B

12345678910111213141516171819202122232425262728293031323334
  1. menu "Amlogic SoC drivers"
  2. config MESON_GX_SOCINFO
  3. bool "Amlogic Meson GX SoC Information driver"
  4. depends on ARCH_MESON || COMPILE_TEST
  5. default ARCH_MESON
  6. select SOC_BUS
  7. help
  8. Say yes to support decoding of Amlogic Meson GX SoC family
  9. information about the type, package and version.
  10. config MESON_GX_PM_DOMAINS
  11. bool "Amlogic Meson GX Power Domains driver"
  12. depends on ARCH_MESON || COMPILE_TEST
  13. depends on PM && OF
  14. default ARCH_MESON
  15. select PM_GENERIC_DOMAINS
  16. select PM_GENERIC_DOMAINS_OF
  17. help
  18. Say yes to expose Amlogic Meson GX Power Domains as
  19. Generic Power Domains.
  20. config MESON_MX_SOCINFO
  21. bool "Amlogic Meson MX SoC Information driver"
  22. depends on ARCH_MESON || COMPILE_TEST
  23. default ARCH_MESON
  24. select SOC_BUS
  25. help
  26. Say yes to support decoding of Amlogic Meson6, Meson8,
  27. Meson8b and Meson8m2 SoC family information about the type
  28. and version.
  29. endmenu