diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-04-09 04:32:50 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-04-09 04:35:32 -0400 |
commit | 549c5dc19ee33f4af5a343884c3a559adc53a44c (patch) | |
tree | dc13429defcbf2819079f7b96977c7646d29340e /drivers/gpio | |
parent | a490c656c96b54e7582a6c846c7d1d3dba61e373 (diff) |
gpio: dwapb: remove dependencies
The Synopsys DesignWare DWAPB GPIO block is popular to
synthesize amongst many architectures: X86, ARM, ARC.
The driver was restricted to only these archs due to
using [read|write]l_relaxed() accessors that were not
universally available in the past,
but as of commit 9439eb3ab9d1ece6e4ad7baaa4a7f534f9b9dab0
"asm-generic: io: implement relaxed accessor macros as
conditional wrappers" these accessors are available on all
archs so this should not be a problem any more. Enable the
driver for all archs.
Cc: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 5b821a189780..17b72729ed3c 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -142,7 +142,6 @@ config GPIO_DAVINCI | |||
142 | 142 | ||
143 | config GPIO_DWAPB | 143 | config GPIO_DWAPB |
144 | tristate "Synopsys DesignWare APB GPIO driver" | 144 | tristate "Synopsys DesignWare APB GPIO driver" |
145 | depends on ((ARC || ARM || ARM64) && OF_GPIO) || X86_INTEL_QUARK | ||
146 | select GPIO_GENERIC | 145 | select GPIO_GENERIC |
147 | select GENERIC_IRQ_CHIP | 146 | select GENERIC_IRQ_CHIP |
148 | help | 147 | help |