[PATCH] Allow PNX8XXX serial when PNX833x is selected.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This enables support for the serial console on PNX833x.
Same block as PNX8550 just need to unhide config option.

 Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Signed-off-by: Daniel Laird <daniel.j.laird@xxxxxxx>

--- a.updated/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -975,7 +975,7 @@

 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


[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux