summaryrefslogtreecommitdiff
path: root/board/hatch_fp/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/hatch_fp/board.c')
-rw-r--r--board/hatch_fp/board.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/hatch_fp/board.c b/board/hatch_fp/board.c
index b7fed1ae58..d0afce3414 100644
--- a/board/hatch_fp/board.c
+++ b/board/hatch_fp/board.c
@@ -6,6 +6,7 @@
#include "common.h"
#include "console.h"
+#include "fpsensor_detect.h"
#include "gpio.h"
#include "hooks.h"
#include "registers.h"
@@ -86,6 +87,9 @@ static void board_init(void)
{
spi_configure();
+ ccprints("TRANSPORT_SEL: %s",
+ fp_transport_type_to_str(get_fp_transport_type()));
+
/* Enable interrupt on PCH power signals */
gpio_enable_interrupt(GPIO_PCH_SLP_S3_L);
gpio_enable_interrupt(GPIO_PCH_SLP_S0_L);