blob: ce80b1ff3ea4ae5afa8c051716aef8af51e66b92 [file] [log] [blame]
Stephen Warren4a332d32016-09-13 10:45:59 -06001config 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
Stephen Warrend9fd7002016-08-08 11:28:24 -06008config TEGRA186_CLOCK
9 bool "Enable Tegra186 BPMP-based clock driver"
10 depends on TEGRA186_BPMP
11 help
12 Enable support for manipulating Tegra's on-SoC clocks via IPC
13 requests to the BPMP (Boot and Power Management Processor).