diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2017-08-12 11:10:41 +0530 |
---|---|---|
committer | Chen-Yu Tsai <wens@csie.org> | 2017-08-18 14:30:15 +0800 |
commit | dc1a37b2b9eda3b9847f39c18b3d443dad64d54c (patch) | |
tree | 031778cc34d50ed5735d0c9bfbd13e57bfe1c0dc /drivers/bus | |
parent | 5771a8c08880cdca3bfb4a3fc6d309d6bba20877 (diff) |
bus: sunxi-rsb: Enable by default for ARM64
Allwinner's A64 SoC uses the "Reduced Serial Bus" to communicate with
its companion PMIC.
Since arm64 does not have separate defconfigs for each platform or
processor family, enable this driver by default for ARM64 as well.
Note that the Kconfig symbol already depends on ARCH_SUNXI.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
[wens@csie.org: Refined commit message]
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'drivers/bus')
-rw-r--r-- | drivers/bus/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig index 2408ea38a39c..ae3d8f3444b9 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 |