zephyr/drivers
Aurelien Jarno e4b62a8ce2 drivers: timer: lptim: depend on SYS_POWER_MANAGEMENT
The LPTIM driver is supposed to be only available when the SoC is
allowed to enter power sleep mode, as described in commit f30f5fff72
("drivers: timer: lptim is [EXPERIMENTAL] for stm32 soc series only").

For that it should depends on SYS_POWER_MANAGEMENT (which gates the
SYS_POWER_SLEEP_STATES and SYS_POWER_DEEP_SLEEP_STATES options) instead
of DEVICE_POWER_MANAGEMENT.

Fixes #25989

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2020-06-09 08:15:56 -04:00
..
adc drivers: adc: lmp90xxx: set thread name 2020-06-09 10:54:21 +02:00
audio
bluetooth
can
clock_control
console
counter drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
crypto
dac
debug
display
dma drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
eeprom
entropy
espi
ethernet drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
flash
gpio drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
hwinfo
i2c drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
i2s drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
ieee802154 drivers: ieee802154: fix nrf5 initialization with external irq source 2020-06-09 13:46:39 +02:00
interrupt_controller
ipm drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
kscan
led
led_strip
lora
modem
net
neural_net drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
pcie
peci
pinmux
ps2
ptp_clock
pwm
sensor
serial drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
spi
timer drivers: timer: lptim: depend on SYS_POWER_MANAGEMENT 2020-06-09 08:15:56 -04:00
usb
video
watchdog drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
wifi
CMakeLists.txt
Kconfig