Message ID | 20200724105119.13123-4-jagan@amarulasolutions.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | rockchip: Add Engicam PX30.Core support | expand |
在 2020/7/24 下午6:51, Jagan Teki 写道: > 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> Reviewed-by: Kever Yang <kever.yang@rock-chips.com> Thanks, - Kever > --- > 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
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
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(+)