
On Tue, Feb 6, 2018 at 9:19 PM, Maxime Ripard maxime.ripard@bootlin.com 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 jagan@amarulasolutions.com
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.