diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2007-07-12 10:17:18 +0200 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-07-12 10:17:18 +0200 |
commit | 34e0fc89bdc1e6f50032dc43ed23167f5dbad6da (patch) | |
tree | b76cb79b0e2b7254b0942de510c1ce459df83567 /arch/blackfin/Kconfig | |
parent | Blackfin arch: cleanup warnings from checkpatch -- no functional changes (diff) | |
download | linux-34e0fc89bdc1e6f50032dc43ed23167f5dbad6da.tar.xz linux-34e0fc89bdc1e6f50032dc43ed23167f5dbad6da.zip |
Blackfin arch: Enable BF54x PIN/GPIO interrupts
Signed-off-bu: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 385c2626b666..e01bfc7685b5 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig @@ -71,7 +71,7 @@ config GENERIC_CALIBRATE_DELAY config IRQCHIP_DEMUX_GPIO bool - depends on (BF53x || BF561) + depends on (BF53x || BF561 || BF54x) default y source "init/Kconfig" |