commit | f25637a6b89e59eddf79f6df39b23e202753f555 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Fri Nov 03 12:38:04 2017 +0100 |
committer | Mark Brown <broonie@kernel.org> | Fri Nov 03 12:38:04 2017 +0100 |
tree | 1a957c0c714a688db42351d73c268449b4a7ffad | |
parent | 8698b9364710e7bac84b3af07dd410e39c8c2e08 [diff] |
regmap: Add a config option for hwspinlock Unlike other lock types hwspinlocks are optional and can be built modular so we can't use them unconditionally in regmap so add a config option that drivers that want to use hwspinlocks with regmap can select which will ensure that hwspinlock is built in. Signed-off-by: Mark Brown <broonie@kernel.org>