ide: introduce HAVE_IDE
[deliverable/linux.git] / drivers / ide / Kconfig
index ab8fb257528ed51cb4e9bac0abb0710ce7543fbb..043c34ad0a05fee2659972d8e66ba41dcf9277b0 100644 (file)
@@ -4,10 +4,14 @@
 # Andre Hedrick <andre@linux-ide.org>
 #
 
+# Select HAVE_IDE if IDE is supported
+config HAVE_IDE
+       def_bool n
+
 menuconfig IDE
        tristate "ATA/ATAPI/MFM/RLL support"
+       depends on HAVE_IDE
        depends on BLOCK
-       depends on HAS_IOMEM
        ---help---
          If you say Y here, your kernel will be able to manage low cost mass
          storage units such as ATA/(E)IDE and ATAPI units. The most common
This page took 0.037484 seconds and 5 git commands to generate.