Hi Heinrich, On Thu, Nov 5, 2020 at 4:55 PM Heinrich Schuchardt <[email protected]> wrote: > > On 05.11.20 09:16, Bin Meng wrote: > > From: Bin Meng <[email protected]> > > > > SPL_RAM_SUPPORT and SPL_RAM_DEVICE are only visible in an SPL config. > > 'if SPL' would only be required if you would use 'select'. With 'imply' > the Kconfig build system takes care of this dependency.
Yes, but I feel that adding a "if" seems to be express the dependency explicitly to avoid confusions. > > My question was about CONFIG_RAM which is not selected on QEMU. But of > cause you do not need a RAM driver on QEMU. > Correct. > So I think you can drop this patch. > I am fine to drop this if there is no concern. Regards, Bin

