Kconfig 349 B

123456789101112
  1. config COMMON_CLK_HI6220
  2. bool "Hi6220 Clock Driver"
  3. depends on ARCH_HISI || COMPILE_TEST
  4. default ARCH_HISI
  5. help
  6. Build the Hisilicon Hi6220 clock driver based on the common clock framework.
  7. config STUB_CLK_HI6220
  8. bool "Hi6220 Stub Clock Driver"
  9. depends on COMMON_CLK_HI6220 && MAILBOX
  10. help
  11. Build the Hisilicon Hi6220 stub clock driver.