]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
firewire: Use COMPILE_TEST for build testing
authorJean Delvare <jdelvare@suse.de>
Thu, 15 May 2014 13:29:23 +0000 (15:29 +0200)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Sat, 17 May 2014 13:59:08 +0000 (15:59 +0200)
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>
drivers/firewire/Kconfig

index 7a701a58bbf058c6417b911e8c1597a5d0b4e5b5..4199849e37585181eace8176b55d4e81cbfd06db 100644 (file)
@@ -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