All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jagan Teki <jagan@amarulasolutions.com>
To: Kever Yang <kever.yang@rock-chips.com>,
	Philipp Tomsich <philipp.tomsich@theobroma-systems.com>,
	Simon Glass <sjg@chromium.org>
Cc: Suniel Mahesh <sunil@amarulasolutions.com>,
	U-Boot-Denx <u-boot@lists.denx.de>,
	linux-rockchip@lists.infradead.org,
	linux-amarula <linux-amarula@amarulasolutions.com>,
	Jagan Teki <jagan@amarulasolutions.com>
Subject: [PATCH 3/7] rockchip: px30: Add EVB_PX30 Kconfig help
Date: Fri, 24 Jul 2020 16:21:15 +0530	[thread overview]
Message-ID: <20200724105119.13123-4-jagan@amarulasolutions.com> (raw)
In-Reply-To: <20200724105119.13123-1-jagan@amarulasolutions.com>

TARGET_EVB_PX30 can be possible to use other px30 boards.

Add the help text for existing EVB, so-that the new boards
which are resuing this config option can mention their board
help text.

This would help to track which boards are using EVB_PX30 config.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 arch/arm/mach-rockchip/px30/Kconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/mach-rockchip/px30/Kconfig b/arch/arm/mach-rockchip/px30/Kconfig
index 9f3ad4f623..82bbc1c86f 100644
--- a/arch/arm/mach-rockchip/px30/Kconfig
+++ b/arch/arm/mach-rockchip/px30/Kconfig
@@ -2,6 +2,11 @@ if ROCKCHIP_PX30
 
 config TARGET_EVB_PX30
 	bool "EVB_PX30"
+	help
+	  This target config option used for below listed px30 boards.
+
+	  EVB_PX30:
+	  * EVB_PX30 is an evaluation board for Rockchip PX30.
 
 config ROCKCHIP_BOOT_MODE_REG
 	default 0xff010200
-- 
2.25.1

WARNING: multiple messages have this Message-ID (diff)
From: Jagan Teki <jagan@amarulasolutions.com>
To: u-boot@lists.denx.de
Subject: [PATCH 3/7] rockchip: px30: Add EVB_PX30 Kconfig help
Date: Fri, 24 Jul 2020 16:21:15 +0530	[thread overview]
Message-ID: <20200724105119.13123-4-jagan@amarulasolutions.com> (raw)
In-Reply-To: <20200724105119.13123-1-jagan@amarulasolutions.com>

TARGET_EVB_PX30 can be possible to use other px30 boards.

Add the help text for existing EVB, so-that the new boards
which are resuing this config option can mention their board
help text.

This would help to track which boards are using EVB_PX30 config.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 arch/arm/mach-rockchip/px30/Kconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/mach-rockchip/px30/Kconfig b/arch/arm/mach-rockchip/px30/Kconfig
index 9f3ad4f623..82bbc1c86f 100644
--- a/arch/arm/mach-rockchip/px30/Kconfig
+++ b/arch/arm/mach-rockchip/px30/Kconfig
@@ -2,6 +2,11 @@ if ROCKCHIP_PX30
 
 config TARGET_EVB_PX30
 	bool "EVB_PX30"
+	help
+	  This target config option used for below listed px30 boards.
+
+	  EVB_PX30:
+	  * EVB_PX30 is an evaluation board for Rockchip PX30.
 
 config ROCKCHIP_BOOT_MODE_REG
 	default 0xff010200
-- 
2.25.1

  parent reply	other threads:[~2020-07-24 10:51 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-24 10:51 [PATCH 0/7] rockchip: Add Engicam PX30.Core support Jagan Teki
2020-07-24 10:51 ` Jagan Teki
2020-07-24 10:51 ` [PATCH 1/7] arm: dts: rockchip: px30: Add Engicam EDIMM2.2 Starter Kit Jagan Teki
2020-07-24 10:51   ` Jagan Teki
2020-08-08  9:53   ` Kever Yang
2020-08-08  9:53     ` Kever Yang
2020-07-24 10:51 ` [PATCH 2/7] arm: dts: rockchip: Add Engicam PX30.Core SOM Jagan Teki
2020-07-24 10:51   ` Jagan Teki
2020-08-08  9:54   ` Kever Yang
2020-08-08  9:54     ` Kever Yang
2020-07-24 10:51 ` Jagan Teki [this message]
2020-07-24 10:51   ` [PATCH 3/7] rockchip: px30: Add EVB_PX30 Kconfig help Jagan Teki
2020-08-08  9:55   ` Kever Yang
2020-08-08  9:55     ` Kever Yang
2020-07-24 10:51 ` [PATCH 4/7] rockchip: Add Engicam PX30.Core EDIMM2.2 Starter Kit Jagan Teki
2020-07-24 10:51   ` Jagan Teki
2020-08-08  9:57   ` Kever Yang
2020-08-08  9:57     ` Kever Yang
2020-07-24 10:51 ` [PATCH 5/7] arm: dts: rockchip: px30: Add Engicam C.TOUCH 2.0 10.1" OF Jagan Teki
2020-07-24 10:51   ` Jagan Teki
2020-07-24 10:51 ` [PATCH 6/7] rockchip: Add Engicam PX30.Core " Jagan Teki
2020-07-24 10:51   ` Jagan Teki
2020-08-08  9:58   ` Kever Yang
2020-08-08  9:58     ` Kever Yang
2020-07-24 10:51 ` [PATCH 7/7] doc: rockchip: Document Rockchip miniloader flashing Jagan Teki
2020-07-24 10:51   ` Jagan Teki
2020-08-08  9:51   ` Kever Yang
2020-08-08  9:51     ` Kever Yang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200724105119.13123-4-jagan@amarulasolutions.com \
    --to=jagan@amarulasolutions.com \
    --cc=kever.yang@rock-chips.com \
    --cc=linux-amarula@amarulasolutions.com \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=philipp.tomsich@theobroma-systems.com \
    --cc=sjg@chromium.org \
    --cc=sunil@amarulasolutions.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.