From: Tony Lindgren Date: Mon, 4 Mar 2013 18:28:21 +0000 (-0800) Subject: ARM: OMAP2+: Fix unmet direct dependencies for zoom for 8250 serial X-Git-Tag: omap-for-v3.9-rc1/fixes-signed~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a6201b9ea71b521557d25e356eef640176899df;p=pandora-kernel.git ARM: OMAP2+: Fix unmet direct dependencies for zoom for 8250 serial We should not select drivers from kconfig as they should by default be optional. Otherwise we'll be chasing broken dependencies forever: warning: (MACH_OMAP_ZOOM2 && MACH_OMAP_ZOOM3 && MWAVE) selects SERIAL_8250 which has unmet direct dependencies (TTY && HAS_IOMEM && GENERIC_HARDIRQS) Fix the issue by removing the selects for zoom and add them to omap2plus_defconfig. Reported-by: Russell King Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed