Kconfig 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. tristate "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 (ARM64 && 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_MX_SOCINFO
  26. bool "Amlogic Meson MX SoC Information driver"
  27. depends on (ARM && ARCH_MESON) || COMPILE_TEST
  28. default ARCH_MESON
  29. select SOC_BUS
  30. help
  31. Say yes to support decoding of Amlogic Meson6, Meson8,
  32. Meson8b and Meson8m2 SoC family information about the type
  33. and version.
  34. endmenu