diff options
Diffstat (limited to 'src/drivers/intel/ish/ish.c')
-rw-r--r-- | src/drivers/intel/ish/ish.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/intel/ish/ish.c b/src/drivers/intel/ish/ish.c index 0415af0d9a..a84be5b120 100644 --- a/src/drivers/intel/ish/ish.c +++ b/src/drivers/intel/ish/ish.c @@ -63,7 +63,7 @@ static void intel_ish_get_version(void) static void intel_ish_final(struct device *dev) { - if (CONFIG(SOC_INTEL_STORE_CSE_FPT_PARTITION_VERSION)) + if (CONFIG(SOC_INTEL_STORE_ISH_FW_VERSION)) intel_ish_get_version(); } |