Skip to content

Commit

Permalink
fixup! tests/driver_atwinc15x0: add Kconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Dec 24, 2021
1 parent 6581176 commit d8b5a1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 1 addition & 8 deletions tests/driver_atwinc15x0/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,4 @@
# directory for more details.
#

config APPLICATION
bool
default y
imply MODULE_ATWINC15X0
imply DRIVER_NETDEV_COMMON
depends on TEST_KCONFIG

rsource "../driver_netdev_common/Kconfig.netdev"
rsource "../driver_netdev_common/Kconfig"
4 changes: 4 additions & 0 deletions tests/driver_atwinc15x0/app.config.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# this file enables modules defined in Kconfig. Do not use this file for
# application configuration. This is only needed during migration.
CONFIG_DRIVER_NETDEV_COMMON=y
CONFIG_MODULE_ATWINC15X0=y

0 comments on commit d8b5a1c

Please sign in to comment.