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

2017-08-14 Thread Chen-Yu Tsai
On Sat, Aug 12, 2017 at 1:40 PM, Jagan Teki wrote: > From: Jagan Teki > > Sunxi arm64 doesn't have separate configs for > h5 and a64 so enable SUNXI_RSB bus for ARM64. The commit message is missing a lot of details. It assumes the reader knows about the A64 SoC and that it uses the RSB bus to co

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

2017-08-11 Thread Jagan Teki
From: Jagan Teki Sunxi arm64 doesn't have separate configs for h5 and a64 so enable SUNXI_RSB bus for ARM64. Signed-off-by: Jagan Teki --- drivers/bus/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig index 2408ea3..ae3d8f3 10