Kconfig (446279168e030fd0ed68e2bba336bef8bb3da352) Kconfig (b7134422146692e096e807751656fc58ee1a717d)
1# SPDX-License-Identifier: GPL-2.0-only
2if ARCH_TEGRA
3
4# 32-bit ARM SoCs
5if ARM
6
7config ARCH_TEGRA_2x_SOC
8 bool "Enable support for Tegra20 family"

--- 148 unchanged lines hidden (view full) ---

157 bool "Voltage scaling support for Tegra20 SoCs"
158 depends on ARCH_TEGRA_2x_SOC || COMPILE_TEST
159 depends on REGULATOR
160
161config SOC_TEGRA30_VOLTAGE_COUPLER
162 bool "Voltage scaling support for Tegra30 SoCs"
163 depends on ARCH_TEGRA_3x_SOC || COMPILE_TEST
164 depends on REGULATOR
1# SPDX-License-Identifier: GPL-2.0-only
2if ARCH_TEGRA
3
4# 32-bit ARM SoCs
5if ARM
6
7config ARCH_TEGRA_2x_SOC
8 bool "Enable support for Tegra20 family"

--- 148 unchanged lines hidden (view full) ---

157 bool "Voltage scaling support for Tegra20 SoCs"
158 depends on ARCH_TEGRA_2x_SOC || COMPILE_TEST
159 depends on REGULATOR
160
161config SOC_TEGRA30_VOLTAGE_COUPLER
162 bool "Voltage scaling support for Tegra30 SoCs"
163 depends on ARCH_TEGRA_3x_SOC || COMPILE_TEST
164 depends on REGULATOR
165
166config SOC_TEGRA_CBB
167 tristate "Tegra driver to handle error from CBB"
168 depends on ARCH_TEGRA_194_SOC
169 default y
170 help
171 Support for handling error from Tegra Control Backbone(CBB).
172 This driver handles the errors from CBB and prints debug
173 information about the failed transactions.