Kconfig 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. config CLK_BCM_63XX
  2. bool "Broadcom BCM63xx clock support"
  3. depends on ARCH_BCM_63XX || COMPILE_TEST
  4. select COMMON_CLK_IPROC
  5. default ARCH_BCM_63XX
  6. help
  7. Enable common clock framework support for Broadcom BCM63xx DSL SoCs
  8. based on the ARM architecture
  9. config CLK_BCM_KONA
  10. bool "Broadcom Kona CCU clock support"
  11. depends on ARCH_BCM_MOBILE || COMPILE_TEST
  12. default ARCH_BCM_MOBILE
  13. help
  14. Enable common clock framework support for Broadcom SoCs
  15. using "Kona" style clock control units, including those
  16. in the BCM281xx and BCM21664 families.
  17. config COMMON_CLK_IPROC
  18. bool
  19. help
  20. Enable common clock framework support for Broadcom SoCs
  21. based on the iProc architecture
  22. config CLK_BCM_CYGNUS
  23. bool "Broadcom Cygnus clock support"
  24. depends on ARCH_BCM_CYGNUS || COMPILE_TEST
  25. select COMMON_CLK_IPROC
  26. default ARCH_BCM_CYGNUS
  27. help
  28. Enable common clock framework support for the Broadcom Cygnus SoC
  29. config CLK_BCM_NSP
  30. bool "Broadcom Northstar/Northstar Plus clock support"
  31. depends on ARCH_BCM_5301X || ARCH_BCM_NSP || COMPILE_TEST
  32. select COMMON_CLK_IPROC
  33. default ARCH_BCM_5301X || ARCH_BCM_NSP
  34. help
  35. Enable common clock framework support for the Broadcom Northstar and
  36. Northstar Plus SoCs
  37. config CLK_BCM_NS2
  38. bool "Broadcom Northstar 2 clock support"
  39. depends on ARCH_BCM_IPROC || COMPILE_TEST
  40. select COMMON_CLK_IPROC
  41. default ARCH_BCM_IPROC
  42. help
  43. Enable common clock framework support for the Broadcom Northstar 2 SoC
  44. config CLK_BCM_SR
  45. bool "Broadcom Stingray clock support"
  46. depends on ARCH_BCM_IPROC || COMPILE_TEST
  47. select COMMON_CLK_IPROC
  48. default ARCH_BCM_IPROC
  49. help
  50. Enable common clock framework support for the Broadcom Stingray SoC