summaryrefslogtreecommitdiff
path: root/board/poppy/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/poppy/board.c')
-rw-r--r--board/poppy/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/poppy/board.c b/board/poppy/board.c
index 2a4c17c788..691c229b9e 100644
--- a/board/poppy/board.c
+++ b/board/poppy/board.c
@@ -377,7 +377,7 @@ struct pi3usb9281_config pi3usb9281_chips[] = {
},
};
BUILD_ASSERT(ARRAY_SIZE(pi3usb9281_chips) ==
- CONFIG_USB_SWITCH_PI3USB9281_CHIP_COUNT);
+ CONFIG_BC12_DETECT_PI3USB9281_CHIP_COUNT);
/* called from anx74xx_set_power_mode() */
void board_set_tcpc_power_mode(int port, int mode)