mirror of
git://nv-tegra.nvidia.com/linux-hwpm.git
synced 2025-12-24 10:13:00 +03:00
The config flags defined in Kconfig file are not available/used with OOT kernel builds. To support all kernel versions, HWPM compiles independent of CONFIG_TEGRA_SOC_HWPM flag. This also applies to IP config flags which are not supported as well. Hence, include HWPM IP files irrespective of the IP config flag status. For OOT builds, use tegra_is_hypervisor_mode() instead of using static function defined in HWPM driver. Bug 4061775 Change-Id: Ifab4ad5c7c652a4ad17820a82b363e92280fdd1a Signed-off-by: Vedashree Vidwans <vvidwans@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-hwpm/+/2918870 Reviewed-by: Vasuki Shankar <vasukis@nvidia.com> Reviewed-by: Adeel Raza <araza@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>