]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: nvme: Make this depend on SPL_BLK
authorTom Rini <trini@konsulko.com>
Wed, 5 Jun 2024 01:37:41 +0000 (19:37 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jun 2024 16:39:35 +0000 (10:39 -0600)
commit9c9e667965de7c1c7ff353144e7188c8425c67d5
tree81be0c105763d656912dedeaf942eb5184126411
parent66bd11ba4d5fea0ff1e5e13aadaea3345c5f91c9
spl: nvme: Make this depend on SPL_BLK

As this is an SPL related driver, and in SPL enabling SPL_BLK is
optional, make this depend on the correct symbol.

Signed-off-by: Tom Rini <trini@konsulko.com>
common/spl/Kconfig