Skip to content

Commit d8b5a1c

Browse files
committed
fixup! tests/driver_atwinc15x0: add Kconfig
1 parent 6581176 commit d8b5a1c

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

tests/driver_atwinc15x0/Kconfig

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,4 @@
55
# directory for more details.
66
#
77

8-
config APPLICATION
9-
bool
10-
default y
11-
imply MODULE_ATWINC15X0
12-
imply DRIVER_NETDEV_COMMON
13-
depends on TEST_KCONFIG
14-
15-
rsource "../driver_netdev_common/Kconfig.netdev"
8+
rsource "../driver_netdev_common/Kconfig"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# this file enables modules defined in Kconfig. Do not use this file for
2+
# application configuration. This is only needed during migration.
3+
CONFIG_DRIVER_NETDEV_COMMON=y
4+
CONFIG_MODULE_ATWINC15X0=y

0 commit comments

Comments
 (0)