From afe35d034f4c66b3d820714d3434eb34d86c03cd Mon Sep 17 00:00:00 2001 From: vasukis Date: Tue, 11 Oct 2022 00:23:35 +0000 Subject: [PATCH] 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 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2789722 Reviewed-by: svcacv Reviewed-by: Vedashree Vidwans Reviewed-by: Sundeep Nagra GVS: Gerrit_Virtual_Submit Reviewed-on: https://git-master.nvidia.com/r/c/linux-hwpm/+/2797446 Tested-by: Vedashree Vidwans Reviewed-by: Seema Khowala --- drivers/tegra/hwpm/Makefile.t234.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tegra/hwpm/Makefile.t234.sources b/drivers/tegra/hwpm/Makefile.t234.sources index 1574ea4..0d82a50 100644 --- a/drivers/tegra/hwpm/Makefile.t234.sources +++ b/drivers/tegra/hwpm/Makefile.t234.sources @@ -32,7 +32,7 @@ nvhwpm-t234-objs += hal/t234/ip/pma/t234_pma.o 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 ifeq ($(CONFIG_TEGRA_GRHOST_NVDLA),y)