Re: [PATCH] ata: Correct two dependency issues

2025-07-10 Thread Tom Rini
On Tue, 01 Jul 2025 19:04:29 -0600, Tom Rini wrote: > First, the SATA_MV driver can only build on kirkwood or mvebu platforms > due to header requirements, so add that as a dependency here. Second, > SYS_SATA_MAX_DEVICE is also used by the API code so allow it to be > configured in that case. > >

Re: [PATCH] ata: Correct two dependency issues

2025-07-02 Thread Tony Dinh
On Tue, Jul 1, 2025 at 6:06 PM Tom Rini wrote: > > First, the SATA_MV driver can only build on kirkwood or mvebu platforms > due to header requirements, so add that as a dependency here. Second, > SYS_SATA_MAX_DEVICE is also used by the API code so allow it to be > configured in that case. > > Sig

[PATCH] ata: Correct two dependency issues

2025-07-01 Thread Tom Rini
First, the SATA_MV driver can only build on kirkwood or mvebu platforms due to header requirements, so add that as a dependency here. Second, SYS_SATA_MAX_DEVICE is also used by the API code so allow it to be configured in that case. Signed-off-by: Tom Rini --- drivers/ata/Kconfig | 3 ++- 1 fil