diff options
Diffstat (limited to 'package/b43/Makefile')
-rw-r--r-- | package/b43/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/b43/Makefile b/package/b43/Makefile index 3d5eb264c2..6616585e2e 100644 --- a/package/b43/Makefile +++ b/package/b43/Makefile @@ -44,6 +44,8 @@ endef EXTRA_KCONFIG:= \ CONFIG_B43=m \ CONFIG_B43_NPHY=y \ + CONFIG_B43_DEBUG=y \ + $(if $(CONFIG_RFKILL),CONFIG_B43_RFKILL=y) \ $(if $(CONFIG_LEDS_TRIGGERS),CONFIG_B43_LEDS=y) \ |