diff options
Diffstat (limited to 'drivers/serial/Kconfig')
| -rw-r--r-- | drivers/serial/Kconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index ad47c1b84c3f..812bae62c8ec 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
| @@ -10,7 +10,7 @@ menu "Serial drivers" | |||
| 10 | # The new 8250/16550 serial drivers | 10 | # The new 8250/16550 serial drivers |
| 11 | config SERIAL_8250 | 11 | config SERIAL_8250 |
| 12 | tristate "8250/16550 and compatible serial support" | 12 | tristate "8250/16550 and compatible serial support" |
| 13 | depends on (BROKEN || !(SPARC64 || SPARC32)) | 13 | depends on (BROKEN || !SPARC) |
| 14 | select SERIAL_CORE | 14 | select SERIAL_CORE |
| 15 | ---help--- | 15 | ---help--- |
| 16 | This selects whether you want to include the driver for the standard | 16 | This selects whether you want to include the driver for the standard |
| @@ -469,14 +469,14 @@ config SERIAL_IMX_CONSOLE | |||
| 469 | 469 | ||
| 470 | config SERIAL_SUNCORE | 470 | config SERIAL_SUNCORE |
| 471 | bool | 471 | bool |
| 472 | depends on SPARC32 || SPARC64 | 472 | depends on SPARC |
| 473 | select SERIAL_CORE | 473 | select SERIAL_CORE |
| 474 | select SERIAL_CORE_CONSOLE | 474 | select SERIAL_CORE_CONSOLE |
| 475 | default y | 475 | default y |
| 476 | 476 | ||
| 477 | config SERIAL_SUNZILOG | 477 | config SERIAL_SUNZILOG |
| 478 | tristate "Sun Zilog8530 serial support" | 478 | tristate "Sun Zilog8530 serial support" |
| 479 | depends on SPARC32 || SPARC64 | 479 | depends on SPARC |
| 480 | help | 480 | help |
| 481 | This driver supports the Zilog8530 serial ports found on many Sparc | 481 | This driver supports the Zilog8530 serial ports found on many Sparc |
| 482 | systems. Say Y or M if you want to be able to these serial ports. | 482 | systems. Say Y or M if you want to be able to these serial ports. |
| @@ -491,7 +491,7 @@ config SERIAL_SUNZILOG_CONSOLE | |||
| 491 | 491 | ||
| 492 | config SERIAL_SUNSU | 492 | config SERIAL_SUNSU |
| 493 | tristate "Sun SU serial support" | 493 | tristate "Sun SU serial support" |
| 494 | depends on (SPARC32 || SPARC64) && PCI | 494 | depends on SPARC && PCI |
| 495 | help | 495 | help |
| 496 | This driver supports the 8250 serial ports that run the keyboard and | 496 | This driver supports the 8250 serial ports that run the keyboard and |
| 497 | mouse on (PCI) UltraSPARC systems. Say Y or M if you want to be able | 497 | mouse on (PCI) UltraSPARC systems. Say Y or M if you want to be able |
| @@ -547,7 +547,7 @@ config PDC_CONSOLE | |||
| 547 | 547 | ||
| 548 | config SERIAL_SUNSAB | 548 | config SERIAL_SUNSAB |
| 549 | tristate "Sun Siemens SAB82532 serial support" | 549 | tristate "Sun Siemens SAB82532 serial support" |
| 550 | depends on (SPARC32 || SPARC64) && PCI | 550 | depends on SPARC && PCI |
| 551 | help | 551 | help |
| 552 | This driver supports the Siemens SAB82532 DUSCC serial ports on newer | 552 | This driver supports the Siemens SAB82532 DUSCC serial ports on newer |
| 553 | (PCI) UltraSPARC systems. Say Y or M if you want to be able to these | 553 | (PCI) UltraSPARC systems. Say Y or M if you want to be able to these |
