From: Bartlomiej Zolnierkiewicz Date: Mon, 20 Aug 2007 20:42:54 +0000 (+0200) Subject: ide: fix hidden dependencies on CONFIG_IDE_GENERIC X-Git-Tag: v2.6.23-rc4~102^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2195dadf853bb32262bd2e5a64f517ae45698c55;p=pandora-kernel.git ide: fix hidden dependencies on CONFIG_IDE_GENERIC Some host drivers depend on CONFIG_IDE_GENERIC to do the probing but their config options lack explicit dependencies on IDE_GENERIC. In the long-term these host drivers should be fixed to do the probing themselves but for now fix them by making their config options select CONFIG_IDE_GENERIC. Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed