From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751635AbdBNDfF (ORCPT ); Mon, 13 Feb 2017 22:35:05 -0500 Received: from mx2.suse.de ([195.135.220.15]:36326 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750946AbdBNDfD (ORCPT ); Mon, 13 Feb 2017 22:35:03 -0500 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org, service@zidoo.tv, =?UTF-8?q?Andreas=20F=C3=A4rber?= , Catalin Marinas , Will Deacon Subject: [PATCH 3/4] ARM64: Prepare Realtek RTD1295 Date: Tue, 14 Feb 2017 04:34:38 +0100 Message-Id: <20170214033440.18667-4-afaerber@suse.de> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20170214033440.18667-1-afaerber@suse.de> References: <20170214033440.18667-1-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add a Kconfig option ARCH_REALTEK. Signed-off-by: Andreas Färber --- arch/arm64/Kconfig.platforms | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 129cc5a..2fa9557 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -118,6 +118,12 @@ config ARCH_QCOM help This enables support for the ARMv8 based Qualcomm chipsets. +config ARCH_REALTEK + bool "Realtek Platforms" + help + This enables support for the ARMv8 based Realtek chipsets, + like the RTD1295. + config ARCH_ROCKCHIP bool "Rockchip Platforms" select ARCH_HAS_RESET_CONTROLLER -- 2.10.2