From: Werner Almesberger Date: Fri, 17 Jun 2011 18:48:29 +0000 (+0000) Subject: IEEE 802.15.4: do not enable driver debugging by default X-Git-Tag: firefly_0821_release~3680^2~5008^2~263^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0ac9ebedce444ec6f93cf6a995e4a20009191b00;p=firefly-linux-kernel-4.4.55.git IEEE 802.15.4: do not enable driver debugging by default The IEEE 802.15.4 drivers were compiled by default with debugging, which caused them to be rather chatty and slow. This patch silences them. People debugging drivers can still add a #define DEBUG in the beginning of the respective file or use dynamic debug This patch also removes the now unused option CONFIG_FFD. Signed-off-by: Werner Almesberger Signed-off-by: Dmitry Eremin-Solenikov --- diff --git a/drivers/ieee802154/Makefile b/drivers/ieee802154/Makefile index 68999137dedf..800a3894af0d 100644 --- a/drivers/ieee802154/Makefile +++ b/drivers/ieee802154/Makefile @@ -1,3 +1 @@ obj-$(CONFIG_IEEE802154_FAKEHARD) += fakehard.o - -ccflags-y := -DDEBUG -DCONFIG_FFD