From: Tony Lindgren Date: Thu, 18 Apr 2013 17:54:29 +0000 (-0700) Subject: ARM: OMAP2+: Fix unmet direct dependencies for SERIAL_OMAP X-Git-Tag: v3.10-rc1~23^2~10^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb16d33273532533400cb95189aa50d6b734db57;p=pandora-kernel.git ARM: OMAP2+: Fix unmet direct dependencies for SERIAL_OMAP Commit 8a6201b9 (ARM: OMAP2+: Fix unmet direct dependencies for zoom for 8250 serial) fixed unmet direct dependencies for 8250, but failed to do the same for omap serial. This can cause the following warning: warning: (ARCH_OMAP2PLUS_TYPICAL) selects SERIAL_OMAP which has unmet direct dependencies (TTY && HAS_IOMEM && GENERIC_HARDIRQS && ARCH_OMAP2PLUS). We should not select drivers, they should be selected by the user. Fix the issue by removing the select and adding them to omap2plus_defconfig instead. Signed-off-by: Tony Lindgren Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed