Re: [PATCH v2] RISC-V: defconfig: Enable Generic PCIE by default

From: Paul Walmsley
Date: Fri Dec 21 2018 - 19:25:38 EST


(fixed "Palmpalmer" again, might want to check your script for sending
patches)

On Fri, 21 Dec 2018, Alistair Francis wrote:

> Enable generic PCIe by default in the RISC-V defconfig, this allows us
> to use QEMU's PCIe support out of the box.
>
> Signed-off-by: Alistair Francis <alistair.francis@xxxxxxx>

Thanks for updating this.

I tried applying it against v4.20-rc7 and running "make savedefconfig",
and there is a delta. It is better if there is no delta. Is this patch
based on a different commit? Or, is this patch not the product of "make
savedefconfig"? If the latter, please do:

make savedefconfig
cp defconfig arch/riscv/configs/defconfig

to clean up the diff.

thanks

- Paul