From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 3 Aug 2015 01:55:08 +0200 Subject: [U-Boot] [PATCH] dm: core: Add Kconfig for simple bus driver In-Reply-To: References: <1438557348-4984-1-git-send-email-marex@denx.de> Message-ID: <201508030155.08659.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday, August 03, 2015 at 01:52:03 AM, Simon Glass wrote: > On 2 August 2015 at 17:15, Marek Vasut wrote: > > Add Kconfig entries for the simple-bus driver, both for U-Boot > > and for SPL. The simple-bus is enabled by default in U-Boot and > > disabled by default in SPL to preserve the original behavior. > > > > Signed-off-by: Marek Vasut > > Cc: Simon Glass > > --- > > > > drivers/core/Kconfig | 15 +++++++++++++++ > > drivers/core/Makefile | 5 ++--- > > 2 files changed, 17 insertions(+), 3 deletions(-) > > Acked-by: Simon Glass Whew, excellent. That's 1 patch in, 246+ to go ... :-) Best regards, Marek Vasut