We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6581176 commit d8b5a1cCopy full SHA for d8b5a1c
2 files changed
tests/driver_atwinc15x0/Kconfig
@@ -5,11 +5,4 @@
5
# directory for more details.
6
#
7
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"
+rsource "../driver_netdev_common/Kconfig"
tests/driver_atwinc15x0/app.config.test
@@ -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