mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Unfortunately, Android userspace is very dependent on debugfs for several unrelated things; however, it definitely doesn't require *everything* that is included in the kernel when CONFIG_DEBUG_FS is enabled. Therefore, in order to be able to selectively whitelist drivers that Android needs debugfs for (by passing -DCONFIG_DEBUG_FS to every object that's desired to be whitelisted), always compile the core debugfs drivers even when CONFIG_DEBUG_FS is disabled so that debugfs can still be used where it's necessary. Change-Id: Ie90681fdbbbe6169b27b517b9ecc430d3230d15b Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com> Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>