We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f93621 commit f0137d5Copy full SHA for f0137d5
drivers/serial/Kconfig-pci
@@ -118,6 +118,7 @@ config 16550_PCI_UART1_PORT
118
119
config 16550_PCI_UART1_CLOCK
120
int "16550 UART1 PCI clock"
121
+ default 16550_PCI_UART0_CLOCK
122
123
config 16550_PCI_UART1_BAUD
124
int "16550 UART1 PCI BAUD"
@@ -179,6 +180,7 @@ config 16550_PCI_UART2_PORT
179
180
181
config 16550_PCI_UART2_CLOCK
182
int "16550 UART2 PCI clock"
183
+ default 16550_PCI_UART1_CLOCK
184
185
config 16550_PCI_UART2_BAUD
186
int "16550 UART2 PCI BAUD"
@@ -240,6 +242,7 @@ config 16550_PCI_UART3_PORT
240
242
241
243
config 16550_PCI_UART3_CLOCK
244
int "16550 UART3 PCI clock"
245
+ default 16550_PCI_UART2_CLOCK
246
247
config 16550_PCI_UART3_BAUD
248
int "16550 UART3 PCI BAUD"
0 commit comments