diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-10 05:18:16 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-10 05:18:37 +0100 |
| commit | ae97a7021d02d68d0faf9ece51c023bf79fd8151 (patch) | |
| tree | a8d6e51d8fd1e8b662b954e29e6a28fd578f836f | |
| parent | d02857e0dc80314e3c0f49d9eb9436b376548352 (diff) | |
Update references to old Linux versions.
| -rw-r--r-- | kconfiglib.py | 4 |
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): |
