Kconfig 1.5 KB

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