diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2016-11-29 09:09:09 +0100 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2016-11-29 09:09:09 +0100 |
commit | 6ecdf76b8f6d8692549186228dc3059b7d7a486f (patch) | |
tree | b4c3bb54e299082c82dc9bbe8114dedf4233d5fe /drivers/base/Kconfig | |
parent | mmc: sh_mmcif: Document r8a73a4, r8a7778 and sh73a0 DT bindings (diff) | |
parent | base: soc: Provide a dummy implementation of soc_device_match() (diff) | |
download | linux-6ecdf76b8f6d8692549186228dc3059b7d7a486f.tar.xz 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/Kconfig | 1 |
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" |