diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2016-11-29 11:09:09 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2016-11-29 11:09:09 +0300 |
commit | 6ecdf76b8f6d8692549186228dc3059b7d7a486f (patch) | |
tree | b4c3bb54e299082c82dc9bbe8114dedf4233d5fe /drivers/base/Kconfig | |
parent | fb3470f795ab4fea7bb9abd01b6055453b737832 (diff) | |
parent | da65a1589dacc7ec44ea0557a14d70a39d991f32 (diff) | |
download | linux-6ecdf76b8f6d8692549186228dc3059b7d7a486f.tar.xz |
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" |