diff options
author | Randy Dunlap <[email protected]> | 2023-02-25 21:39:47 -0800 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2023-03-06 11:31:14 -0800 |
commit | 0ffad67784a097beccf34d297ddd1b0773b3b8a3 (patch) | |
tree | cc99d8f154927202f4e1f3b9cb2d2b16d012c33c /scripts/generate_rust_analyzer.py | |
parent | 94511ebc6810142eb36c8b935e1713a15db94d28 (diff) |
clk: HI655X: select REGMAP instead of depending on it
REGMAP is a hidden (not user visible) symbol. Users cannot set it
directly thru "make *config", so drivers should select it instead of
depending on it if they need it.
Consistently using "select" or "depends on" can also help reduce
Kconfig circular dependency issues.
Therefore, change the use of "depends on REGMAP" to "select REGMAP".
Fixes: 3a49afb84ca0 ("clk: enable hi655x common clk automatically")
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Riku Voipio <[email protected]>
Cc: Stephen Boyd <[email protected]>
Cc: Michael Turquette <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions