mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 11:32:45 +01:00
3b9368a99e
This refactor the current xmega PM peripheral to avr8 common and extend PM to cpus families. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
8 lines
167 B
Plaintext
8 lines
167 B
Plaintext
config MODULE_AVR8_COMMON_PERIPH
|
|
bool
|
|
depends on TEST_KCONFIG
|
|
depends on CPU_COMMON_ATXMEGA
|
|
default y
|
|
help
|
|
AVR8 common peripheral drivers.
|