1
0

Kconfig 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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_HR2
  30. bool "Broadcom Hurricane 2 clock support"
  31. depends on ARCH_BCM_HR2 || COMPILE_TEST
  32. select COMMON_CLK_IPROC
  33. default ARCH_BCM_HR2
  34. help
  35. Enable common clock framework support for the Broadcom Hurricane 2
  36. SoC
  37. config CLK_BCM_NSP
  38. bool "Broadcom Northstar/Northstar Plus clock support"
  39. depends on ARCH_BCM_5301X || ARCH_BCM_NSP || COMPILE_TEST
  40. select COMMON_CLK_IPROC
  41. default ARCH_BCM_5301X || ARCH_BCM_NSP
  42. help
  43. Enable common clock framework support for the Broadcom Northstar and
  44. Northstar Plus SoCs
  45. config CLK_BCM_NS2
  46. bool "Broadcom Northstar 2 clock support"
  47. depends on ARCH_BCM_IPROC || COMPILE_TEST
  48. select COMMON_CLK_IPROC
  49. default ARCH_BCM_IPROC
  50. help
  51. Enable common clock framework support for the Broadcom Northstar 2 SoC
  52. config CLK_BCM_SR
  53. bool "Broadcom Stingray clock support"
  54. depends on ARCH_BCM_IPROC || COMPILE_TEST
  55. select COMMON_CLK_IPROC
  56. default ARCH_BCM_IPROC
  57. help
  58. Enable common clock framework support for the Broadcom Stingray SoC