aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf548/Kconfig
diff options
context:
space:
mode:
authorMichael Hennerich <michael.hennerich@analog.com>2007-07-24 16:27:25 +0800
committerBryan Wu <bryan.wu@analog.com>2007-07-24 16:27:25 +0800
commit31430ba58a3c33cf32aa89117876f6e24f1b9a6e (patch)
treea3703dfcd54073848d7fb9d66c19921b26137d83 /arch/blackfin/mach-bf548/Kconfig
parentBlackfin arch: Add label to call new GPIO API (diff)
downloadlinux-dev-31430ba58a3c33cf32aa89117876f6e24f1b9a6e.tar.xz
linux-dev-31430ba58a3c33cf32aa89117876f6e24f1b9a6e.zip
Blackfin arch: Add PORT_J.High (needed for BF548-EZkit Touchscreen interrupts) - remove PORT_C.H
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to '')
-rw-r--r--arch/blackfin/mach-bf548/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/mach-bf548/Kconfig b/arch/blackfin/mach-bf548/Kconfig
index e78b03d56c7c..3976b7f523c3 100644
--- a/arch/blackfin/mach-bf548/Kconfig
+++ b/arch/blackfin/mach-bf548/Kconfig
@@ -282,7 +282,7 @@ menu "Assignment"
config PINTx_REASSIGN
bool "Reprogram PINT Assignment"
- default n
+ default y
help
The interrupt assignment registers controls the pin-to-interrupt
assignment in a byte-wide manner. Each option allows you to select
@@ -303,7 +303,7 @@ config PINT1_ASSIGN
config PINT2_ASSIGN
hex "PINT2_ASSIGN"
depends on PINTx_REASSIGN
- default 0x00000101
+ default 0x07000101
config PINT3_ASSIGN
hex "PINT3_ASSIGN"
depends on PINTx_REASSIGN