Kconfig 507 B

12345678910111213141516171819
  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 S805 devices, aka
  10. meson8b. Say Y if you want peripherals and CPU frequency scaling to
  11. work.
  12. config COMMON_CLK_GXBB
  13. bool
  14. depends on COMMON_CLK_AMLOGIC
  15. help
  16. Support for the clock controller on AmLogic S905 devices, aka gxbb.
  17. Say Y if you want peripherals and CPU frequency scaling to work.