Browse Source

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 <jdelvare@suse.de>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Jean Delvare 11 years ago
parent
commit
b3d681a4fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/firewire/Kconfig

+ 1 - 1
drivers/firewire/Kconfig

@@ -1,5 +1,5 @@
 menu "IEEE 1394 (FireWire) support"
 menu "IEEE 1394 (FireWire) support"
-	depends on PCI || BROKEN
+	depends on PCI || COMPILE_TEST
 	# firewire-core does not depend on PCI but is
 	# firewire-core does not depend on PCI but is
 	# not useful without PCI controller driver
 	# not useful without PCI controller driver