Re: [PATCH] drivers/ptp/Kconfig: add "depends on HAS_IOMEM" for 'PTP_1588_CLOCK_PCH'
From: Richard Weinberger <richard@nod.at>
Date: 2013-07-01 05:47:45
From: Richard Weinberger <richard@nod.at>
Date: 2013-07-01 05:47:45
Am 01.07.2013 03:34, schrieb Chen Gang:
On 06/29/2013 12:23 PM, David Miller wrote:quoted
From: Chen Gang <redacted> Date: Thu, 27 Jun 2013 08:52:07 +0800quoted
quoted
@@ -73,6 +73,7 @@ config DP83640_PHY config PTP_1588_CLOCK_PCH tristate "Intel PCH EG20T as PTP clock" depends on X86 || COMPILE_TESTThis "depends on X86 || COMPILE_TEST" does not exist in either 'net' or 'net-next'. Please submit your patches against a clean checkout of the networking GIT tree, rather than something else such as linux-next.Oh, really it is, It is my fault (originally I get mail address from "./scripts/get_maintainers.pl", but not give additional check on it). For your information (or implicit suggestion), if one module wants to request 'COMPILE_TEST', the platforms (or asm-generic) is recommended to try to support it. It seems I still have the chance to continue discuss about it with platform guys. ;-)
David told you that your patch does not apply. Not even Linus' tree has "depends on X86 || COMPILE_TEST". Please adjust your patch. Thanks, //richard