From 9c52ad4310c5bd088d7533214342bd6b06738bd9 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 7 May 2018 01:03:25 -0400 Subject: [PATCH] stm32f1: Enable lcd chip support Signed-off-by: Kevin O'Connor --- src/stm32f1/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stm32f1/Kconfig b/src/stm32f1/Kconfig index f386a9912..53ff6dcf3 100644 --- a/src/stm32f1/Kconfig +++ b/src/stm32f1/Kconfig @@ -7,6 +7,7 @@ config STM32F1_SELECT default y select HAVE_GPIO select HAVE_GPIO_ADC + select HAVE_USER_INTERFACE config BOARD_DIRECTORY string