linux/drivers/clk/bcm/Kconfig
<<
>>
Prefs
   1config 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
  10config CLK_BCM_KONA
  11        bool "Broadcom Kona CCU clock support"
  12        depends on ARCH_BCM_MOBILE || COMPILE_TEST
  13        default ARCH_BCM_MOBILE
  14        help
  15          Enable common clock framework support for Broadcom SoCs
  16          using "Kona" style clock control units, including those
  17          in the BCM281xx and BCM21664 families.
  18
  19config COMMON_CLK_IPROC
  20        bool
  21        help
  22          Enable common clock framework support for Broadcom SoCs
  23          based on the iProc architecture
  24
  25config CLK_BCM_CYGNUS
  26        bool "Broadcom Cygnus clock support"
  27        depends on ARCH_BCM_CYGNUS || COMPILE_TEST
  28        select COMMON_CLK_IPROC
  29        default ARCH_BCM_CYGNUS
  30        help
  31          Enable common clock framework support for the Broadcom Cygnus SoC
  32
  33config CLK_BCM_HR2
  34        bool "Broadcom Hurricane 2 clock support"
  35        depends on ARCH_BCM_HR2 || COMPILE_TEST
  36        select COMMON_CLK_IPROC
  37        default ARCH_BCM_HR2
  38        help
  39          Enable common clock framework support for the Broadcom Hurricane 2
  40          SoC
  41
  42config CLK_BCM_NSP
  43        bool "Broadcom Northstar/Northstar Plus clock support"
  44        depends on ARCH_BCM_5301X || ARCH_BCM_NSP || COMPILE_TEST
  45        select COMMON_CLK_IPROC
  46        default ARCH_BCM_5301X || ARCH_BCM_NSP
  47        help
  48          Enable common clock framework support for the Broadcom Northstar and
  49          Northstar Plus SoCs
  50
  51config CLK_BCM_NS2
  52        bool "Broadcom Northstar 2 clock support"
  53        depends on ARCH_BCM_IPROC || COMPILE_TEST
  54        select COMMON_CLK_IPROC
  55        default ARCH_BCM_IPROC
  56        help
  57          Enable common clock framework support for the Broadcom Northstar 2 SoC
  58
  59config CLK_BCM_SR
  60        bool "Broadcom Stingray clock support"
  61        depends on ARCH_BCM_IPROC || COMPILE_TEST
  62        select COMMON_CLK_IPROC
  63        default ARCH_BCM_IPROC
  64        help
  65          Enable common clock framework support for the Broadcom Stingray SoC
  66