diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-05-07 01:03:25 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-05-07 01:03:25 -0400 |
commit | 9c52ad4310c5bd088d7533214342bd6b06738bd9 (patch) | |
tree | 310056171867d16c6117ee862cb32534d7fb0a5b /src | |
parent | 018c5daa9451fd55e7f675445b7f47f101c132a4 (diff) | |
download | kutter-9c52ad4310c5bd088d7533214342bd6b06738bd9.tar.gz kutter-9c52ad4310c5bd088d7533214342bd6b06738bd9.tar.xz kutter-9c52ad4310c5bd088d7533214342bd6b06738bd9.zip |
stm32f1: Enable lcd chip support
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src')
-rw-r--r-- | src/stm32f1/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stm32f1/Kconfig b/src/stm32f1/Kconfig index f386a991..53ff6dcf 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 |