* [PATCH] powerpc/85xx: fix Kconfig warning about missing 8250 dependency
@ 2012-01-20 1:23 Paul Gortmaker
2012-01-24 23:08 ` Kumar Gala
0 siblings, 1 reply; 2+ messages in thread
From: Paul Gortmaker @ 2012-01-20 1:23 UTC (permalink / raw)
To: galak, benh, paulus; +Cc: Paul Gortmaker, linuxppc-dev
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>
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig
index d7946be..b221236 100644
--- a/arch/powerpc/platforms/85xx/Kconfig
+++ b/arch/powerpc/platforms/85xx/Kconfig
@@ -6,6 +6,7 @@ menuconfig FSL_SOC_BOOKE
select MPIC
select PPC_PCI_CHOICE
select FSL_PCI if PCI
+ select SERIAL_8250_EXTENDED if SERIAL_8250
select SERIAL_8250_SHARE_IRQ if SERIAL_8250
default y
--
1.7.7.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] powerpc/85xx: fix Kconfig warning about missing 8250 dependency
2012-01-20 1:23 [PATCH] powerpc/85xx: fix Kconfig warning about missing 8250 dependency Paul Gortmaker
@ 2012-01-24 23:08 ` Kumar Gala
0 siblings, 0 replies; 2+ messages in thread
From: Kumar Gala @ 2012-01-24 23:08 UTC (permalink / raw)
To: Paul Gortmaker; +Cc: paulus, linuxppc-dev
On Jan 19, 2012, at 7:23 PM, Paul Gortmaker wrote:
> 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>
applied to merge
- k
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-01-24 23:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-20 1:23 [PATCH] powerpc/85xx: fix Kconfig warning about missing 8250 dependency Paul Gortmaker
2012-01-24 23:08 ` Kumar Gala
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).