[kernel-team] 02/02: kconfigeditor2: Handle new 'imply' directive

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Tue Jan 24 20:39:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository kernel-team.

commit c99b91e9f833a10dc7e844913fac440aa71c2075
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Tue Jan 24 20:32:10 2017 +0000

    kconfigeditor2: Handle new 'imply' directive
    
    It's similar to (but weaker than) 'select', so handle it the same way.
---
 utils/kconfigeditor2/kconfigeditor/kconfig/menu/file.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/utils/kconfigeditor2/kconfigeditor/kconfig/menu/file.py b/utils/kconfigeditor2/kconfigeditor/kconfig/menu/file.py
index a5be524..443d87e 100644
--- a/utils/kconfigeditor2/kconfigeditor/kconfig/menu/file.py
+++ b/utils/kconfigeditor2/kconfigeditor/kconfig/menu/file.py
@@ -251,6 +251,9 @@ $"""
         # TODO
         self._process_prompt(text, ind)
 
+    def process_imply(self, text, ind):
+        _Expression(self, text)
+
     def process_int(self, text, ind):
         # TODO
         self._process_prompt(text, ind)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/kernel-team.git



More information about the Kernel-svn-changes mailing list