Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1224536 > unrolled thread

[PATCH v7 2/3] can: Allwinner A10/A20 CAN Controller support - Defconfigs

Started byGerhard Bertelsmann <info@gerhard-bertelsmann.de>
First post2015-09-15 01:20 +0200
Last post2015-09-15 10:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v7 2/3] can: Allwinner A10/A20 CAN Controller support - Defconfigs Gerhard Bertelsmann <info@gerhard-bertelsmann.de> - 2015-09-15 01:20 +0200
    Re: [PATCH v7 2/3] can: Allwinner A10/A20 CAN Controller support -  Defconfigs Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-09-15 10:00 +0200

#1224536 — [PATCH v7 2/3] can: Allwinner A10/A20 CAN Controller support - Defconfigs

FromGerhard Bertelsmann <info@gerhard-bertelsmann.de>
Date2015-09-15 01:20 +0200
Subject[PATCH v7 2/3] can: Allwinner A10/A20 CAN Controller support - Defconfigs
Message-ID<q8Lct-3TM-5@gated-at.bofh.it>
Defconfigs for Allwinner A10/A20 CAN driver

Signed-off-by: Gerhard Bertelsmann <info@gerhard-bertelsmann.de>
---

 arch/arm/configs/multi_v7_defconfig                |   1 +
 arch/arm/configs/sunxi_defconfig                   |   2 +
 2 files changed, 3 insertions(+)


diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 03deb7f..14eb6b9 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -153,6 +153,7 @@ CONFIG_CAN_DEV=y
 CONFIG_CAN_AT91=m
 CONFIG_CAN_XILINXCAN=y
 CONFIG_CAN_MCP251X=y
+CONFIG_CAN_SUN4I=y
 CONFIG_BT=m
 CONFIG_BT_MRVL=m
 CONFIG_BT_MRVL_SDIO=m
diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig
index 51eea22..fe020a5 100644
--- a/arch/arm/configs/sunxi_defconfig
+++ b/arch/arm/configs/sunxi_defconfig
@@ -31,6 +31,8 @@ CONFIG_IP_PNP_BOOTP=y
 # CONFIG_INET_LRO is not set
 # CONFIG_INET_DIAG is not set
 # CONFIG_IPV6 is not set
+CONFIG_CAN=y
+CONFIG_CAN_SUN4I=y
 # CONFIG_WIRELESS is not set
 CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=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/

[toc] | [next] | [standalone]


#1224733 — Re: [PATCH v7 2/3] can: Allwinner A10/A20 CAN Controller support - Defconfigs

FromMaxime Ripard <maxime.ripard@free-electrons.com>
Date2015-09-15 10:00 +0200
SubjectRe: [PATCH v7 2/3] can: Allwinner A10/A20 CAN Controller support - Defconfigs
Message-ID<q8TjH-6Xi-5@gated-at.bofh.it>
In reply to#1224536

[Multipart message — attachments visible in raw view] — view raw

Hi,

On Tue, Sep 15, 2015 at 01:17:11AM +0200, Gerhard Bertelsmann wrote:
> Defconfigs for Allwinner A10/A20 CAN driver
> 
> Signed-off-by: Gerhard Bertelsmann <info@gerhard-bertelsmann.de>
> ---
> 
>  arch/arm/configs/multi_v7_defconfig                |   1 +
>  arch/arm/configs/sunxi_defconfig                   |   2 +
>  2 files changed, 3 insertions(+)

Sorry if it wasn't clear, I meant one patch for each defconfig.

Thanks!
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web