From 717cc9b3658f842e296fbcc1dd1893907cc5a8b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=BB=84=E6=B6=9B?= Date: Tue, 30 Sep 2014 16:29:41 +0800 Subject: [PATCH] arm64: Add Kconfig option for Rockchip SoCs This patch adds arm64/Kconfig option for Rockchip SoCs. --- arch/arm64/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.34.1