From 28125ab9df25c451a9db9395664ddf928a2d80c3 Mon Sep 17 00:00:00 2001 From: ZYH Date: Sat, 18 Aug 2018 11:20:41 +0800 Subject: [PATCH] [BSP][STM32F107]Update Kconfig --- bsp/stm32f107/drivers/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bsp/stm32f107/drivers/Kconfig b/bsp/stm32f107/drivers/Kconfig index 5f55ee101..45647c63e 100644 --- a/bsp/stm32f107/drivers/Kconfig +++ b/bsp/stm32f107/drivers/Kconfig @@ -9,3 +9,13 @@ config RT_USING_UART2 config RT_USING_UART3 bool "Enable UART3 (PC10/11)" default n + +config BSP_USING_RTC + bool "Enable RTC" + select RT_USING_RTC + default n + +config BSP_USING_PIN + bool "Enable PIN device for GPIO" + select RT_USING_PIN + default y