From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Fri, 14 Nov 2008 11:15:45 +0100 Subject: [Buildroot] [PATCH] package: don't default to y for categories In-Reply-To: <20081114105226.505aa98b@hcegtvedt> References: <200811132007.39723.markus.heidelberg@web.de> <200811140957.05585.markus.heidelberg@web.de> <20081114101003.5f1cb983@hcegtvedt> <200811141021.18792.markus.heidelberg@web.de> <20081114105226.505aa98b@hcegtvedt> Message-ID: <20081114111545.3d3d5ca3@surf> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Le Fri, 14 Nov 2008 10:52:26 +0100, Hans-Christian Egtvedt a ?crit : > It was more a remark about a general "bug" in the menu system > generated by kconfig now. Just look at the kernel, if you select a > driver beneath SPI, then you are not able to deselect the SPI > category. I think we should do the same with the kconfig in Buildroot. This is important when enabling a category enables the compilation of a particular set of code, required for the items available under this specific category. In our case, the categories ? Graphical libraries ?, ? Audio stuff ? and others do not lead to anything being compiled, except if I'm wrong. So I would say that we shouldn't be able to select/unselect the categories. They should just be submenus, to organize the options, not more. Look at the top of the kernel configuration system. Networking support can be enabled/disabled as a whole, while Device Drivers is just a submenu. Our categories should be like Device Drivers, IMO. Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers and embedded Linux development, consulting, training and support. http://free-electrons.com