From: Arnd Bergmann Date: Thu, 5 Jun 2014 20:54:27 +0000 (+0200) Subject: serial: lpc32xx uart module can't do console X-Git-Tag: omap-for-v3.17/fixes-against-rc2~165^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=080029b149258b9ccb05f26ee5f5d18e359bce2d;p=pandora-kernel.git serial: lpc32xx uart module can't do console Every uart driver that provides a console driver needs to be built-in for the console code to work, we get a build error for modular console drivers. This changes the SERIAL_HS_LPC32XX_CONSOLE symbol to depend on the SERIAL_HS_LPC32XX driver being built-in, just like we do for all the other uart drivers. Signed-off-by: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed