From ddaf20b68ab41468e1a31765f2f73925dca501d1 Mon Sep 17 00:00:00 2001
From: Charlie <49533775+csev1755@users.noreply.github.com>
Date: Fri, 7 Mar 2025 17:20:43 -0600
Subject: [PATCH] Update gpio-motors Config.in

Add more information
---
 general/package/gpio-motors/Config.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/general/package/gpio-motors/Config.in b/general/package/gpio-motors/Config.in
index ea43feb0..adecf32d 100644
--- a/general/package/gpio-motors/Config.in
+++ b/general/package/gpio-motors/Config.in
@@ -1,4 +1,6 @@
 config BR2_PACKAGE_GPIO_MOTORS
 	bool "gpio-motors"
 	help
-	  Control motors with GPIO.
+	  Control stepper motors via sysfs GPIO. This code was developed 
+	  on a GrainMedia GM8136 board with 24BYJ48 stepper motors and a ULN2803
+	  but should be portable to any other platform with sysfs GPIO access.