Message ID | 20220421192132.109954-3-nick.hawkins@hpe.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Introduce HPE GXP Architecture | expand |
On 21/04/2022 21:21, nick.hawkins@hpe.com wrote: > @@ -1228,3 +1230,4 @@ CONFIG_CMA_SIZE_MBYTES=64 > CONFIG_PRINTK_TIME=y > CONFIG_MAGIC_SYSRQ=y > CONFIG_DEBUG_FS=y > +CONFIG_GXP_WATCHDOG=y This does not look like in correct place. You need to add entries how the savedefconfig would do it. Best regards, Krzysztof
On 21/04/2022 21:21, nick.hawkins@hpe.com wrote: > From: Nick Hawkins <nick.hawkins@hpe.com> > > Add support for the HPE GXP Processor by modifing the s/modifing/modifying/ ? > multi_v7_defconfig instead. This adds basic HPE and GXP > architecture as well as enables the watchdog which is part > of this patch set. The commit lands in the Git and there is no relation to "patchset", so just: "Enable HPE GXP Architecture and its watchdog for basic support for HPE GXP SoCs." Your subject also does not look correct at all. Please use "git log --oneline -- " to get the idea for correct title. Best regards, Krzysztof
On 21/04/2022 21:21, nick.hawkins@hpe.com wrote: > > @@ -1228,3 +1230,4 @@ CONFIG_CMA_SIZE_MBYTES=64 CONFIG_PRINTK_TIME=y > > CONFIG_MAGIC_SYSRQ=y CONFIG_DEBUG_FS=y > > +CONFIG_GXP_WATCHDOG=y > This does not look like in correct place. You need to add entries how the savedefconfig would do it. Hello Krzysztof, I have moved CONFIG_GXP_WATCHDOG between CONFIG_PM8916_WATCHDOG=m and CONFIG_BCM47XX_WDT=y. How do I run savedefconfig to make sure it is in the right place for this file? Thanks, -Nick Hawkins
On 29/04/2022 22:34, Hawkins, Nick wrote:
> I have moved CONFIG_GXP_WATCHDOG between CONFIG_PM8916_WATCHDOG=m and CONFIG_BCM47XX_WDT=y. How do I run savedefconfig to make sure it is in the right place for this file?
make savedefconfig
Best regards,
Krzysztof
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 6e0c8c19b35c..d44988a708a1 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -1056,6 +1056,8 @@ CONFIG_QCOM_SOCINFO=m CONFIG_QCOM_STATS=m CONFIG_QCOM_WCNSS_CTRL=m CONFIG_ARCH_EMEV2=y +CONFIG_ARCH_HPE=y +CONFIG_ARCH_HPE_GXP=y CONFIG_ARCH_R8A7794=y CONFIG_ARCH_R8A7779=y CONFIG_ARCH_R8A7790=y @@ -1228,3 +1230,4 @@ CONFIG_CMA_SIZE_MBYTES=64 CONFIG_PRINTK_TIME=y CONFIG_MAGIC_SYSRQ=y CONFIG_DEBUG_FS=y +CONFIG_GXP_WATCHDOG=y