summaryrefslogtreecommitdiffstats
path: root/drivers/base/Kconfig
diff options
context:
space:
mode:
authorUlf Hansson2016-11-29 09:09:09 +0100
committerUlf Hansson2016-11-29 09:09:09 +0100
commit6ecdf76b8f6d8692549186228dc3059b7d7a486f (patch)
treeb4c3bb54e299082c82dc9bbe8114dedf4233d5fe /drivers/base/Kconfig
parentmmc: sh_mmcif: Document r8a73a4, r8a7778 and sh73a0 DT bindings (diff)
parentbase: soc: Provide a dummy implementation of soc_device_match() (diff)
downloadkernel-qcow2-linux-6ecdf76b8f6d8692549186228dc3059b7d7a486f.tar.gz
kernel-qcow2-linux-6ecdf76b8f6d8692549186228dc3059b7d7a486f.tar.xz
kernel-qcow2-linux-6ecdf76b8f6d8692549186228dc3059b7d7a486f.zip
Merge tag 'soc-device-match-tag1' into next
Merge the immutable soc-device-match-tag1 provided by Geert Uytterhoeven to pull in the new soc_device_match() interface for matching against soc_bus attributes.
Diffstat (limited to 'drivers/base/Kconfig')
-rw-r--r--drivers/base/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig
index d02e7c0f5bfd..2abea876c0a0 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"