aboutsummaryrefslogtreecommitdiffstats
path: root/include/soc
diff options
context:
space:
mode:
authorYong Wu <yong.wu@mediatek.com>2021-01-26 14:00:55 +0800
committerKrzysztof Kozlowski <krzk@kernel.org>2021-01-26 20:47:51 +0100
commit50fc8d9232cdc64b9e9d1b9488452f153de52b69 (patch)
tree67bd071ad3502a5327ef6e27c7f4dee134fc80af /include/soc
parentmemory: ti-aemif: Drop child node when jumping out loop (diff)
downloadlinux-dev-50fc8d9232cdc64b9e9d1b9488452f153de52b69.tar.xz
linux-dev-50fc8d9232cdc64b9e9d1b9488452f153de52b69.zip
memory: mtk-smi: Allow building as module
Add support for building the SMI driver as module. Switch MTK_SMI to tristate, and add module_exit/module_license. Signed-off-by: Yong Wu <yong.wu@mediatek.com> Link: https://lore.kernel.org/r/20210126060055.11050-1-yong.wu@mediatek.com Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/mediatek/smi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/soc/mediatek/smi.h b/include/soc/mediatek/smi.h
index 5a34b87d89e3..29e2fb8f33d6 100644
--- a/include/soc/mediatek/smi.h
+++ b/include/soc/mediatek/smi.h
@@ -9,7 +9,7 @@
#include <linux/bitops.h>
#include <linux/device.h>
-#ifdef CONFIG_MTK_SMI
+#if IS_ENABLED(CONFIG_MTK_SMI)
#define MTK_LARB_NR_MAX 16