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:
parent
2145503273
commit
ce947431e2
9 changed files with 11 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue