From 0df41da4e93f63b2f0d63ce7d39b28afdc146e49 Mon Sep 17 00:00:00 2001 From: Krzysztof Chruscinski Date: Fri, 2 Nov 2018 15:05:16 +0100 Subject: [PATCH] drivers: ieee802154: Fix log configuration in kconfig Log configuration was included only in case NET_L2_IEEE802154 was enabled. In case of open thread this is not the case. Signed-off-by: Krzysztof Chruscinski --- drivers/ieee802154/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/ieee802154/Kconfig b/drivers/ieee802154/Kconfig index 1cfa3685a7..48e628ae8a 100644 --- a/drivers/ieee802154/Kconfig +++ b/drivers/ieee802154/Kconfig @@ -15,13 +15,11 @@ menuconfig IEEE802154 if IEEE802154 -if NET_L2_IEEE802154 module = IEEE802154 module-dep = LOG module-str = Log level for IEEE 802.15.4 driver module-help = Sets log level for IEEE 802.15.4 Device Drivers. source "subsys/net/Kconfig.template.log_config.net" -endif # NET_L2_IEEE802154 config IEEE802154_RAW_MODE bool "Use IEEE 802.15.4 driver without the MAC stack"