Merge pull request #335 from chisui/master
microsoft/surface: add serial dev bus config
This commit is contained in:
commit
abf18e3afe
|
@ -25,6 +25,12 @@ let
|
||||||
|
|
||||||
BATTERY_SURFACE = module;
|
BATTERY_SURFACE = module;
|
||||||
CHARGER_SURFACE = module;
|
CHARGER_SURFACE = module;
|
||||||
|
|
||||||
|
#
|
||||||
|
# Surface laptop 1 keyboard
|
||||||
|
#
|
||||||
|
SERIAL_DEV_BUS = yes;
|
||||||
|
SERIAL_DEV_CTRL_TTYPORT = yes;
|
||||||
|
|
||||||
#
|
#
|
||||||
# Surface Hotplug
|
# Surface Hotplug
|
||||||
|
|
Loading…
Reference in a new issue