From: Arnd Bergmann Date: Tue, 29 Apr 2014 20:26:22 +0000 (+0200) Subject: serial: add missing SERIAL_CORE dependencies X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~35^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=717e1cb22f01ddeaaeddc126fed43f975c920d97;p=pandora-kernel.git serial: add missing SERIAL_CORE dependencies Two new drivers have been added since 3.14, the MEN 16z135 uart, and the ARM semihosting console. Both are missing an explicit 'select SERIAL_CORE', which can leads build errors when no other driver selects the core, as found during ARM randconfig testing. In case of the ARM semihosting console, we also have to select SERIAL_CORE_CONSOLE. This adds the missing 'select' statements. Signed-off-by: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed