diff mbox

[v7,2/3] ARM: bcm281xx: Enable GPIO driver

Message ID 1377882914-30152-3-git-send-email-markus.mayer@linaro.org
State New
Headers show

Commit Message

Markus Mayer Aug. 30, 2013, 5:15 p.m. UTC
Turn on the bcm281xx GPIO driver in the kernel configuration.
---
 arch/arm/mach-bcm/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Christian Daudt Aug. 30, 2013, 11:16 p.m. UTC | #1
On 13-08-30 10:15 AM, Markus Mayer wrote:
> Turn on the bcm281xx GPIO driver in the kernel configuration.
> ---
>   arch/arm/mach-bcm/Kconfig |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
> index f112895..5819126 100644
> --- a/arch/arm/mach-bcm/Kconfig
> +++ b/arch/arm/mach-bcm/Kconfig
> @@ -9,7 +9,7 @@ config ARCH_BCM
>   	select CLKSRC_OF
>   	select GENERIC_CLOCKEVENTS
>   	select GENERIC_TIME
> -	select GPIO_BCM
> +	select GPIO_BCM_KONA
>   	select SPARSE_IRQ
>   	select TICK_ONESHOT
>   	help
Reviewed-by: Christian Daudt <csd@broadcom.com>

  Thanks,
    csd
Markus Mayer Sept. 3, 2013, 5:44 p.m. UTC | #2
On 30 August 2013 16:16, Christian Daudt <csd@broadcom.com> wrote:
> On 13-08-30 10:15 AM, Markus Mayer wrote:
>>
>> Turn on the bcm281xx GPIO driver in the kernel configuration.
>> ---
>>   arch/arm/mach-bcm/Kconfig |    2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
>> index f112895..5819126 100644
>> --- a/arch/arm/mach-bcm/Kconfig
>> +++ b/arch/arm/mach-bcm/Kconfig
>> @@ -9,7 +9,7 @@ config ARCH_BCM
>>         select CLKSRC_OF
>>         select GENERIC_CLOCKEVENTS
>>         select GENERIC_TIME
>> -       select GPIO_BCM
>> +       select GPIO_BCM_KONA
>>         select SPARSE_IRQ
>>         select TICK_ONESHOT
>>         help
>
> Reviewed-by: Christian Daudt <csd@broadcom.com>

Also

Signed-off-by: Markus Mayer <markus.mayer@linaro.org>

Looks like I forgot to add the sign-off to this re-introduced patch.
Please let me know if you want me to re-send rather than just adding
it here on the mailing list.

Regards,
-Markus
diff mbox

Patch

diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
index f112895..5819126 100644
--- a/arch/arm/mach-bcm/Kconfig
+++ b/arch/arm/mach-bcm/Kconfig
@@ -9,7 +9,7 @@  config ARCH_BCM
 	select CLKSRC_OF
 	select GENERIC_CLOCKEVENTS
 	select GENERIC_TIME
-	select GPIO_BCM
+	select GPIO_BCM_KONA
 	select SPARSE_IRQ
 	select TICK_ONESHOT
 	help