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