aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/masters/Kconfig
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2012-07-25 08:05:32 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-08-16 12:58:45 -0400
commit73f2989d37a36614fe13f24891ebe1e44fe5887d (patch)
tree9d5c99900e8c344531ad18dd651e6ce3f2c26a3f /drivers/w1/masters/Kconfig
parent042a713fa4369ffc2fcb2f93400bc862a04a1f0f (diff)
w1: omap-hdq: drop ARCH dependency
Let the driver compile everywhere while also removing unnecessary headers. Signed-off-by: Felipe Balbi <balbi@ti.com> Acked-by: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/w1/masters/Kconfig')
-rw-r--r--drivers/w1/masters/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/w1/masters/Kconfig b/drivers/w1/masters/Kconfig
index 5ceb1cd50195..7e984034a11b 100644
--- a/drivers/w1/masters/Kconfig
+++ b/drivers/w1/masters/Kconfig
@@ -60,7 +60,6 @@ config W1_MASTER_GPIO
60 60
61config HDQ_MASTER_OMAP 61config HDQ_MASTER_OMAP
62 tristate "OMAP HDQ driver" 62 tristate "OMAP HDQ driver"
63 depends on ARCH_OMAP2PLUS
64 help 63 help
65 Say Y here if you want support for the 1-wire or HDQ Interface 64 Say Y here if you want support for the 1-wire or HDQ Interface
66 on an OMAP processor. 65 on an OMAP processor.