From: Paul Gortmaker Date: Fri, 20 Jan 2012 01:23:20 +0000 (-0500) Subject: powerpc/85xx: fix Kconfig warning about missing 8250 dependency X-Git-Tag: v3.4-rc1~159^2~7^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb41fa024e0cc306472c1c08c93758263724d0e8;p=pandora-kernel.git powerpc/85xx: fix Kconfig warning about missing 8250 dependency The SERIAL_8250_EXTENDED option just enables access to other less regularly used options, like SERIAL_8250_SHARE_IRQ. Select it to get rid of this warning when selecting the child option living underneath it. warning: (FSL_SOC_BOOKE && SERIAL_8250_RM9K) selects SERIAL_8250_SHARE_IRQ which has unmet direct dependencies (HAS_IOMEM && SERIAL_8250_EXTENDED) Signed-off-by: Paul Gortmaker Signed-off-by: Kumar Gala --- Reading git-diff-tree failed