From: Tony Lindgren <tony@atomide.com>
To: Sanjeev Premi <premi@ti.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH 1/1] Enable CONFIG_GPIO_TWL4030=y
Date: Fri, 10 Oct 2008 15:35:47 +0300 [thread overview]
Message-ID: <20081010123546.GA3044@atomide.com> (raw)
In-Reply-To: <1223641138-27480-1-git-send-email-premi@ti.com>
* Sanjeev Premi <premi@ti.com> [081010 15:19]:
> Without this option, kernel builds would fail, with
> errors similar to:
>
> hsmmc.c:50: undefined reference to `twl4030_get_gpio_datain'
> hsmmc.c:82: undefined reference to `twl4030_free_gpio'
> hsmmc.c:63: undefined reference to `twl4030_request_gpio'
> hsmmc.c:67: undefined reference to `twl4030_set_gpio_debounce'
Thanks, pushed.
Tony
> Signed-off-by: Sanjeev Premi <premi@ti.com>
> ---
> arch/arm/configs/omap2_evm_defconfig | 1 +
> arch/arm/configs/omap3_beagle_defconfig | 1 +
> arch/arm/configs/omap3_evm_defconfig | 1 +
> arch/arm/configs/omap_2430sdp_defconfig | 22 ++++++++++++++++++++++
> arch/arm/configs/omap_3430sdp_defconfig | 1 +
> arch/arm/configs/omap_ldp_defconfig | 1 +
> 6 files changed, 27 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/configs/omap2_evm_defconfig b/arch/arm/configs/omap2_evm_defconfig
> index 61f0965..b52426a 100644
> --- a/arch/arm/configs/omap2_evm_defconfig
> +++ b/arch/arm/configs/omap2_evm_defconfig
> @@ -795,6 +795,7 @@ CONFIG_GPIOLIB=y
> # CONFIG_GPIO_MAX732X is not set
> # CONFIG_GPIO_PCA953X is not set
> # CONFIG_GPIO_PCF857X is not set
> +CONFIG_GPIO_TWL4030=y
>
> #
> # PCI GPIO expanders:
> diff --git a/arch/arm/configs/omap3_beagle_defconfig b/arch/arm/configs/omap3_beagle_defconfig
> index 7805995..0d2f770 100644
> --- a/arch/arm/configs/omap3_beagle_defconfig
> +++ b/arch/arm/configs/omap3_beagle_defconfig
> @@ -709,6 +709,7 @@ CONFIG_HAVE_GPIO_LIB=y
> #
> # CONFIG_GPIO_PCA953X is not set
> # CONFIG_GPIO_PCF857X is not set
> +CONFIG_GPIO_TWL4030=y
>
> #
> # SPI GPIO expanders:
> diff --git a/arch/arm/configs/omap3_evm_defconfig b/arch/arm/configs/omap3_evm_defconfig
> index ebeaef3..507a689 100644
> --- a/arch/arm/configs/omap3_evm_defconfig
> +++ b/arch/arm/configs/omap3_evm_defconfig
> @@ -779,6 +779,7 @@ CONFIG_HAVE_GPIO_LIB=y
> #
> # CONFIG_GPIO_PCA953X is not set
> # CONFIG_GPIO_PCF857X is not set
> +CONFIG_GPIO_TWL4030=y
>
> #
> # SPI GPIO expanders:
> diff --git a/arch/arm/configs/omap_2430sdp_defconfig b/arch/arm/configs/omap_2430sdp_defconfig
> index b0617c0..0a12c36 100644
> --- a/arch/arm/configs/omap_2430sdp_defconfig
> +++ b/arch/arm/configs/omap_2430sdp_defconfig
> @@ -750,6 +750,28 @@ CONFIG_SPI_MASTER=y
> # CONFIG_SPI_TSC2301 is not set
> # CONFIG_SPI_SPIDEV is not set
> # CONFIG_SPI_TLE62X0 is not set
> +CONFIG_ARCH_REQUIRE_GPIOLIB=y
> +CONFIG_GPIOLIB=y
> +# CONFIG_DEBUG_GPIO is not set
> +# CONFIG_GPIO_SYSFS is not set
> +
> +#
> +# I2C GPIO expanders:
> +#
> +# CONFIG_GPIO_MAX732X is not set
> +# CONFIG_GPIO_PCA953X is not set
> +# CONFIG_GPIO_PCF857X is not set
> +CONFIG_GPIO_TWL4030=y
> +
> +#
> +# PCI GPIO expanders:
> +#
> +
> +#
> +# SPI GPIO expanders:
> +#
> +# CONFIG_GPIO_MAX7301 is not set
> +# CONFIG_GPIO_MCP23S08 is not set
> # CONFIG_W1 is not set
> # CONFIG_HWMON is not set
> CONFIG_MISC_DEVICES=y
> diff --git a/arch/arm/configs/omap_3430sdp_defconfig b/arch/arm/configs/omap_3430sdp_defconfig
> index 11c0cf7..bd6006c 100644
> --- a/arch/arm/configs/omap_3430sdp_defconfig
> +++ b/arch/arm/configs/omap_3430sdp_defconfig
> @@ -790,6 +790,7 @@ CONFIG_HAVE_GPIO_LIB=y
> #
> # CONFIG_GPIO_PCA953X is not set
> # CONFIG_GPIO_PCF857X is not set
> +CONFIG_GPIO_TWL4030=y
>
> #
> # SPI GPIO expanders:
> diff --git a/arch/arm/configs/omap_ldp_defconfig b/arch/arm/configs/omap_ldp_defconfig
> index 9a90975..fd34367 100644
> --- a/arch/arm/configs/omap_ldp_defconfig
> +++ b/arch/arm/configs/omap_ldp_defconfig
> @@ -549,6 +549,7 @@ CONFIG_HAVE_GPIO_LIB=y
> #
> # CONFIG_GPIO_PCA953X is not set
> # CONFIG_GPIO_PCF857X is not set
> +CONFIG_GPIO_TWL4030=y
>
> #
> # SPI GPIO expanders:
> --
> 1.5.6
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2008-10-10 12:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-10 12:18 [PATCH 1/1] Enable CONFIG_GPIO_TWL4030=y Sanjeev Premi
2008-10-10 12:35 ` Tony Lindgren [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081010123546.GA3044@atomide.com \
--to=tony@atomide.com \
--cc=linux-omap@vger.kernel.org \
--cc=premi@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.