Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ptp: ptp_pch depends on x86_32

The ptp_pch driver is for a companion chip to the Intel Atom E600
series processors. These are 32-bit x86 processors so the driver is
only needed on X86_32.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Richard Cochran <richardcochran@gmail.com>
Acked-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Jean Delvare and committed by
David S. Miller
bc56151d 2f18423d

+1 -1
+1 -1
drivers/ptp/Kconfig
··· 74 74 75 75 config PTP_1588_CLOCK_PCH 76 76 tristate "Intel PCH EG20T as PTP clock" 77 - depends on X86 || COMPILE_TEST 77 + depends on X86_32 || COMPILE_TEST 78 78 depends on HAS_IOMEM && NET 79 79 select PTP_1588_CLOCK 80 80 help