Skip to content

Commit

Permalink
MIPS: enable serial UART support on PNX833X devices.
Browse files Browse the repository at this point in the history
Enabled serial UART driver for PNX833X devices.

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Signed-off-by: Alan Cox <number6@the-village.bc.nu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Ihar Hrachyshka authored and Linus Torvalds committed Jan 27, 2009
1 parent 808ffa3 commit 11455be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ config SERIAL_SH_SCI_CONSOLE

config SERIAL_PNX8XXX
bool "Enable PNX8XXX SoCs' UART Support"
depends on MIPS && SOC_PNX8550
depends on MIPS && (SOC_PNX8550 || SOC_PNX833X)
select SERIAL_CORE
help
If you have a MIPS-based Philips SoC such as PNX8550 or PNX8330
Expand Down

0 comments on commit 11455be

Please sign in to comment.