aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 91477b9dc924..2e7ae6b9215b 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -119,4 +119,9 @@ config HAS_IOPORT
119 depends on HAS_IOMEM && !NO_IOPORT 119 depends on HAS_IOMEM && !NO_IOPORT
120 default y 120 default y
121 121
122config HAS_DMA
123 boolean
124 depends on !NO_DMA
125 default y
126
122endmenu 127endmenu