summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-19 11:04:19 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-19 11:04:19 -0600
commitaf086950f8567b3595cee4b3cc7852557464837d (patch)
treed8d45fde1031cfc50601aaf3786cb17894d580ab /nuttx/arch/arm/src/stm32/Kconfig
parentd35cbec8dde8d8db715831a8143cf6db58a4d394 (diff)
downloadpx4-nuttx-af086950f8567b3595cee4b3cc7852557464837d.tar.gz
px4-nuttx-af086950f8567b3595cee4b3cc7852557464837d.tar.bz2
px4-nuttx-af086950f8567b3595cee4b3cc7852557464837d.zip
Add SYSCFG definitions for STM32L152; Add board support STM32L-Discovery
Diffstat (limited to 'nuttx/arch/arm/src/stm32/Kconfig')
-rw-r--r--nuttx/arch/arm/src/stm32/Kconfig17
1 files changed, 11 insertions, 6 deletions
diff --git a/nuttx/arch/arm/src/stm32/Kconfig b/nuttx/arch/arm/src/stm32/Kconfig
index 4bba7653b..458e7155a 100644
--- a/nuttx/arch/arm/src/stm32/Kconfig
+++ b/nuttx/arch/arm/src/stm32/Kconfig
@@ -480,6 +480,11 @@ config STM32_ADC4
select STM32_ADC
depends on STM32_STM32F30XX
+config STM32_COMP
+ bool "COMP"
+ default n
+ depends on STM32_STM32L15XX
+
config STM32_BKP
bool "BKP"
default n
@@ -626,7 +631,7 @@ config STM32_SPI2
config STM32_SPI3
bool "SPI3"
default n
- depends on STM32_CONNECTIVITYLINE || STM32_STM32F20XX || STM32_STM32F40XX || (STM32_VALUELINE && STM32_HIGHDENSITY)
+ depends on STM32_CONNECTIVITYLINE || STM32_STM32L15XX || STM32_STM32F20XX || STM32_STM32F40XX || (STM32_VALUELINE && STM32_HIGHDENSITY)
select SPI
select STM32_SPI
@@ -654,7 +659,7 @@ config STM32_SPI6
config STM32_SYSCFG
bool "SYSCFG"
default y
- depends on STM32_STM32F30XX || STM32_STM32F20XX || STM32_STM32F40XX
+ depends on STM32_STM32L15XX || STM32_STM32F30XX || STM32_STM32F20XX || STM32_STM32F40XX
config STM32_TIM1
bool "TIM1"
@@ -693,17 +698,17 @@ config STM32_TIM8
config STM32_TIM9
bool "TIM9"
default n
- depends on STM32_STM32F20XX || STM32_STM32F40XX
+ depends on STM32_STM32L15XX || STM32_STM32F20XX || STM32_STM32F40XX
config STM32_TIM10
bool "TIM10"
default n
- depends on STM32_STM32F20XX || STM32_STM32F40XX
+ depends on STM32_STM32L15XX || STM32_STM32F20XX || STM32_STM32F40XX
config STM32_TIM11
bool "TIM11"
default n
- depends on STM32_STM32F20XX || STM32_STM32F40XX
+ depends on STM32_STM32L15XX || STM32_STM32F20XX || STM32_STM32F40XX
config STM32_TIM12
bool "TIM12"
@@ -797,7 +802,7 @@ config STM32_UART8
config STM32_USB
bool "USB Device"
default n
- depends on (STM32_STM32F10XX && !STM32_VALUELINE) || STM32_STM32F30XX
+ depends on (STM32_STM32F10XX && !STM32_VALUELINE) || STM32_STM32L15XX || STM32_STM32F30XX
select USBDEV
config STM32_WWDG