[PATCH v3 12/16] power: pmic: rk8xx: fix duplicate prompt

Kever Yang kever.yang at rock-chips.com
Tue Mar 12 04:49:46 CET 2024


On 2024/3/4 19:30, Quentin Schulz wrote:
> From: Quentin Schulz <quentin.schulz at theobroma-systems.com>
>
> SPL_PMIC_RK8XX and PMIC_RK8XX both share the same prompt making it
> difficult to know at first glance in menuconfig what's for what, let's
> fix this by adding "in SPL" at the end of the prompt for the SPL symbol.
>
> Cc: Quentin Schulz <foss+uboot at 0leil.net>
> Signed-off-by: Quentin Schulz <quentin.schulz at theobroma-systems.com>
Reviewed-by: Kever Yang <kever.yang at rock-chips.com>

Thanks,
- Kever
> ---
>   drivers/power/pmic/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/power/pmic/Kconfig b/drivers/power/pmic/Kconfig
> index 9b61b18e11f..562c1a3b122 100644
> --- a/drivers/power/pmic/Kconfig
> +++ b/drivers/power/pmic/Kconfig
> @@ -250,7 +250,7 @@ config PMIC_RK8XX
>   	This driver implements register read/write operations.
>   
>   config SPL_PMIC_RK8XX
> -	bool "Enable support for Rockchip PMIC RK8XX"
> +	bool "Enable support for Rockchip PMIC RK8XX in SPL"
>   	depends on SPL_DM_PMIC
>   	---help---
>   	The Rockchip RK808 PMIC provides four buck DC-DC convertors, 8 LDOs,
>


More information about the U-Boot mailing list