summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2012-12-10 05:18:16 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2012-12-10 05:18:37 +0100
commitae97a7021d02d68d0faf9ece51c023bf79fd8151 (patch)
treea8d6e51d8fd1e8b662b954e29e6a28fd578f836f
parentd02857e0dc80314e3c0f49d9eb9436b376548352 (diff)
Update references to old Linux versions.
-rw-r--r--kconfiglib.py4
1 files 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):