arm64: Add Kconfig option for Rockchip SoCs
author黄涛 <huangtao@rock-chips.com>
Tue, 30 Sep 2014 08:29:41 +0000 (16:29 +0800)
committer黄涛 <huangtao@rock-chips.com>
Tue, 30 Sep 2014 08:29:41 +0000 (16:29 +0800)
This patch adds arm64/Kconfig option for Rockchip SoCs.

arch/arm64/Kconfig

index df8591954ab9f6b584836711a0b33700b4e1877b..fbc86a1fd2d47654061ebc855c584f43183ab697 100644 (file)
@@ -124,6 +124,12 @@ source "kernel/Kconfig.freezer"
 
 menu "Platform selection"
 
+config ARCH_ROCKCHIP
+       bool "Rockchip SoCs"
+       select PINCTRL
+       select PINCTRL_ROCKCHIP
+       select ARCH_REQUIRE_GPIOLIB
+
 config ARCH_VEXPRESS
        bool "ARMv8 software model (Versatile Express)"
        select ARCH_REQUIRE_GPIOLIB