[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1444743718-15056-1-git-send-email-javier@osg.samsung.com>
Date: Tue, 13 Oct 2015 15:41:58 +0200
From: Javier Martinez Canillas <javier@....samsung.com>
To: linux-kernel@...r.kernel.org
Cc: Luis de Bethencourt <luisbg@....samsung.com>,
Javier Martinez Canillas <javier@....samsung.com>,
Rafał Miłecki <zajec5@...il.com>,
linux-wireless@...r.kernel.org
Subject: [PATCH] bcma: mips: Allow build if COMPILE_TEST is enabled
This driver only has a runtime but no build time dependencies so can be
built for testing purposes if the Kconfig COMPILE_TEST option is enabled.
This is useful to have more build coverage and make sure that the driver
is not affected by changes that could cause a build regression.
Signed-off-by: Javier Martinez Canillas <javier@....samsung.com>
---
drivers/bcma/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/bcma/Kconfig b/drivers/bcma/Kconfig
index 023d448ed3fa..22114995dfbf 100644
--- a/drivers/bcma/Kconfig
+++ b/drivers/bcma/Kconfig
@@ -63,7 +63,7 @@ config BCMA_DRIVER_PCI_HOSTMODE
config BCMA_DRIVER_MIPS
bool "BCMA Broadcom MIPS core driver"
- depends on BCMA && MIPS
+ depends on BCMA && (MIPS || COMPILE_TEST)
help
Driver for the Broadcom MIPS core attached to Broadcom specific
Advanced Microcontroller Bus.
--
2.4.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists