mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
periph/pwm: fix alphabetical order in Kconfig
This commit is contained in:
parent
2851d6c0e0
commit
4bdcc9385a
@ -84,16 +84,6 @@ config MODULE_PERIPH_INIT_HWRNG
|
||||
|
||||
rsource "Kconfig.i2c"
|
||||
|
||||
config MODULE_PERIPH_PWM
|
||||
bool "PWM peripheral driver"
|
||||
depends on HAS_PERIPH_PWM
|
||||
select MODULE_PERIPH_COMMON
|
||||
|
||||
config MODULE_PERIPH_INIT_PWM
|
||||
bool "Auto initialize PWM peripheral"
|
||||
default y if MODULE_PERIPH_INIT
|
||||
depends on MODULE_PERIPH_PWM
|
||||
|
||||
config MODULE_PERIPH_PM
|
||||
bool "Power Management (PM) peripheral driver"
|
||||
default y
|
||||
@ -105,6 +95,16 @@ config MODULE_PERIPH_INIT_PM
|
||||
default y if MODULE_PERIPH_INIT
|
||||
depends on MODULE_PERIPH_PM
|
||||
|
||||
config MODULE_PERIPH_PWM
|
||||
bool "PWM peripheral driver"
|
||||
depends on HAS_PERIPH_PWM
|
||||
select MODULE_PERIPH_COMMON
|
||||
|
||||
config MODULE_PERIPH_INIT_PWM
|
||||
bool "Auto initialize PWM peripheral"
|
||||
default y if MODULE_PERIPH_INIT
|
||||
depends on MODULE_PERIPH_PWM
|
||||
|
||||
config MODULE_PERIPH_QDEC
|
||||
bool "Quadrature Decoder (QDEC) peripheral driver"
|
||||
depends on HAS_PERIPH_QDEC
|
||||
|
Loading…
Reference in New Issue
Block a user