drivers: slip: Consolidate under drivers/net/

Make drivers/net/ be the place for misc networking-related drivers
(otherwise, we'd need to have a new dir per driver).

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
Paul Sokolovsky 2017-10-20 20:20:01 +03:00 committed by Jukka Rissanen
commit 0612651deb
5 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ source "drivers/console/Kconfig"
source "drivers/ethernet/Kconfig"
source "drivers/slip/Kconfig"
source "drivers/net/Kconfig"
source "drivers/serial/Kconfig"