Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mfd: rk808: Make MFD_RK8XX tristate

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>

authored by

Geert Uytterhoeven and committed by
Lee Jones
d085c27a c5773e5d

+1 -1
+1 -1
drivers/mfd/Kconfig
··· 1220 1220 different functionality of the device. 1221 1221 1222 1222 config MFD_RK8XX 1223 - bool 1223 + tristate 1224 1224 select MFD_CORE 1225 1225 1226 1226 config MFD_RK8XX_I2C