From 981d24aff765794f4ab440f29b1543a118222357 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 5 Apr 2018 09:00:04 +0200 Subject: Set is_menuconfig True on the top menu Oversight --- kconfiglib.py | 1 + 1 file changed, 1 insertion(+) (limited to 'kconfiglib.py') diff --git a/kconfiglib.py b/kconfiglib.py index 4e24ab4..8e5d9b1 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -633,6 +633,7 @@ class Kconfig(object): self.top_node = MenuNode() self.top_node.kconfig = self self.top_node.item = MENU + self.top_node.is_menuconfig = True self.top_node.visibility = self.y self.top_node.prompt = ("Linux Kernel Configuration", self.y) self.top_node.parent = None -- cgit v1.2.3