Re: [PATCH 1/1] geode: Reflect mfgpt dependency on mfd.

From: Andres Salomon
Date: Wed Jun 29 2011 - 13:06:03 EST


Looks correct to me. It should probably be sent to Andrew to be queued
up.

Acked-by: Andres Salomon <dilinger@xxxxxxxxxx>

On Tue, 28 Jun 2011
22:00:09 -0600 Philip Prindeville <philipp@xxxxxxxxxxxxxxxxxxxxx> wrote:

> From: Philip A. Prindeville <philipp@xxxxxxxxxxxxxxxxxxxxx>
>
> As stated in drivers/mfd/cs5535-mfd.c, the mfd driver exposes the BARs
> which then make the GPIO, MFGPT, ACPI, etc. all visible to the system.
>
> This dependency needs to be reflected in Kconfig.
>
> Signed-off-by: Philip A. Prindeville <philipp@xxxxxxxxxxxxxxxxxxxxx>
> Acked-by: Alexandros C. Couloumbis <alex@xxxxxxx>
> ---
> drivers/misc/Kconfig | 3 +--
> 1 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
> index 4e349cd..3546474 100644
> --- a/drivers/misc/Kconfig
> +++ b/drivers/misc/Kconfig
> @@ -245,8 +245,7 @@ config SGI_XP
>
> config CS5535_MFGPT
> tristate "CS5535/CS5536 Geode Multi-Function General Purpose
> Timer (MFGPT) support"
> - depends on PCI
> - depends on X86
> + depends on PCI && X86 && MFD_CS5535
> default n
> help
> This driver provides access to MFGPT functionality for
> other
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/