From patchwork Thu Mar 19 20:54:46 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Torsten Duwe X-Patchwork-Id: 452268 X-Patchwork-Delegate: michael@ellerman.id.au Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4FC621400EA for ; Fri, 20 Mar 2015 07:55:45 +1100 (AEDT) Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 323231A0AFE for ; Fri, 20 Mar 2015 07:55:45 +1100 (AEDT) X-Original-To: linuxppc-dev@lists.ozlabs.org Delivered-To: linuxppc-dev@lists.ozlabs.org Received: from newverein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id D304C1A00B0 for ; Fri, 20 Mar 2015 07:54:50 +1100 (AEDT) Received: by newverein.lst.de (Postfix, from userid 2005) id 8C810AAADD; Thu, 19 Mar 2015 21:54:46 +0100 (CET) Date: Thu, 19 Mar 2015 21:54:46 +0100 From: Torsten Duwe To: ppc-dev Subject: [PATCH v0 4/4] ppc64le: kgraft config options Message-ID: <20150319205446.GE19524@lst.de> References: <20150319203522.GA19524@lst.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20150319203522.GA19524@lst.de> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Linux Kernel Mailing List X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: "Linuxppc-dev" Enable kgraft on ppc, fairly trivial. diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 4bc7b62..d82d7c8 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -102,6 +104,7 @@ config PPC select HAVE_IOREMAP_PROT select HAVE_EFFICIENT_UNALIGNED_ACCESS if !CPU_LITTLE_ENDIAN select HAVE_KPROBES + select HAVE_KGRAFT select HAVE_ARCH_KGDB select HAVE_KRETPROBES select HAVE_ARCH_TRACEHOOK @@ -291,6 +294,8 @@ source "init/Kconfig" source "kernel/Kconfig.freezer" +source "kernel/Kconfig.kgraft" + source "arch/powerpc/sysdev/Kconfig" source "arch/powerpc/platforms/Kconfig"