Re: [PATCH v5 06/18] x86/intel_rdt: Add CONFIG, Makefile, and basic initialization

From: Thomas Gleixner
Date: Wed Oct 26 2016 - 16:46:32 EST


On Sat, 22 Oct 2016, Fenghua Yu wrote:
> +config INTEL_RDT_A
> + bool "Intel Resource Director Technology Allocation support"
> + default n
> + depends on X86 && CPU_SUP_INTEL

depends on X86 is more than pointless for a config switch which sits in the
arch/x86/Kconfig file....

Thanks,

tglx