The patch titled
ipg: missing Kconfig dependency
has been added to the -mm tree. Its filename is
ipg-missing-kconfig-dependency.patch
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
------------------------------------------------------
Subject: ipg: missing Kconfig dependency
From: Francois Romieu <[EMAIL PROTECTED]>
Signed-off-by: Francois Romieu <[EMAIL PROTECTED]>
Cc: Jesse Huang <[EMAIL PROTECTED]>
Cc: Sorbica Shieh <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/net/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff -puN drivers/net/Kconfig~ipg-missing-kconfig-dependency drivers/net/Kconfig
--- a/drivers/net/Kconfig~ipg-missing-kconfig-dependency
+++ a/drivers/net/Kconfig
@@ -168,6 +168,7 @@ config NET_SB1000
config IP1000
tristate "IP1000 Gigabit Ethernet support"
depends on PCI && EXPERIMENTAL
+ select MII
---help---
This driver supports IP1000 gigabit Ethernet cards.
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
ipg-missing-kconfig-dependency.patch
git-r8169.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html