diff options
author | Heiko Stuebner <heiko@sntech.de> | 2013-06-02 23:09:41 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2013-06-21 09:21:02 +0200 |
commit | d63dc0514d56e108cc96e334ca26b538263e52a2 (patch) | |
tree | 73bbb24b8ac743d2bf61126d64f086ba8c2d0f7d /arch/arm/Kconfig | |
parent | 38bd6892abbf7d60b1e9ff7f1a2b8019b552eed3 (diff) |
arm: add basic support for Rockchip RK3066a boards
This adds a generic devicetree board file and a dtsi for boards
based on the RK3066a SoCs from Rockchip.
Apart from the generic parts (gic, clocks, pinctrl) the only components
currently supported are the timers, uarts and mmc ports (all DesignWare-
based).
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 49d993cee512..94d3491ae40a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -981,6 +981,8 @@ source "arch/arm/mach-mmp/Kconfig" source "arch/arm/mach-realview/Kconfig" +source "arch/arm/mach-rockchip/Kconfig" + source "arch/arm/mach-sa1100/Kconfig" source "arch/arm/plat-samsung/Kconfig" |