X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2FKconfig;h=96d6e8ca8b70c4c90ea4a96f182dd1af16a72043;hb=1a86b5e34e4d09e3246a983c53929ce38af52275;hp=384249915047f0e28f8f82c10caa6b9795f4fb3b;hpb=9cdd79c9b99873d600d397fda012fc3f57cc2776;p=linux-2.6 diff --git a/lib/Kconfig b/lib/Kconfig index 3842499150..96d6e8ca8b 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -111,4 +111,9 @@ config HAS_IOPORT depends on HAS_IOMEM && !NO_IOPORT default y +config HAS_DMA + boolean + depends on !NO_DMA + default y + endmenu