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 Kernel driver patches for CIG CS6436-56P device (#80)
set CONFIG_SERIAL_8250_LPSS=m
- Loading branch information
1 parent
4cb2f28
commit ae910bd
Showing
2 changed files
with
11 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,10 @@ | ||
--- a/debian/build/build_amd64_none_amd64/.config 2019-02-01 22:54:58.401770842 +0800 | ||
+++ b/debian/build/build_amd64_none_amd64/.config 2019-02-01 23:00:57.297956961 +0800 | ||
@@ -3477,7 +3477,7 @@ CONFIG_SERIAL_8250_RSA=y | ||
# CONFIG_SERIAL_8250_FSL is not set | ||
CONFIG_SERIAL_8250_DW=y | ||
# CONFIG_SERIAL_8250_RT288X is not set | ||
-# CONFIG_SERIAL_8250_LPSS is not set | ||
+CONFIG_SERIAL_8250_LPSS=m | ||
CONFIG_SERIAL_8250_MID=y | ||
CONFIG_SERIAL_8250_MOXA=m |
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