Message ID | 64c1d4613d5dfc1f70816f2136d66b75c8e39c1f.1705933656.git.geert+renesas@glider.be (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: multi_v7_defconfig: Disable board staging | expand |
Hi Geert, Thanks for your patch. On 2024-01-22 15:28:59 +0100, Geert Uytterhoeven wrote: > After the DT conversion the SH-Mobile and Armadillo-800-EVA display > support, and the removal of the EMMA Mobile USB Gadget staging driver, > there is no longer a need to enable support for board staging drivers. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> > --- > To be queued in renesas-devel for v6.9. > > EMMA Mobile USB Gadget staging driver removal submitted in "[PATCH v2 > 0/4] staging: Remove EMMA Mobile USB Gadget and board staging support" > https://lore.kernel.org/r/eec1bfb2878237888a8c3bc866d18dc53900739f.1705932585.git.geert+renesas@glider.be > --- > arch/arm/configs/multi_v7_defconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig > index ecb3e286107a4c1a..4299f8f8aa9b6b40 100644 > --- a/arch/arm/configs/multi_v7_defconfig > +++ b/arch/arm/configs/multi_v7_defconfig > @@ -1047,7 +1047,6 @@ CONFIG_KEYBOARD_NVEC=y > CONFIG_SERIO_NVEC_PS2=y > CONFIG_NVEC_POWER=y > CONFIG_NVEC_PAZ00=y > -CONFIG_STAGING_BOARD=y > CONFIG_CHROME_PLATFORMS=y > CONFIG_CROS_EC=m > CONFIG_CROS_EC_I2C=m > -- > 2.34.1 > >
On Mon, Jan 22, 2024 at 03:28:59PM +0100, Geert Uytterhoeven wrote: > After the DT conversion the SH-Mobile and Armadillo-800-EVA display > support, and the removal of the EMMA Mobile USB Gadget staging driver, > there is no longer a need to enable support for board staging drivers. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Hooray! \o/ Acked-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index ecb3e286107a4c1a..4299f8f8aa9b6b40 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -1047,7 +1047,6 @@ CONFIG_KEYBOARD_NVEC=y CONFIG_SERIO_NVEC_PS2=y CONFIG_NVEC_POWER=y CONFIG_NVEC_PAZ00=y -CONFIG_STAGING_BOARD=y CONFIG_CHROME_PLATFORMS=y CONFIG_CROS_EC=m CONFIG_CROS_EC_I2C=m
After the DT conversion the SH-Mobile and Armadillo-800-EVA display support, and the removal of the EMMA Mobile USB Gadget staging driver, there is no longer a need to enable support for board staging drivers. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- To be queued in renesas-devel for v6.9. EMMA Mobile USB Gadget staging driver removal submitted in "[PATCH v2 0/4] staging: Remove EMMA Mobile USB Gadget and board staging support" https://lore.kernel.org/r/eec1bfb2878237888a8c3bc866d18dc53900739f.1705932585.git.geert+renesas@glider.be --- arch/arm/configs/multi_v7_defconfig | 1 - 1 file changed, 1 deletion(-)