From: Tom Rini Date: Fri, 18 Jul 2025 01:15:30 +0000 (-0600) Subject: nvme: Tighten requirements on NVME_APPLE driver X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0572603514c7a5286121ebd1b13ba1b450512e9;p=pandora-u-boot.git nvme: Tighten requirements on NVME_APPLE driver This driver requires Apple rtkit headers in order to build. Express that requirement in Kconfig as well. Signed-off-by: Tom Rini --- diff --git a/drivers/nvme/Kconfig b/drivers/nvme/Kconfig index d138867666b..b69fc4ed53d 100644 --- a/drivers/nvme/Kconfig +++ b/drivers/nvme/Kconfig @@ -11,6 +11,7 @@ config NVME config NVME_APPLE bool "Apple NVMe controller support" + depends on ARCH_APPLE select NVME help This option enables support for the NVMe storage