From: Jean Delvare Date: Thu, 15 May 2014 13:29:23 +0000 (+0200) Subject: firewire: Use COMPILE_TEST for build testing X-Git-Tag: v3.16-rc6~37^2~2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=b3d681a4fc108f9653bbb44e4f4e72db2b8a5734;p=linux.git firewire: Use COMPILE_TEST for build testing Stop using BROKEN as an alternative dependency for the purpose of build testing the firewire core. The newly introduced COMPILE_TEST is better suited for that purpose. Signed-off-by: Jean Delvare Signed-off-by: Stefan Richter --- diff --git a/drivers/firewire/Kconfig b/drivers/firewire/Kconfig index 7a701a58bbf0..4199849e3758 100644 --- a/drivers/firewire/Kconfig +++ b/drivers/firewire/Kconfig @@ -1,5 +1,5 @@ menu "IEEE 1394 (FireWire) support" - depends on PCI || BROKEN + depends on PCI || COMPILE_TEST # firewire-core does not depend on PCI but is # not useful without PCI controller driver