aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/jecht/smihandler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/jecht/smihandler.c')
-rw-r--r--src/mainboard/google/jecht/smihandler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/jecht/smihandler.c b/src/mainboard/google/jecht/smihandler.c
index 8a9e2a61f9..9475361105 100644
--- a/src/mainboard/google/jecht/smihandler.c
+++ b/src/mainboard/google/jecht/smihandler.c
@@ -59,7 +59,7 @@ void mainboard_smi_sleep(u8 slp_typ)
set_power_led(LED_BLINK);
/* Enable DCP mode */
- if (IS_ENABLED(CONFIG_BOARD_GOOGLE_TIDUS)) {
+ if (CONFIG(BOARD_GOOGLE_TIDUS)) {
set_gpio(GPIO_USB_CTL_1, 0);
}
break;