Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1612468
| From | Doug Berger <opendmb@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 5/6] bus: brcmstb_gisb: enable driver for ARM64 architecture |
| Date | 2017-03-30 02:40 +0200 |
| Message-ID | <tqwi5-6vs-21@gated-at.bofh.it> (permalink) |
| References | <tqwi5-6vs-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The ARM64 architecture can provide meaningful diagnostic output from the GISB arbiter solely from interrupts and notifiers without the need to hook the low level fault handlers. Signed-off-by: Doug Berger <opendmb@gmail.com> --- drivers/bus/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig index 0a52da439abf..d2a5f1184022 100644 --- a/drivers/bus/Kconfig +++ b/drivers/bus/Kconfig @@ -57,7 +57,7 @@ config ARM_CCN config BRCMSTB_GISB_ARB bool "Broadcom STB GISB bus arbiter" - depends on ARM || MIPS + depends on ARM || ARM64 || MIPS default ARCH_BRCMSTB || BMIPS_GENERIC help Driver for the Broadcom Set Top Box System-on-a-chip internal bus -- 2.12.0
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v3 0/6] bus: brcmstb_gisb: add support for GISBv7 arbiter Doug Berger <opendmb@gmail.com> - 2017-03-30 02:40 +0200
[PATCH v3 6/6] bus: brcmstb_gisb: update to support new revision Doug Berger <opendmb@gmail.com> - 2017-03-30 02:40 +0200
[PATCH v3 5/6] bus: brcmstb_gisb: enable driver for ARM64 architecture Doug Berger <opendmb@gmail.com> - 2017-03-30 02:40 +0200
Re: [PATCH v3 0/6] bus: brcmstb_gisb: add support for GISBv7 arbiter Florian Fainelli <f.fainelli@gmail.com> - 2017-03-30 18:40 +0200
Re: [PATCH v3 0/6] bus: brcmstb_gisb: add support for GISBv7 arbiter Mark Rutland <mark.rutland@arm.com> - 2017-03-30 20:30 +0200
Re: [PATCH v3 0/6] bus: brcmstb_gisb: add support for GISBv7 arbiter Florian Fainelli <f.fainelli@gmail.com> - 2017-03-30 21:40 +0200
csiph-web