aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/smbus/tco.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/block/smbus/tco.c')
-rw-r--r--src/soc/intel/common/block/smbus/tco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/smbus/tco.c b/src/soc/intel/common/block/smbus/tco.c
index f1a2ca0874..1a215eb69d 100644
--- a/src/soc/intel/common/block/smbus/tco.c
+++ b/src/soc/intel/common/block/smbus/tco.c
@@ -133,7 +133,7 @@ static void tco_enable_bar(void)
*/
void tco_configure(void)
{
- if (IS_ENABLED(CONFIG_SOC_INTEL_COMMON_BLOCK_TCO_ENABLE_THROUGH_SMBUS))
+ if (CONFIG(SOC_INTEL_COMMON_BLOCK_TCO_ENABLE_THROUGH_SMBUS))
tco_enable_bar();
tco_timer_disable();