diff options
| author | Chen-Yu Tsai <[email protected]> | 2025-04-29 21:28:40 +0800 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2025-05-06 16:12:06 +0800 |
| commit | 64f670f75fabbfb2a1e4d517b761f976de022133 (patch) | |
| tree | a40ab164e08cef1ef46d4264bdd2d15aab31ae5a /drivers | |
| parent | 735fb2d7ee4679be9e9fda5c0a33ba4780b2d931 (diff) | |
rockchip: io-domain: Enable by default for all supported SoCs
The IO domain driver controls the I/O voltage for various pins,
MMC included.
Enable it by default for all supported Rockchip SoCs.
Signed-off-by: Chen-Yu Tsai <[email protected]>
Reviewed-by: Quentin Schulz <[email protected]>
Reviewed-by: Paul Kocialkowski <[email protected]>
Reviewed-by: Jonas Karlman <[email protected]>
Reviewed-by: Anand Moon <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/misc/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 0911d2fc0cc..ffc5868c0dd 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -104,7 +104,11 @@ config ROCKCHIP_OTP config ROCKCHIP_IODOMAIN bool "Rockchip IO-domain driver support" depends on DM_REGULATOR && ARCH_ROCKCHIP - default y if ROCKCHIP_RK3328 || ROCKCHIP_RK3568 + default y if ROCKCHIP_PX30 + default y if ROCKCHIP_RK3308 + default y if ROCKCHIP_RK3328 + default y if ROCKCHIP_RK3399 + default y if ROCKCHIP_RK3568 help Enable support for IO-domains in Rockchip SoCs. It is necessary for the IO-domain setting of the SoC to match the voltage supplied |
