commit | fd6d164471dad6178352c0a04352d676a9975677 | [log] [tgz] |
---|---|---|
author | Varun Reddy Yeturu <varunreddy.yeturu@codeaurora.org> | Wed Apr 12 23:19:54 2017 -0700 |
committer | snandini <snandini@codeaurora.org> | Mon Jun 05 19:29:05 2017 -0700 |
tree | 9cd7a6b406b99cba797e59c55f1f439e3ecb8ba7 | |
parent | eb2933233efdd6f7be84d2d44e9a38a5f3f471a8 [diff] |
qcacld-3.0: Fix Kbuild to enable WLAN debugfs support Currently, the CONFIG_WLAN_POWER_DEBUGFS and CONFIG_WLAN_DEBUGFS are not enabled for statically loaded driver. This results in missing subsystem power stats. The reason for that is the enabling of this macro is conditionally done under KERNEL_BUILD=0. This commit enables the macro to be also conditionally done under all values of KERNEL_BUILD Change-Id: I2824fdbb438b37ee58a95a6ea889be5e7691bef5 CRs-Fixed: 2033114