diff mbox series

[RESEND] rockchip: add description for TPL_ROCKCHIP_COMMON_BOARD

Message ID 51bb1f6539625ed3ec82bb44298d78435d1e0c43.1576893920.git.tommyhebb@gmail.com
State Accepted
Commit d4e4187b8cb71688587d0a8528522b0033bc5a24
Delegated to: Kever Yang
Headers show
Series [RESEND] rockchip: add description for TPL_ROCKCHIP_COMMON_BOARD | expand

Commit Message

Tom Hebb Dec. 21, 2019, 2:05 a.m. UTC
SPL_ROCKCHIP_COMMON_BOARD, an almost identical option, has a title but
this one doesn't for some reason. Add a description to make the menu
easier to read.

Signed-off-by: Thomas Hebb <tommyhebb@gmail.com>
---

 arch/arm/mach-rockchip/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kever Yang Dec. 26, 2019, 12:23 p.m. UTC | #1
Hi Thomas,

On 2019/12/21 上午10:05, Thomas Hebb wrote:
> SPL_ROCKCHIP_COMMON_BOARD, an almost identical option, has a title but
> this one doesn't for some reason. Add a description to make the menu
> easier to read.
>
> Signed-off-by: Thomas Hebb <tommyhebb@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Thanks,
- Kever
> ---
>
>   arch/arm/mach-rockchip/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig
> index d8d68ba447..b689a420bd 100644
> --- a/arch/arm/mach-rockchip/Kconfig
> +++ b/arch/arm/mach-rockchip/Kconfig
> @@ -306,7 +306,7 @@ config SPL_ROCKCHIP_COMMON_BOARD
>   	  no TPL for the board.
>   
>   config TPL_ROCKCHIP_COMMON_BOARD
> -	bool ""
> +	bool "Rockchip TPL common board file"
>   	depends on TPL
>   	help
>   	  Rockchip SoCs have similar boot process, prefer to use TPL for DRAM
diff mbox series

Patch

diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig
index d8d68ba447..b689a420bd 100644
--- a/arch/arm/mach-rockchip/Kconfig
+++ b/arch/arm/mach-rockchip/Kconfig
@@ -306,7 +306,7 @@  config SPL_ROCKCHIP_COMMON_BOARD
 	  no TPL for the board.
 
 config TPL_ROCKCHIP_COMMON_BOARD
-	bool ""
+	bool "Rockchip TPL common board file"
 	depends on TPL
 	help
 	  Rockchip SoCs have similar boot process, prefer to use TPL for DRAM