From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 11 May 2015 14:02:27 -0600 Subject: [U-Boot] [PATCH] Clean all defconfigs with savedefconfig In-Reply-To: <1431364127-1340-1-git-send-email-joe.hershberger@ni.com> References: <1431364127-1340-1-git-send-email-joe.hershberger@ni.com> Message-ID: <55510AD3.4090508@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/11/2015 11:08 AM, Joe Hershberger wrote: > In order to reduce merge conflicts and to maintain the simplest possible > defconfig files, we should be using the savedefconfig feature of Kconfig > every time a new feature is added. This keeps the defconfig settings to > a minimum (only those things not default) and keeps them in the same > order as the Kconfig options. > diff --git a/configs/jetson-tk1_defconfig b/configs/jetson-tk1_defconfig > -CONFIG_TARGET_JETSON_TK1=y Doesn't that (and the equivalent change in other files such as harmony_defconfig) break the build, since the Kconfig option that selects the particular board is no longer selected?