Files
linux-hwpm/drivers/tegra/hwpm/Kconfig
Vishal Aslot c630042921 tegra: hwpm: th500: Merge hwpm-th500 files in hwpm
This patch carefully merges approved TH500 files from kernel/hwpm-next
into this public repo.

Bug 4266701

Signed-off-by: Vishal Aslot <vaslot@nvidia.com>
Change-Id: Ia869b75e1652c214e32c53f0edb3d4bf709d72f4
Reviewed-on: https://git-master.nvidia.com/r/c/linux-hwpm/+/2972033
Reviewed-by: Vasuki Shankar <vasukis@nvidia.com>
Reviewed-by: Seema Khowala <seemaj@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
2023-09-21 21:16:39 -07:00

21 lines
560 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.