Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6600300 authored by Paul Walmsley's avatar Paul Walmsley
Browse files

W1: OMAP HDQ1W: allow driver to be built on all OMAP2+



Allow the OMAP HDQ1W driver to be built for all OMAP2+ SoCs by
adjusting KConfig dependencies.  The previous dependency required
either SOC_OMAP2430 or ARCH_OMAP3 to be set, but the HDQ IP block is
present on OMAP2420 and OMAP44xx SoCs.  The driver was still
selectable on multi-OMAP kernel configurations, however; so the
previous prohibition was rather pointless.

Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
Cc: Evgeniy Polyakov <zbr@ioremap.net>
Acked-by: default avatarEvgeniy Polyakov <zbr@ioremap.net>
parent 485802a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -60,7 +60,7 @@ config W1_MASTER_GPIO


config HDQ_MASTER_OMAP
config HDQ_MASTER_OMAP
	tristate "OMAP HDQ driver"
	tristate "OMAP HDQ driver"
	depends on SOC_OMAP2430 || ARCH_OMAP3
	depends on ARCH_OMAP2PLUS
	help
	help
	  Say Y here if you want support for the 1-wire or HDQ Interface
	  Say Y here if you want support for the 1-wire or HDQ Interface
	  on an OMAP processor.
	  on an OMAP processor.