[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <s5hiqqsq9pv.wl%tiwai@suse.de>
Date: Thu, 13 Nov 2008 10:03:08 +0100
From: Takashi Iwai <tiwai@...e.de>
To: Bartlomiej Zolnierkiewicz <bzolnier@...il.com>
Cc: Stephen Rothwell <sfr@...b.auug.org.au>,
linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: Missing CONFIG_IDE_LEGACY definition (Re: linux-next: Tree for November 13)
At Thu, 13 Nov 2008 18:33:16 +1100,
Stephen Rothwell wrote:
>
> Hi all,
>
> Changes since 20081112:
>
> Undropped tree:
> security-testing
>
> Dropped trees (temporarily):
> sh (build problems)
> creds (non-trivial conflict)
> userns (it depends on creds)
> semaphore-removal (due to unfixed conflicts against Linus' tree)
> firmware (unfixed build failure)
>
> The usb tree lost its conflict.
>
> The net tree lost its 3 conflicts.
The IDE tree update seems broken for some old devices.
CONFIG_IDE_LEGACY is selected by them but it's nowhere defined in
Kconfig.
Takashi
---
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig
index 6d85820..8d84fe4 100644
--- a/drivers/ide/Kconfig
+++ b/drivers/ide/Kconfig
@@ -62,6 +62,9 @@ config IDE_TIMINGS
config IDE_ATAPI
bool
+config IDE_LEGACY
+ bool
+
config BLK_DEV_IDE_SATA
bool "Support for SATA (deprecated; conflicts with libata SATA driver)"
default n
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists