Kconfig 460 B

12345678910111213
  1. config TEGRA_CAR_CLOCK
  2. bool "Enable Tegra CAR-based clock driver"
  3. depends on TEGRA_CAR
  4. help
  5. Enable support for manipulating Tegra's on-SoC clocks via direct
  6. register access to the Tegra CAR (Clock And Reset controller).
  7. config TEGRA186_CLOCK
  8. bool "Enable Tegra186 BPMP-based clock driver"
  9. depends on TEGRA186_BPMP
  10. help
  11. Enable support for manipulating Tegra's on-SoC clocks via IPC
  12. requests to the BPMP (Boot and Power Management Processor).