Path: csiph.com!goblin2!goblin.stu.neva.ru!aioe.org!bofh.it!news.nic.it!robomod From: Thomas Gleixner Newsgroups: linux.kernel Subject: Re: [PATCH v4 06/18] x86/intel_rdt: Add CONFIG, Makefile, and basic initialization Date: Mon, 17 Oct 2016 13:10:01 +0200 Message-ID: References: X-Original-To: Fenghua Yu User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: robomod@news.nic.it List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Approved: robomod@news.nic.it Lines: 16 Organization: linux.* mail to news gateway X-Original-Cc: "H. Peter Anvin" , Ingo Molnar , Tony Luck , Peter Zijlstra , Stephane Eranian , Borislav Petkov , Dave Hansen , Nilay Vaish , Shaohua Li , David Carrillo-Cisneros , Ravi V Shankar , Sai Prakhya , Vikas Shivappa , linux-kernel , x86 X-Original-Date: Mon, 17 Oct 2016 12:57:02 +0200 (CEST) X-Original-Message-ID: X-Original-References: <1476497548-11169-1-git-send-email-fenghua.yu@intel.com> <1476497548-11169-7-git-send-email-fenghua.yu@intel.com> X-Original-Sender: linux-kernel-owner@vger.kernel.org Xref: csiph.com linux.kernel:1501875 On Fri, 14 Oct 2016, Fenghua Yu wrote: > +config INTEL_RDT_A > + bool "Intel Resource Director Technology Allocation support" > + default n > + depends on X86 && CPU_SUP_INTEL > + help > + Select to enable resource allocation which is a sub-feature of > + Intel Resource Director Technology(RDT). More information about > + RDT can be found in the Intel x86 Architecture Software > + Developer Manual June 2016, volume 3, section 17.17. s/June.*// Thanks, tglx