Commit fb5ffc7f authored by Ralf Bächle's avatar Ralf Bächle Committed by Linus Torvalds

[PATCH] mips: fix SERIAL_TXX9 dependencies

Ask for SERIAL_TXX9 only on those devices that actually have one.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 9ca603d3
...@@ -891,6 +891,7 @@ config TOSHIBA_RBTX4927 ...@@ -891,6 +891,7 @@ config TOSHIBA_RBTX4927
bool "Support for Toshiba TBTX49[23]7 board" bool "Support for Toshiba TBTX49[23]7 board"
depends on MIPS32 depends on MIPS32
select DMA_NONCOHERENT select DMA_NONCOHERENT
select HAS_TXX9_SERIAL
select HW_HAS_PCI select HW_HAS_PCI
select I8259 select I8259
select ISA select ISA
...@@ -1013,6 +1014,7 @@ config MIPS_GT64120 ...@@ -1013,6 +1014,7 @@ config MIPS_GT64120
config MIPS_TX3927 config MIPS_TX3927
bool bool
depends on TOSHIBA_JMR3927 depends on TOSHIBA_JMR3927
select HAS_TXX9_SERIAL
default y default y
config PCI_MARVELL config PCI_MARVELL
......
...@@ -794,8 +794,12 @@ config SERIAL_M32R_PLDSIO ...@@ -794,8 +794,12 @@ config SERIAL_M32R_PLDSIO
config SERIAL_TXX9 config SERIAL_TXX9
bool "TMPTX39XX/49XX SIO support" bool "TMPTX39XX/49XX SIO support"
depends on MIPS || PCI depends HAS_TXX9_SERIAL
select SERIAL_CORE select SERIAL_CORE
default y
config HAS_TXX9_SERIAL
bool
config SERIAL_TXX9_CONSOLE config SERIAL_TXX9_CONSOLE
bool "TMPTX39XX/49XX SIO Console support" bool "TMPTX39XX/49XX SIO Console support"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment