drivers/wifi: Move all winc1500 related code to its own directory

There will be other drivers, and mixing up all these files together will
create a mess so better having a dedicated place for winc1500, at least.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2018-03-20 11:18:53 +01:00 committed by Anas Nashif
commit ce947431e2
9 changed files with 11 additions and 10 deletions

View file

@ -43,6 +43,6 @@ config WIFI_OFFLOAD
help
Enable support for Full-MAC WiFi devices.
source "drivers/wifi/Kconfig.winc1500"
source "drivers/wifi/winc1500/Kconfig.winc1500"
endif # WIFI