* [PATCH next] of: gpio: add missing type of config symbol
@ 2013-11-23 6:26 Alexander Aring
0 siblings, 0 replies; only message in thread
From: Alexander Aring @ 2013-11-23 6:26 UTC (permalink / raw)
To: barebox
On commit:
e306e5a724f9a2e68f636899ae2807e9a9e603d4
the type of config symbol is missing. This patch adds the necessary
config symbol type to avoid a Kconfig warning.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
---
drivers/of/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig
index 2afed42..cdf7ac7 100644
--- a/drivers/of/Kconfig
+++ b/drivers/of/Kconfig
@@ -22,6 +22,7 @@ config OF_NET
config OF_GPIO
depends on CONFIG_GPIOLIB
depends on CONFIG_OFDEVICE
+ def_bool y
config OF_BAREBOX_DRIVERS
depends on OFDEVICE
--
1.8.4.2
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-11-23 6:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-23 6:26 [PATCH next] of: gpio: add missing type of config symbol Alexander Aring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox