lkml.org 
[lkml]   [2018]   [Oct]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v5 05/13] arch/x86: Introduce a new config parameter RESCTRL
    Date
    Introduces a new config parameter RESCTRL.

    This will be used as a common config parameter for both Intel and AMD.
    Each vendor will have their own config parameter to enable RDT feature.
    One for Intel(INTEL_RDT) and one for AMD(AMD_QOS). It can be enabled or
    disabled separately. The new parameter RESCTRL will be dependent on
    INTEL_RDT or AMD_QOS.

    Signed-off-by: Babu Moger <babu.moger@amd.com>
    ---
    arch/x86/Kconfig | 4 ++++
    1 file changed, 4 insertions(+)

    diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
    index 1a0be022f91d..91a703ebdc04 100644
    --- a/arch/x86/Kconfig
    +++ b/arch/x86/Kconfig
    @@ -458,6 +458,10 @@ config INTEL_RDT

    Say N if unsure.

    +config RESCTRL
    + def_bool y
    + depends on X86 && INTEL_RDT
    +
    if X86_32
    config X86_BIGSMP
    bool "Support for big SMP systems with more than 8 CPUs"
    --
    2.17.1
    \
     
     \ /
      Last update: 2018-10-19 00:53    [W:4.312 / U:0.020 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site