]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/85xx: fix Kconfig warning about missing 8250 dependency
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 20 Jan 2012 01:23:20 +0000 (20:23 -0500)
committergalak <galak@spiff.(none)>
Thu, 15 Mar 2012 17:12:16 +0000 (12:12 -0500)
commitcb41fa024e0cc306472c1c08c93758263724d0e8
treeb4bc57fcc7fb41090d073756cbad597f9af33a8a
parentaba0eb84c87928992c021d33ef3ea59c931086b9
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 <paul.gortmaker@windriver.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/85xx/Kconfig