From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Sun, 06 Aug 2017 19:18:02 +0200 Subject: [U-Boot] [U-Boot, v4, 09/66] spl: dm: Kconfig: split REGMAP/SYSCON support for TPL from SPL In-Reply-To: <1501706105-7490-10-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1501706105-7490-10-git-send-email-philipp.tomsich@theobroma-systems.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 > This change introduces TPL variants of the REGMAP and SYSCON config > options (i.e. TPL_REGMAP and TPL_SYSCON in analogy to SPL_REGMAP and > SPL_SYSCON) in preparation of a finer-grained feature selection for > building feature-rich TPL variants. > > Signed-off-by: Philipp Tomsich > > Reviewed-by: Simon Glass > Reviewed-by: Tom Rini > --- > > Changes in v4: None > Changes in v3: None > Changes in v2: None > > drivers/core/Kconfig | 19 +++++++++++++++++++ > drivers/core/Makefile | 4 ++-- > 2 files changed, 21 insertions(+), 2 deletions(-) > Applied to u-boot-rockchip, thanks!