From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?windows-1252?Q?Andreas_Bie=DFmann?= Date: Mon, 26 Jan 2015 11:13:57 +0100 Subject: [U-Boot] [RFC PATCH 01/21] ARM: at91: move board select menu and common settings In-Reply-To: <1422166283-20822-2-git-send-email-yamada.m@jp.panasonic.com> References: <1422166283-20822-1-git-send-email-yamada.m@jp.panasonic.com> <1422166283-20822-2-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <54C61365.9070102@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/25/2015 07:11 AM, Masahiro Yamada wrote: > The board select menu in arch/arm/Kconfig is still big. > To slim down it, this commit moves AT91 boards to > arch/arm/mach-at91/Kconfig. > Also, consolidate "config SYS_SOC" in each board Kconfig. > > The Kconfig files under board/ directory were modified with the > following command: > > find board -name Kconfig | xargs sed -i -e ' > /config SYS_SOC/ { > N > /default "at91"/ { > N > d > } > } > ' > > Signed-off-by: Masahiro Yamada Acked-by: Andreas Bie?mann