summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-23 15:23:29 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-23 15:23:29 -0600
commitdfaa61731b87c0685c17f41a95a2e758deca80a7 (patch)
tree7ab7b0f9d3360024b315db67d81ae2feeecce2c3 /nuttx/arch/arm/src/stm32/Kconfig
parentc7bf6bf65a458cb30b892340b69de6c025d1cc22 (diff)
downloadpx4-nuttx-dfaa61731b87c0685c17f41a95a2e758deca80a7.tar.gz
px4-nuttx-dfaa61731b87c0685c17f41a95a2e758deca80a7.tar.bz2
px4-nuttx-dfaa61731b87c0685c17f41a95a2e758deca80a7.zip
STM32L-Discovery LCD driver is code compele but untested
Diffstat (limited to 'nuttx/arch/arm/src/stm32/Kconfig')
-rw-r--r--nuttx/arch/arm/src/stm32/Kconfig24
1 files changed, 15 insertions, 9 deletions
diff --git a/nuttx/arch/arm/src/stm32/Kconfig b/nuttx/arch/arm/src/stm32/Kconfig
index 458e7155a..5420f7138 100644
--- a/nuttx/arch/arm/src/stm32/Kconfig
+++ b/nuttx/arch/arm/src/stm32/Kconfig
@@ -500,7 +500,7 @@ config STM32_CAN1
default n
select CAN
select STM32_CAN
- depends on !STM32_VALUELINE
+ depends on !STM32_VALUELINE && !STM32_STM32L15XX
config STM32_CAN2
bool "CAN2"
@@ -586,11 +586,6 @@ config STM32_I2C3
depends on STM32_STM32F20XX || STM32_STM32F40XX
select STM32_I2C
-config STM32_IWDG
- bool "IWDG"
- default n
- select WATCHDOG
-
config STM32_OTGFS
bool "OTG FS"
default n
@@ -664,6 +659,7 @@ config STM32_SYSCFG
config STM32_TIM1
bool "TIM1"
default n
+ depends on !STM32_STM32L15XX
config STM32_TIM2
bool "TIM2"
@@ -693,7 +689,7 @@ config STM32_TIM7
config STM32_TIM8
bool "TIM8"
default n
- depends on !STM32_VALUELINE
+ depends on !STM32_VALUELINE && !STM32_STM32L15XX
config STM32_TIM9
bool "TIM9"
@@ -767,14 +763,14 @@ config STM32_USART3
config STM32_UART4
bool "UART4"
default n
- depends on !STM32_STM32F30XX
+ depends on !STM32_STM32F30XX &&!STM32_STM32L15XX
select ARCH_HAVE_UART4
select STM32_USART
config STM32_UART5
bool "UART5"
default n
- depends on !STM32_STM32F30XX
+ depends on !STM32_STM32F30XX &&!STM32_STM32L15XX
select ARCH_HAVE_UART5
select STM32_USART
@@ -805,6 +801,16 @@ config STM32_USB
depends on (STM32_STM32F10XX && !STM32_VALUELINE) || STM32_STM32L15XX || STM32_STM32F30XX
select USBDEV
+config STM32_LCD
+ bool "Segment LCD"
+ default n
+ depends on STM32_STM32L15XX
+
+config STM32_IWDG
+ bool "IWDG"
+ default n
+ select WATCHDOG
+
config STM32_WWDG
bool "WWDG"
default n