[9610] wlbt: Enable SMAPPER by default
authorAlbert Cano <a.canocamps@samsung.com>
Wed, 8 Aug 2018 08:36:25 +0000 (09:36 +0100)
committerhskang <hs1218.kang@samsung.com>
Fri, 17 Aug 2018 00:32:54 +0000 (20:32 -0400)
Enable SMAPPER by default.

Fixed dependency by addding dma-mapping header.

Change-Id: I67a3e8304c79243252c77b5953c1cfff23c0774e
SCSC-Bug-Id: SSB-42637
Signed-off-by: Albert Cano <a.canocamps@samsung.com>
drivers/misc/samsung/scsc/Kconfig
drivers/misc/samsung/scsc/platform_mif.c

index 63f61f7cdd73c6845efc161a88b6b27d87837ae8..1ecfff0ee52440e64d5ebd594e343f2b485b58fd 100644 (file)
@@ -44,6 +44,7 @@ config SCSC_MXLOGGER
 
 config SCSC_SMAPPER
        bool "Samsung SCSC WLAN Smapper support"
+       default y
        depends on SCSC_CORE
        ---help---
           SMAPPER provides direct access to Linux SKBs
index 85daccfbfad406aba10021f90ac39e53d432a686..6a25d8908e0b085533277117b960e963c77b8da3 100755 (executable)
@@ -46,6 +46,7 @@
 #endif
 
 #ifdef CONFIG_SCSC_SMAPPER
+#include <linux/dma-mapping.h>
 #include "mif_reg_smapper.h"
 #endif
 #include <linux/pm_qos.h>