forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add LED-GPIO support using for QUANTA IX1B switch (sonic-net#40)
* Add LED-GPIO support using for QUANTA switch
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/debian/build/build_amd64_none_amd64/.config b/debian/build/build_amd64_none_amd64/.config | ||
index 3d31fb2..f7a3e96 100644 | ||
--- a/debian/build/build_amd64_none_amd64/.config | ||
+++ b/debian/build/build_amd64_none_amd64/.config | ||
@@ -5127,7 +5127,7 @@ CONFIG_LEDS_CLASS=y | ||
# CONFIG_LEDS_LM3642 is not set | ||
CONFIG_LEDS_PCA9532=m | ||
# CONFIG_LEDS_PCA9532_GPIO is not set | ||
-# CONFIG_LEDS_GPIO is not set | ||
+CONFIG_LEDS_GPIO=m | ||
CONFIG_LEDS_LP3944=m | ||
# CONFIG_LEDS_LP5521 is not set | ||
# CONFIG_LEDS_LP5523 is not set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters