Kconfig 564 B

123456789101112131415161718192021
  1. config COMMON_CLK_AMLOGIC
  2. bool
  3. depends on OF
  4. depends on ARCH_MESON || COMPILE_TEST
  5. config COMMON_CLK_MESON8B
  6. bool
  7. depends on COMMON_CLK_AMLOGIC
  8. help
  9. Support for the clock controller on AmLogic S802 (Meson8),
  10. S805 (Meson8b) and S812 (Meson8m2) devices. Say Y if you
  11. want peripherals and CPU frequency scaling to work.
  12. config COMMON_CLK_GXBB
  13. bool
  14. depends on COMMON_CLK_AMLOGIC
  15. select RESET_CONTROLLER
  16. help
  17. Support for the clock controller on AmLogic S905 devices, aka gxbb.
  18. Say Y if you want peripherals and CPU frequency scaling to work.