forked from Minki/linux
staging: gdm724x: depend on CONFIG_TTY
The driver uses the tty layer, so explicitly say that, to prevent randomconfig build errors. Reported-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
12aede9f2f
commit
b9b9b35176
@ -4,7 +4,7 @@
|
||||
|
||||
config LTE_GDM724X
|
||||
tristate "GCT GDM724x LTE support"
|
||||
depends on NET && USB && m
|
||||
depends on NET && USB && TTY && m
|
||||
help
|
||||
This driver supports GCT GDM724x LTE chip based USB modem devices.
|
||||
It exposes 4 network devices to be used per PDN and 2 tty devices to be
|
||||
|
Loading…
Reference in New Issue
Block a user