ata: Correct two dependency issues
authorTom Rini <trini@konsulko.com>
Wed, 2 Jul 2025 01:04:29 +0000 (19:04 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 10 Jul 2025 14:41:03 +0000 (08:41 -0600)
commita713fa1b5d4090fde3d84d25b7800de8f9feba62
tree22885d0f20f300c75b65200fd21ceccf205f4bc4
parentdbe1fa4d260fffd094d936c27d17bf4910bf2472
ata: Correct two dependency issues

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.

Reviewed-by: Tony Dinh <mibodhi@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/ata/Kconfig