Re: [PATCH 3/8] sata: Rearrange Kconfig for SATA

2022-02-09 Thread Tom Rini
On Mon, Jan 31, 2022 at 07:49:33AM -0700, Simon Glass wrote: > Move the SATA options inside an 'if SATA' part, so they are grouped. > > Fix the 'Complient' typo while we are here. > > Signed-off-by: Simon Glass > Reviewed-by: Stefan Roese Applied to u-boot/master, thanks! -- Tom signature

Re: [PATCH 3/8] sata: Rearrange Kconfig for SATA

2022-01-31 Thread Stefan Roese
On 1/31/22 15:49, Simon Glass wrote: Move the SATA options inside an 'if SATA' part, so they are grouped. Fix the 'Complient' typo while we are here. Signed-off-by: Simon Glass Reviewed-by: Stefan Roese Thanks, Stefan --- drivers/ata/Kconfig | 71 +++---

[PATCH 3/8] sata: Rearrange Kconfig for SATA

2022-01-31 Thread Simon Glass
Move the SATA options inside an 'if SATA' part, so they are grouped. Fix the 'Complient' typo while we are here. Signed-off-by: Simon Glass --- drivers/ata/Kconfig | 71 +++-- 1 file changed, 37 insertions(+), 34 deletions(-) diff --git a/drivers/ata/Kc