aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/gale/verstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/gale/verstage.c')
-rw-r--r--src/mainboard/google/gale/verstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/gale/verstage.c b/src/mainboard/google/gale/verstage.c
index 1a3f5a49bd..1edd8a7020 100644
--- a/src/mainboard/google/gale/verstage.c
+++ b/src/mainboard/google/gale/verstage.c
@@ -24,7 +24,7 @@
static void ipq_setup_tpm(void)
{
- if (IS_ENABLED(CONFIG_I2C_TPM)) {
+ if (CONFIG(I2C_TPM)) {
gpio_tlmm_config_set(TPM_RESET_GPIO, FUNC_SEL_GPIO,
GPIO_PULL_UP, GPIO_6MA, 1);
gpio_set(TPM_RESET_GPIO, 0);