drivers/wifi: Add files skeleton for adding WiFi drivers

This will help not to collide within drivers implementations and/or
avoid dependency from one driver to another one.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2017-12-04 13:35:34 +01:00 committed by Anas Nashif
commit 8b839b4e0c
3 changed files with 42 additions and 0 deletions

View file

@ -73,4 +73,6 @@ source "drivers/display/Kconfig"
source "drivers/led_strip/Kconfig"
source "drivers/wifi/Kconfig"
endmenu