summaryrefslogtreecommitdiff
path: root/drivers/base
diff options
context:
space:
mode:
authorYangbo Lu <yangbo.lu@nxp.com>2017-05-15 07:17:18 (GMT)
committerXie Xiaobo <xiaobo.xie@nxp.com>2017-07-14 09:56:57 (GMT)
commitea7c840d29c1a75078bd123d6dd658c704c1a278 (patch)
tree01ee559cba30f499d3b23dfdc5c984d9683566f6 /drivers/base
parenta76e0412861553c66e159bbd033500aef12c1022 (diff)
downloadlinux-ea7c840d29c1a75078bd123d6dd658c704c1a278.tar.xz
base: Kconfig: select GLOB support for SOC_BUS
glob_match() was introduced in soc driver. This patch is to add GLOB support for that. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Diffstat (limited to 'drivers/base')
-rw-r--r--drivers/base/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig
index d02e7c0..2abea87 100644
--- a/drivers/base/Kconfig
+++ b/drivers/base/Kconfig
@@ -237,6 +237,7 @@ config GENERIC_CPU_AUTOPROBE
config SOC_BUS
bool
+ select GLOB
source "drivers/base/regmap/Kconfig"