From ae97a7021d02d68d0faf9ece51c023bf79fd8151 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 10 Dec 2012 05:18:16 +0100 Subject: Update references to old Linux versions. --- kconfiglib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kconfiglib.py b/kconfiglib.py index f55b1fc..c51ac8e 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -3161,7 +3161,7 @@ class Choice(Item, _HasVisibility): def get_name(self): """For named choices, returns the name. Returns None for unnamed choices. No named choices appear anywhere in the kernel Kconfig - files as of Linux 2.6.38-rc3.""" + files as of Linux 3.7.0-rc8.""" return self.name def get_help(self): @@ -3177,7 +3177,7 @@ class Choice(Item, _HasVisibility): """Gets all items contained in the choice in the same order as within the configuration ("items" instead of "symbols" since choices and comments might appear within choices. This only happens in one place as - of Linux 2.6.38-rc3, in drivers/usb/gadget/Kconfig).""" + of Linux 3.7.0-rc8, in drivers/usb/gadget/Kconfig).""" return self.block.get_items() def get_actual_items(self): -- cgit v1.2.3