[PATCH] of: gpio: Fix Kconfig variables to depend on

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Antony Pavlov <antonynpavlov@xxxxxxxxx>
---
 drivers/of/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig
index cdf7ac7..c4525cb 100644
--- a/drivers/of/Kconfig
+++ b/drivers/of/Kconfig
@@ -20,8 +20,8 @@ config OF_NET
 	def_bool y
 
 config OF_GPIO
-	depends on CONFIG_GPIOLIB
-	depends on CONFIG_OFDEVICE
+	depends on GPIOLIB
+	depends on OFDEVICE
 	def_bool y
 
 config OF_BAREBOX_DRIVERS
-- 
1.8.5


_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox




[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux