From: 黄涛 Date: Tue, 30 Sep 2014 08:29:41 +0000 (+0800) Subject: arm64: Add Kconfig option for Rockchip SoCs X-Git-Tag: firefly_0821_release~4158^2~608 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=717cc9b3658f842e296fbcc1dd1893907cc5a8b3;p=firefly-linux-kernel-4.4.55.git arm64: Add Kconfig option for Rockchip SoCs This patch adds arm64/Kconfig option for Rockchip SoCs. --- diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index df8591954ab9..fbc86a1fd2d4 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -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