diff options
-rw-r--r-- | drivers/lightnvm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/lightnvm/Kconfig b/drivers/lightnvm/Kconfig index 61c68a1f054a..2f5d5f4a4c75 100644 --- a/drivers/lightnvm/Kconfig +++ b/drivers/lightnvm/Kconfig | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | menuconfig NVM | 5 | menuconfig NVM |
6 | bool "Open-Channel SSD target support" | 6 | bool "Open-Channel SSD target support" |
7 | depends on BLOCK | 7 | depends on BLOCK && HAS_DMA |
8 | help | 8 | help |
9 | Say Y here to get to enable Open-channel SSDs. | 9 | Say Y here to get to enable Open-channel SSDs. |
10 | 10 | ||