projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5773e5
)
mfd: rk808: Make MFD_RK8XX tristate
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Tue, 4 Jul 2023 13:07:48 +0000
(15:07 +0200)
committer
Lee Jones
<lee@kernel.org>
Fri, 18 Aug 2023 20:48:00 +0000
(21:48 +0100)
There is no reason for MFD_RK8XX to be bool, all drivers that depend on
it, or that select it, are tristate.
Fixes: c20e8c5b1203af37 ("mfd: rk808: Split into core and i2c")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Tested-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Link:
https://lore.kernel.org/r/d132363fc9228473e9e652b70a3761b94de32d70.1688475844.git.geert+renesas@glider.be
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mfd/Kconfig
b/drivers/mfd/Kconfig
index 85be64579fc9d3177c96c0421c4b8ecd74f70341..8effe182266dd9ebf9c0af45f4e4ac1ad3e2efad 100644
(file)
--- a/
drivers/mfd/Kconfig
+++ b/
drivers/mfd/Kconfig
@@
-1220,7
+1220,7
@@
config MFD_RC5T583
different functionality of the device.
config MFD_RK8XX
- bool
+ tristate
select MFD_CORE
config MFD_RK8XX_I2C