]> git.dujemihanovic.xyz Git - u-boot.git/commit
power: pmic: rk8xx: fix duplicate prompt
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>
Thu, 14 Mar 2024 09:36:25 +0000 (10:36 +0100)
committerKever Yang <kever.yang@rock-chips.com>
Thu, 14 Mar 2024 10:19:44 +0000 (18:19 +0800)
commit1fb75f7ee4bb5ec5d0db95f5edbdf1d2531ca378
tree8a663cac0996f87019efdefd38883c2d5bb5ec94
parent38f47eb468234f989dcef6b86bb44bf937c4857e
power: pmic: rk8xx: fix duplicate prompt

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@0leil.net>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
drivers/power/pmic/Kconfig