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 <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruscinski 2018-11-02 15:05:16 +01:00 committed by Anas Nashif
parent c0faa8a9f4
commit 0df41da4e9

View file

@ -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"