Kconfig 721 B

123456789101112131415161718192021222324252627
  1. config COMMON_CLK_HI3519
  2. tristate "Hi3519 Clock Driver"
  3. depends on ARCH_HISI || COMPILE_TEST
  4. select RESET_HISI
  5. default ARCH_HISI
  6. help
  7. Build the clock driver for hi3519.
  8. config COMMON_CLK_HI6220
  9. bool "Hi6220 Clock Driver"
  10. depends on ARCH_HISI || COMPILE_TEST
  11. default ARCH_HISI
  12. help
  13. Build the Hisilicon Hi6220 clock driver based on the common clock framework.
  14. config RESET_HISI
  15. bool "HiSilicon Reset Controller Driver"
  16. depends on ARCH_HISI || COMPILE_TEST
  17. select RESET_CONTROLLER
  18. help
  19. Build reset controller driver for HiSilicon device chipsets.
  20. config STUB_CLK_HI6220
  21. bool "Hi6220 Stub Clock Driver"
  22. depends on COMMON_CLK_HI6220 && MAILBOX
  23. help
  24. Build the Hisilicon Hi6220 stub clock driver.