From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Fri, 9 Feb 2018 16:09:41 +0530 Subject: [U-Boot] [PATCH 04/11] sunxi: Add SUNXI_RSB kconfig entry In-Reply-To: <20180206154936.ri3hekpgqe2mhkpr@flea> References: <1517930128-26181-1-git-send-email-jagan@amarulasolutions.com> <1517930128-26181-5-git-send-email-jagan@amarulasolutions.com> <20180206154936.ri3hekpgqe2mhkpr@flea> 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 Tue, Feb 6, 2018 at 9:19 PM, Maxime Ripard wrote: > Hi, > > On Tue, Feb 06, 2018 at 08:45:21PM +0530, Jagan Teki wrote: >> Add simple and meaningful kconfig option for rsb.c >> instead of using MACH type on Makefile. >> >> Signed-off-by: Jagan Teki >> --- >> arch/arm/mach-sunxi/Kconfig | 10 ++++++++++ >> arch/arm/mach-sunxi/Makefile | 3 +-- >> 2 files changed, 11 insertions(+), 2 deletions(-) >> >> diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig >> index cf999ab..7ab1990 100644 >> --- a/arch/arm/mach-sunxi/Kconfig >> +++ b/arch/arm/mach-sunxi/Kconfig >> @@ -23,6 +23,14 @@ config MFD_SUN6I_PRCM >> Support for the PRCM (Power/Reset/Clock Management) unit available >> in A31 SoC. >> >> +config SUNXI_RSB > > Following the rest of the convention we have, that would be SUN8I_RSB. Followed Linux notation to sync with, where the driver will also have support AC100.