From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Robinson Date: Mon, 15 May 2017 19:42:06 +0100 Subject: [U-Boot] [PATCH 1/2] Convert CONFIG_CMD_SATA to Kconfig In-Reply-To: <20170515181154.GC5701@bill-the-cat> References: <20170515172446.1014-1-pbrobinson@gmail.com> <20170515172446.1014-2-pbrobinson@gmail.com> <20170515181154.GC5701@bill-the-cat> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, May 15, 2017 at 7:11 PM, Tom Rini wrote: > On Mon, May 15, 2017 at 06:24:45PM +0100, Peter Robinson wrote: >> This converts the following to Kconfig: >> CONFIG_CMD_SATA >> >> Also includes a few minor cleanups and minor reordering to configs files. >> >> Signed-off-by: Peter Robinson > > I think we need to find a few places to imply CMD_SATA to bring this > back into line. Can you look at the moveconfig.py series Simon posted > today and see if the new option to help find places to imply a command > is as useful as I hope? Thanks! I'll do my best but I didn't have much luck when I looked at that tool yesterday.