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
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
config LTE_GDM724X
|
config LTE_GDM724X
|
||||||
tristate "GCT GDM724x LTE support"
|
tristate "GCT GDM724x LTE support"
|
||||||
depends on NET && USB && m
|
depends on NET && USB && TTY && m
|
||||||
help
|
help
|
||||||
This driver supports GCT GDM724x LTE chip based USB modem devices.
|
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
|
It exposes 4 network devices to be used per PDN and 2 tty devices to be
|
||||||
|
|
Loading…
Add table
Reference in a new issue