From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 30 Jul 2018 07:26:33 -0600 Subject: [U-Boot] [PATCH V2 2/4] power: Add CONFIG_SPL_POWER_DOMAIN config In-Reply-To: <20180727022039.11147-2-peng.fan@nxp.com> References: <20180727022039.11147-1-peng.fan@nxp.com> <20180727022039.11147-2-peng.fan@nxp.com> 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 26 July 2018 at 20:20, Peng Fan wrote: > Add CONFIG_SPL_POWER_DOMAIN config entry. > Build drivers/power/domain if this config is selected. > > Signed-off-by: Peng Fan > Cc: Simon Glass > --- > > V2: New > > common/spl/Kconfig | 9 +++++++++ > drivers/Makefile | 1 + > drivers/power/domain/Makefile | 2 +- > 3 files changed, 11 insertions(+), 1 deletion(-) Reviewed-by: Simon Glass