Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1660013 > unrolled thread
| Started by | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| First post | 2017-06-07 19:00 +0200 |
| Last post | 2017-06-08 22:50 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] arm64: defconfig: Enable ARCH_BRCMSTB Florian Fainelli <f.fainelli@gmail.com> - 2017-06-07 19:00 +0200
Re: [PATCH] arm64: defconfig: Enable ARCH_BRCMSTB Arnd Bergmann <arnd@arndb.de> - 2017-06-07 22:00 +0200
Re: [PATCH] arm64: defconfig: Enable ARCH_BRCMSTB Florian Fainelli <f.fainelli@gmail.com> - 2017-06-08 22:50 +0200
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Date | 2017-06-07 19:00 +0200 |
| Subject | [PATCH] arm64: defconfig: Enable ARCH_BRCMSTB |
| Message-ID | <tPMtk-J4-3@gated-at.bofh.it> |
ARCH_BRCMSTB was one of the few platforms that were not enabled by default, since we are now adding more and more drivers relevant to that platform get some proper build coverage. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> --- I can submit this through the next arm-soc pull requests (shortly), if that's okay with all of you, thanks! arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index ce072859e3b2..1439b2f1f590 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -37,6 +37,7 @@ CONFIG_ARCH_ALPINE=y CONFIG_ARCH_BCM2835=y CONFIG_ARCH_BCM_IPROC=y CONFIG_ARCH_BERLIN=y +CONFIG_ARCH_BRCMSTB=y CONFIG_ARCH_EXYNOS=y CONFIG_ARCH_LAYERSCAPE=y CONFIG_ARCH_LG1K=y -- 2.9.3
[toc] | [next] | [standalone]
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Date | 2017-06-07 22:00 +0200 |
| Message-ID | <tPPhv-2wD-11@gated-at.bofh.it> |
| In reply to | #1660013 |
On Wed, Jun 7, 2017 at 6:58 PM, Florian Fainelli <f.fainelli@gmail.com> wrote: > ARCH_BRCMSTB was one of the few platforms that were not enabled by > default, since we are now adding more and more drivers relevant to that > platform get some proper build coverage. > > Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> > --- > I can submit this through the next arm-soc pull requests (shortly), if > that's okay with all of you, thanks! Acked-by: Arnd Bergmann <arnd@arndb.de>
[toc] | [prev] | [next] | [standalone]
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Date | 2017-06-08 22:50 +0200 |
| Message-ID | <tQcxr-CA-7@gated-at.bofh.it> |
| In reply to | #1660154 |
On 06/07/2017 12:50 PM, Arnd Bergmann wrote: > On Wed, Jun 7, 2017 at 6:58 PM, Florian Fainelli <f.fainelli@gmail.com> wrote: >> ARCH_BRCMSTB was one of the few platforms that were not enabled by >> default, since we are now adding more and more drivers relevant to that >> platform get some proper build coverage. >> >> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> >> --- >> I can submit this through the next arm-soc pull requests (shortly), if >> that's okay with all of you, thanks! > > Acked-by: Arnd Bergmann <arnd@arndb.de> Applied to defconfig-arm64/next, thanks! -- Florian
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web