aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/masters/Kconfig
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-12-16 15:28:46 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2012-12-16 18:23:37 -0500
commit770b6cb4d21fb3e3df2a7a51e186a3c14db1ec30 (patch)
tree823e7cff195a38cbd9b2122a994f18496704aef8 /drivers/w1/masters/Kconfig
parent3d59eebc5e137bd89c6351e4c70e90ba1d0dc234 (diff)
ARM: OMAP: Fix drivers to depend on omap for internal devices
These devices are not available on other architectures, so let's limit them to omap. If the driver subsystem maintainers want to build test system wide changes without building for each target, it's easy to carry a test patch that just strips out the depends entries from Kconfig files. Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/w1/masters/Kconfig')
-rw-r--r--drivers/w1/masters/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/w1/masters/Kconfig b/drivers/w1/masters/Kconfig
index c433a746e3f5..e8ca63a82b97 100644
--- a/drivers/w1/masters/Kconfig
+++ b/drivers/w1/masters/Kconfig
@@ -60,6 +60,7 @@ 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_OMAP
63 help 64 help
64 Say Y here if you want support for the 1-wire or HDQ Interface 65 Say Y here if you want support for the 1-wire or HDQ Interface
65 on an OMAP processor. 66 on an OMAP processor.