Skip to content

Commit f33bae3

Browse files
smaeullag-linaro
authored andcommitted
mfd: sun6i-prcm: Update Kconfig description
This driver is used by a specific range of SoCs between when the PRCM hardware was introduced (A31) and when the PRCM CCU driver was added (A83T). It is unlikely to be extended to additional hardware. Update the description to include the full list of applicable SoCs. Signed-off-by: Samuel Holland <[email protected]> Reviewed-by: Jernej Skrabec <[email protected]> Signed-off-by: Lee Jones <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 0ff590a commit f33bae3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

drivers/mfd/Kconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1358,12 +1358,13 @@ config MFD_STA2X11
13581358
select REGMAP_MMIO
13591359

13601360
config MFD_SUN6I_PRCM
1361-
bool "Allwinner A31 PRCM controller"
1361+
bool "Allwinner A31/A23/A33 PRCM controller"
13621362
depends on ARCH_SUNXI || COMPILE_TEST
13631363
select MFD_CORE
13641364
help
13651365
Support for the PRCM (Power/Reset/Clock Management) unit available
1366-
in A31 SoC.
1366+
in the A31, A23, and A33 SoCs. Other Allwinner SoCs contain similar
1367+
hardware, but they do not use this driver.
13671368

13681369
config MFD_SYSCON
13691370
bool "System Controller Register R/W Based on Regmap"

0 commit comments

Comments
 (0)