sata: Only support BLK
authorSimon Glass <sjg@chromium.org>
Mon, 31 Jan 2022 14:49:32 +0000 (07:49 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 9 Feb 2022 14:16:48 +0000 (09:16 -0500)
commit580937bcd87fcb22c5084b9ea75b9498a8588d4c
treefc024bc66e8e2e3bc68e0237d48ea7bc2d7710e9
parente32ec06c9ea6e2a251b4dc242bca583973eacf01
sata: Only support BLK

No boards currently use SATA without BLK:

   ./tools/moveconfig.py -f SATA ~BLK
   0 matches

Make SATA depend on BLK to avoid any future confusion. Drop the dead code.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stefan Roese <sr@denx.de>
drivers/ata/Kconfig
drivers/ata/sata.c