Re: [PATCH] ram: aspeed: Rework kconfig options

2022-03-14 Thread Tom Rini
On Wed, Feb 16, 2022 at 06:23:22PM +1030, Joel Stanley wrote: > Ensure the ASPEED related options are grouped together under the RAM > option when enabling support. > > This also makes some minor grammar corrections and renames options so > they present cleanly in menuconfig. > > There should be

RE: [PATCH] ram: aspeed: Rework kconfig options

2022-02-16 Thread Dylan Hung
> -Original Message- > From: joel.s...@gmail.com [mailto:joel.s...@gmail.com] On Behalf Of Joel > Stanley > Sent: 2022年2月16日 3:53 PM > To: ChiaWei Wang ; Ryan Chen > ; BMC-SW > Cc: Cédric Le Goater ; u-boot@lists.denx.de > Subject: [PATCH] ram: aspeed: Rework kco

[PATCH] ram: aspeed: Rework kconfig options

2022-02-15 Thread Joel Stanley
Ensure the ASPEED related options are grouped together under the RAM option when enabling support. This also makes some minor grammar corrections and renames options so they present cleanly in menuconfig. There should be no functional change to the configuration or binary. Signed-off-by: Joel St