lkml.org 
[lkml]   [2023]   [Oct]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH v7 3/4] drivers/perf: add DesignWare PCIe PMU driver
From


On 2023/10/13 16:41, Jonathan Cameron wrote:
>
>>>
>>>> + depends on (ARM64 && PCI)
>>>
>>> I don't see any actual ARM64 dependency in the code, so maybe omit
>>> ARM64 (as PCIE_DW_PLAT_HOST does) or add "|| COMPILE_TEST"?
>>
>> I will remove the ARM64 dependency and add COMPILE_TEST.
> don't do both. That makes no sense. either
>
> depends on PCI && (ARM64 || COMPILE_TEST)
> or
> depends on PCI

Got it.

Thank you.

Best Regards,
Shuai

\
 
 \ /
  Last update: 2023-10-13 12:46    [W:0.145 / U:1.376 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site