All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] drivers: mcb: Fix build error discovered by 0-day bot
@ 2014-03-03 20:46 Johannes Thumshirn
  2014-03-03 20:46 ` [PATCH 2/2] iio: adc: Fix build error discovered by 0-day build bot Johannes Thumshirn
  2014-03-09  5:57 ` [PATCH 1/2] drivers: mcb: Fix build error discovered by 0-day bot Greg Kroah-Hartman
  0 siblings, 2 replies; 5+ messages in thread
From: Johannes Thumshirn @ 2014-03-03 20:46 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-kernel, Johannes Thumshirn, Johannes Thumshirn

From: Johannes Thumshirn <morbidrsa@gmail.com>

Make mcb depend on HAS_IOMEM and mcb-pci depend on PCI. This fixes build errors
discovered by the 0-day kernel build testing system.

Signed-off-by: Johannes Thumshirn <johannes.thumshirn@men.de>
---
 drivers/mcb/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/mcb/Kconfig b/drivers/mcb/Kconfig
index b8f5d46..87d5a46 100644
--- a/drivers/mcb/Kconfig
+++ b/drivers/mcb/Kconfig
@@ -4,7 +4,7 @@
 
 menuconfig MCB
 	   tristate "MCB support"
-	   default m
+	   depends on HAS_IOMEM
 	   help
 
 	   The MCB (MEN Chameleon Bus) is a Bus specific to MEN Mikroelektronik
@@ -18,6 +18,7 @@ if MCB
 config MCB_PCI
 	   tristate "PCI based MCB carrier"
 	   default m
+	   depends on PCI
 	   help
 
 	   This is a MCB carrier on a PCI device. Both PCI attached on-board
-- 
1.8.5.3


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-03-09  5:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-03 20:46 [PATCH 1/2] drivers: mcb: Fix build error discovered by 0-day bot Johannes Thumshirn
2014-03-03 20:46 ` [PATCH 2/2] iio: adc: Fix build error discovered by 0-day build bot Johannes Thumshirn
2014-03-09  5:52   ` Greg Kroah-Hartman
2014-03-09  5:53     ` Greg Kroah-Hartman
2014-03-09  5:57 ` [PATCH 1/2] drivers: mcb: Fix build error discovered by 0-day bot Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.