git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb8e572
)
nvme: Tighten requirements on NVME_APPLE driver
author
Tom Rini
<trini@konsulko.com>
Fri, 18 Jul 2025 01:15:30 +0000
(19:15 -0600)
committer
Tom Rini
<trini@konsulko.com>
Mon, 11 Aug 2025 21:00:30 +0000
(15:00 -0600)
This driver requires Apple rtkit headers in order to build. Express
that requirement in Kconfig as well.
Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/nvme/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/nvme/Kconfig
b/drivers/nvme/Kconfig
index
d138867
..
b69fc4e
100644
(file)
--- 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