diff options
author | Heiko Stübner <heiko@sntech.de> | 2014-08-14 17:00:56 -0400 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2014-09-02 16:27:26 -0400 |
commit | 34f137b1c2b864d495620e24dfc3ec75c9ca34df (patch) | |
tree | 0280a850cf650dbd201830a25a92fec0095f2e7d /arch/arm/mach-rockchip | |
parent | 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 (diff) |
ARM: rockchip: enable the AMBA bus
This is needed to access the pl330 dma controllers on Rockchip SoCs.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Doug Anderson <dianders@chromium.org>
Tested-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/mach-rockchip')
-rw-r--r-- | arch/arm/mach-rockchip/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index d1686696ca41..ac5803cac98d 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig | |||
@@ -4,6 +4,7 @@ config ARCH_ROCKCHIP | |||
4 | select PINCTRL_ROCKCHIP | 4 | select PINCTRL_ROCKCHIP |
5 | select ARCH_HAS_RESET_CONTROLLER | 5 | select ARCH_HAS_RESET_CONTROLLER |
6 | select ARCH_REQUIRE_GPIOLIB | 6 | select ARCH_REQUIRE_GPIOLIB |
7 | select ARM_AMBA | ||
7 | select ARM_GIC | 8 | select ARM_GIC |
8 | select CACHE_L2X0 | 9 | select CACHE_L2X0 |
9 | select HAVE_ARM_ARCH_TIMER | 10 | select HAVE_ARM_ARCH_TIMER |