Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! cpu/msp430: add Kconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
fjmolinas committed Dec 2, 2021
1 parent b87f734 commit cbe164e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpu/msp430_common/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ config MODULE_MSP430_COMMON
default y if CPU_CORE_MSP430
depends on TEST_KCONFIG
imply MODULE_NEWLIB_NANO
select MODULE_MALLOC_THREAD_SAFE if TEST_KCONFIG
select MODULE_MALLOC_THREAD_SAFE
help
Common code for MSP430 cores.

Expand All @@ -36,7 +36,6 @@ config CPU_ARCH_MSP430
select HAS_PERIPH_FLASHPAGE_PAGEWISE
select HAS_NEWLIB
select HAS_PERIPH_PM
select MODULE_MALLOC_THREAD_SAFE if TEST_KCONFIG

config CPU_CORE_MSP430
bool
Expand Down

0 comments on commit cbe164e

Please sign in to comment.