Skip to content

Commit

Permalink
examples/micropython: add Kconfig config
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed May 30, 2023
1 parent b93bbe9 commit dfcc054
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/micropython/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright (c) 2023 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#

config APPLICATION_EXAMPLES_MICROPYTHON
bool "Micropython example application"
depends on TEST_KCONFIG

select MODULE_PERIPH_ADC if HAS_PERIPH_ADC
select MODULE_PERIPH_SPI if HAS_PERIPH_SPI
2 changes: 2 additions & 0 deletions examples/micropython/app.config.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CONFIG_PACKAGE_MICROPYTHON=y
CONFIG_APPLICATION_EXAMPLES_MICROPYTHON=y

0 comments on commit dfcc054

Please sign in to comment.