summaryrefslogtreecommitdiffstats
path: root/drivers/firewire
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2014-05-15 15:29:23 +0200
committerStefan Richter <stefanr@s5r6.in-berlin.de>2014-05-17 15:59:08 +0200
commitb3d681a4fc108f9653bbb44e4f4e72db2b8a5734 (patch)
treed9f03eef8bf40858f546126e0b63f7a4f4e65c3f /drivers/firewire
parent1118f8d048dd595efbadf05e8bca4e19684ffb4d (diff)
downloadlinux-0-day-b3d681a4fc108f9653bbb44e4f4e72db2b8a5734.tar.gz
linux-0-day-b3d681a4fc108f9653bbb44e4f4e72db2b8a5734.tar.xz
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>
Diffstat (limited to 'drivers/firewire')
-rw-r--r--drivers/firewire/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/Kconfig b/drivers/firewire/Kconfig
index 7a701a58bbf05..4199849e37585 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