mirror of
git://nv-tegra.nvidia.com/linux-hwpm.git
synced 2025-12-22 17:30:40 +03:00
tegra: hwpm: t234: Rename FORCE_ENABLE macro
The FORCE_ENABLE config flag is chip specific and should include chip id. Hence update the force enable config flag from CONFIG_HWPM_ALLOW_FORCE_ENABLE to CONFIG_T234_HWPM_ALLOW_FORCE_ENABLE Bug 3807813 Change-Id: I9d6626444eba5d3c56d8a28c9bfbaf7534617440 Signed-off-by: vasukis <vasukis@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2789722 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Vedashree Vidwans <vvidwans@nvidia.com> Reviewed-by: Sundeep Nagra <snagra@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-hwpm/+/2797446 Tested-by: Vedashree Vidwans <vvidwans@nvidia.com> Reviewed-by: Seema Khowala <seemaj@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
5166c3ab71
commit
afe35d034f
@@ -32,7 +32,7 @@ nvhwpm-t234-objs += hal/t234/ip/pma/t234_pma.o
|
|||||||
CONFIG_TEGRA_HWPM_MINIMAL_IP_ENABLE=y
|
CONFIG_TEGRA_HWPM_MINIMAL_IP_ENABLE=y
|
||||||
|
|
||||||
ifeq ($(CONFIG_TEGRA_HWPM_MINIMAL_IP_ENABLE),y)
|
ifeq ($(CONFIG_TEGRA_HWPM_MINIMAL_IP_ENABLE),y)
|
||||||
ccflags-y += -DCONFIG_HWPM_ALLOW_FORCE_ENABLE
|
ccflags-y += -DCONFIG_T234_HWPM_ALLOW_FORCE_ENABLE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_TEGRA_GRHOST_NVDLA),y)
|
ifeq ($(CONFIG_TEGRA_GRHOST_NVDLA),y)
|
||||||
|
|||||||
Reference in New Issue
Block a user