drivers/ieee802154: Cleanup Kconfig

A very old reference to former net stack was still lurking around.
Removing it.

Taking the opportunity to clear up dependencies.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2017-12-05 10:50:10 +01:00 committed by Anas Nashif
commit 5195ddf472
5 changed files with 11 additions and 12 deletions

View file

@ -11,11 +11,6 @@ menu "Device Drivers"
source "drivers/bluetooth/Kconfig"
config IEEE802154
bool
default n
default y if NETWORKING_WITH_15_4 || NET_L2_IEEE802154
source "drivers/ieee802154/Kconfig"
source "drivers/console/Kconfig"