diff mbox

[v1,2/4] ARM: keystone: defconfig: add options to enable PCI controller

Message ID 1414601134-31825-3-git-send-email-m-karicheri2@ti.com
State Superseded
Headers show

Commit Message

Murali Karicheri Oct. 29, 2014, 4:45 p.m. UTC
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
CC: Santosh Shilimkar <ssantosh@kernel.org>
CC: Russell King <linux@arm.linux.org.uk>
CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 v1 - fixed email ID for Santosh
 arch/arm/configs/keystone_defconfig |    3 +++
 1 file changed, 3 insertions(+)

Comments

Santosh Shilimkar Oct. 29, 2014, 6:59 p.m. UTC | #1
On 10/29/2014 09:45 AM, Murali Karicheri wrote:

Please add some change log here even if it minimum.

> Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
> CC: Santosh Shilimkar <ssantosh@kernel.org>
> CC: Russell King <linux@arm.linux.org.uk>
> CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> ---
>   v1 - fixed email ID for Santosh
>   arch/arm/configs/keystone_defconfig |    3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig
> index 932ae40..40d3e9d 100644
> --- a/arch/arm/configs/keystone_defconfig
> +++ b/arch/arm/configs/keystone_defconfig
> @@ -20,6 +20,9 @@ CONFIG_MODULE_FORCE_UNLOAD=y
>   CONFIG_MODVERSIONS=y
>   CONFIG_ARCH_KEYSTONE=y
>   CONFIG_ARM_LPAE=y
> +CONFIG_PCI=y
> +CONFIG_PCI_MSI=y
> +CONFIG_PCI_KEYSTONE=y
>   CONFIG_SMP=y
>   CONFIG_PREEMPT=y
>   CONFIG_AEABI=y
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
diff mbox

Patch

diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig
index 932ae40..40d3e9d 100644
--- a/arch/arm/configs/keystone_defconfig
+++ b/arch/arm/configs/keystone_defconfig
@@ -20,6 +20,9 @@  CONFIG_MODULE_FORCE_UNLOAD=y
 CONFIG_MODVERSIONS=y
 CONFIG_ARCH_KEYSTONE=y
 CONFIG_ARM_LPAE=y
+CONFIG_PCI=y
+CONFIG_PCI_MSI=y
+CONFIG_PCI_KEYSTONE=y
 CONFIG_SMP=y
 CONFIG_PREEMPT=y
 CONFIG_AEABI=y