Message ID | 20180803030237.3366-16-songjun.wu@linux.intel.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | MIPS: intel: add initial support for Intel MIPS SoCs | expand |
On Fri, Aug 03, 2018 at 11:02:34AM +0800, Songjun Wu wrote: > Support more platform. > > Signed-off-by: Songjun Wu <songjun.wu@linux.intel.com> > --- Your changelog text makes no sense, sorry. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-clk" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 8/3/2018 1:57 PM, Greg Kroah-Hartman wrote: > On Fri, Aug 03, 2018 at 11:02:34AM +0800, Songjun Wu wrote: >> Support more platform. >> >> Signed-off-by: Songjun Wu <songjun.wu@linux.intel.com> >> --- > Your changelog text makes no sense, sorry. Thanks for your comment. I will describe it more clearly. -- To unsubscribe from this list: send the line "unsubscribe linux-clk" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
The subject line also seems odd, your are changing deps on the lantiq driver, not some (nonexistent) intel serial driver. -- To unsubscribe from this list: send the line "unsubscribe linux-clk" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 8/5/2018 4:37 PM, Christoph Hellwig wrote: > The subject line also seems odd, your are changing deps on the lantiq > driver, not some (nonexistent) intel serial driver. > Your suggestion is reasonable, it will be changed to "serial: lantiq". -- To unsubscribe from this list: send the line "unsubscribe linux-clk" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index df8bd0c7b97d..564c71fc24bb 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig @@ -1062,7 +1062,7 @@ config SERIAL_OMAP_CONSOLE config SERIAL_LANTIQ bool "Lantiq serial driver" - depends on LANTIQ + depends on LANTIQ || INTEL_MIPS || COMPILE_TEST select SERIAL_CORE select SERIAL_CORE_CONSOLE select SERIAL_EARLYCON
Support more platform. Signed-off-by: Songjun Wu <songjun.wu@linux.intel.com> --- Changes in v2: None drivers/tty/serial/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)