Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1710168

[PATCH 1/3] bus: kconfig: Enable SUNXI RSB for arm64

From Jagan Teki <jagannadh.teki@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 1/3] bus: kconfig: Enable SUNXI RSB for arm64
Date 2017-08-12 07:50 +0200
Message-ID <udxt7-51g-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Jagan Teki <jagan@amarulasolutions.com>

Sunxi arm64 doesn't have separate configs for
h5 and a64 so enable SUNXI_RSB bus for ARM64.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 drivers/bus/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig
index 2408ea3..ae3d8f3 100644
--- a/drivers/bus/Kconfig
+++ b/drivers/bus/Kconfig
@@ -132,7 +132,7 @@ config SIMPLE_PM_BUS
 
 config SUNXI_RSB
 	tristate "Allwinner sunXi Reduced Serial Bus Driver"
-	  default MACH_SUN8I || MACH_SUN9I
+	  default MACH_SUN8I || MACH_SUN9I || ARM64
 	  depends on ARCH_SUNXI
 	  select REGMAP
 	  help
-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 1/3] bus: kconfig: Enable SUNXI RSB for arm64 Jagan Teki <jagannadh.teki@gmail.com> - 2017-08-12 07:50 +0200
  [PATCH 2/3] arm64: defconfig: Enable CONFIG_MFD_AXP20X_RSB Jagan Teki <jagannadh.teki@gmail.com> - 2017-08-12 07:50 +0200
    Re: [PATCH 2/3] arm64: defconfig: Enable CONFIG_MFD_AXP20X_RSB Chen-Yu Tsai <wens@csie.org> - 2017-08-14 09:30 +0200
  [PATCH 3/3] arm64: defconfig: Enable CONFIG_REGULATOR_AXP20X Jagan Teki <jagannadh.teki@gmail.com> - 2017-08-12 07:50 +0200
    Re: [PATCH 3/3] arm64: defconfig: Enable CONFIG_REGULATOR_AXP20X Chen-Yu Tsai <wens@csie.org> - 2017-08-14 09:50 +0200
  Re: [PATCH 1/3] bus: kconfig: Enable SUNXI RSB for arm64 Chen-Yu Tsai <wens@csie.org> - 2017-08-14 09:30 +0200

csiph-web