Kconfig 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. menu "Amlogic SoC drivers"
  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. config MESON_CLK_MEASURE
  10. bool "Amlogic Meson SoC Clock Measure driver"
  11. depends on ARCH_MESON || COMPILE_TEST
  12. default ARCH_MESON
  13. select REGMAP_MMIO
  14. help
  15. Say yes to support of Measuring a set of internal SoC clocks
  16. from the debugfs interface.
  17. config MESON_GX_SOCINFO
  18. bool "Amlogic Meson GX SoC Information driver"
  19. depends on ARCH_MESON || COMPILE_TEST
  20. default ARCH_MESON
  21. select SOC_BUS
  22. help
  23. Say yes to support decoding of Amlogic Meson GX SoC family
  24. information about the type, package and version.
  25. config MESON_GX_PM_DOMAINS
  26. bool "Amlogic Meson GX Power Domains driver"
  27. depends on ARCH_MESON || COMPILE_TEST
  28. depends on PM && OF
  29. default ARCH_MESON
  30. select PM_GENERIC_DOMAINS
  31. select PM_GENERIC_DOMAINS_OF
  32. help
  33. Say yes to expose Amlogic Meson GX Power Domains as
  34. Generic Power Domains.
  35. config MESON_EE_PM_DOMAINS
  36. bool "Amlogic Meson Everything-Else Power Domains driver"
  37. depends on ARCH_MESON || COMPILE_TEST
  38. depends on PM && OF
  39. default ARCH_MESON
  40. select PM_GENERIC_DOMAINS
  41. select PM_GENERIC_DOMAINS_OF
  42. help
  43. Say yes to expose Amlogic Meson Everything-Else Power Domains as
  44. Generic Power Domains.
  45. config MESON_MX_SOCINFO
  46. bool "Amlogic Meson MX SoC Information driver"
  47. depends on ARCH_MESON || COMPILE_TEST
  48. default ARCH_MESON
  49. select SOC_BUS
  50. help
  51. Say yes to support decoding of Amlogic Meson6, Meson8,
  52. Meson8b and Meson8m2 SoC family information about the type
  53. and version.
  54. endmenu