This is needed by bcma.
Signed-off-by: Hauke Mehrtens <[email protected]>
---
backport/backport-include/linux/kconfig.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/backport/backport-include/linux/kconfig.h
b/backport/backport-include/linux/kconfig.h
index d5c483d..ee938e3 100644
--- a/backport/backport-include/linux/kconfig.h
+++ b/backport/backport-include/linux/kconfig.h
@@ -21,4 +21,7 @@
(config_enabled(option) || config_enabled(option##_MODULE))
#endif
+#undef IS_BUILTIN
+#define IS_BUILTIN(option) config_enabled(option)
+
#endif
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe backports" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html