diff options
| author | Kevin Cernekee <cernekee@gmail.com> | 2014-11-25 19:49:49 -0500 |
|---|---|---|
| committer | Florian Fainelli <f.fainelli@gmail.com> | 2014-11-28 18:44:42 -0500 |
| commit | dd1d78a11aecd68f5c688c3259c48b8ea4130aaa (patch) | |
| tree | bfe3cbf47145c0e7bacffe8e3fb0dc4d89e6546c /drivers/bus/Kconfig | |
| parent | f114040e3ea6e07372334ade75d1ee0775c355e1 (diff) | |
bus: brcmstb_gisb: Make the driver buildable on MIPS
BCM7xxx ARM and MIPS platforms share a similar hardware block for
reporting GISB errors, so they both benefit from the use of this driver.
Conditionally compile the ARM-specific bus error handler so that the
GISB error IRQ handler works on other architectures.
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'drivers/bus/Kconfig')
| -rw-r--r-- | drivers/bus/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig index 603eb1be4f6a..b99729e36860 100644 --- a/drivers/bus/Kconfig +++ b/drivers/bus/Kconfig | |||
| @@ -6,7 +6,7 @@ menu "Bus devices" | |||
| 6 | 6 | ||
| 7 | config BRCMSTB_GISB_ARB | 7 | config BRCMSTB_GISB_ARB |
| 8 | bool "Broadcom STB GISB bus arbiter" | 8 | bool "Broadcom STB GISB bus arbiter" |
| 9 | depends on ARM | 9 | depends on ARM || MIPS |
| 10 | help | 10 | help |
| 11 | Driver for the Broadcom Set Top Box System-on-a-chip internal bus | 11 | Driver for the Broadcom Set Top Box System-on-a-chip internal bus |
| 12 | arbiter. This driver provides timeout and target abort error handling | 12 | arbiter. This driver provides timeout and target abort error handling |
