From ca28baf17c54bd723e704923f2d71828f34d1f1f Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 11 Aug 2022 19:34:49 -0600 Subject: blk: Select SPL_LEGACY_BLOCK automatically Selecting this option can be handled in the Kconfig option itself, as it is with BLK. Update this an drop the various 'select' clauses. Signed-off-by: Simon Glass --- drivers/nvme/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/nvme') diff --git a/drivers/nvme/Kconfig b/drivers/nvme/Kconfig index 7b6d54615f..73edb35516 100644 --- a/drivers/nvme/Kconfig +++ b/drivers/nvme/Kconfig @@ -4,7 +4,6 @@ config NVME bool "NVM Express device support" - select SPL_LEGACY_BLOCK help This option enables support for NVM Express devices. It supports basic functions of NVMe (read/write). -- cgit v1.2.1