Files
linux-hwpm/drivers/tegra/hwpm/Kconfig
vasukis bb4b1def61 tegra: hwpm: t264: Merge t264-hwpm files to hwpm
Merge the T264 private source code to hwpm common code.
This is done after T264 source code can be made public.

Bug 4856428
Bug 4943517

Signed-off-by: vasukis <vasukis@nvidia.com>
Change-Id: Ie830c5465f32f49978cb465d68785ab3dbaee984
Reviewed-on: https://git-master.nvidia.com/r/c/linux-hwpm/+/3219865
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
Reviewed-by: Seema Khowala <seemaj@nvidia.com>
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
2024-11-06 01:56:13 -08:00

28 lines
771 B
Plaintext

config TEGRA_SOC_HWPM
bool "Tegra SOC HWPM driver"
default y
help
The SOC HWPM driver enables performance monitoring for various Tegra
IPs.
config TEGRA_T234_HWPM
bool "Tegra T23x HWPM driver"
depends on TEGRA_SOC_HWPM && ARCH_TEGRA_23x_SOC
default y if (TEGRA_SOC_HWPM && ARCH_TEGRA_23x_SOC)
help
T23x performance monitoring driver.
config TEGRA_TH500_HWPM
bool "Tegra TH500 HWPM driver"
depends on TEGRA_SOC_HWPM && ARCH_TEGRA_TH500_SOC
default y if (TEGRA_SOC_HWPM && ARCH_TEGRA_TH500_SOC)
help
TH500 performance monitoring driver.
config TEGRA_T264_HWPM
bool "Tegra T264 HWPM driver"
depends on TEGRA_SOC_HWPM && ARCH_TEGRA_T264_SOC
default y if (TEGRA_SOC_HWPM && ARCH_TEGRA_T264_SOC)
help
T264 performance monitoring driver.