Commit 31430ba5 authored by Michael Hennerich's avatar Michael Hennerich Committed by Bryan Wu

Blackfin arch: Add PORT_J.High (needed for BF548-EZkit Touchscreen interrupts) - remove PORT_C.H

Signed-off-by: default avatarMichael Hennerich <michael.hennerich@analog.com>
Signed-off-by: default avatarBryan Wu <bryan.wu@analog.com>
parent 6782ea9a
...@@ -282,7 +282,7 @@ menu "Assignment" ...@@ -282,7 +282,7 @@ menu "Assignment"
config PINTx_REASSIGN config PINTx_REASSIGN
bool "Reprogram PINT Assignment" bool "Reprogram PINT Assignment"
default n default y
help help
The interrupt assignment registers controls the pin-to-interrupt The interrupt assignment registers controls the pin-to-interrupt
assignment in a byte-wide manner. Each option allows you to select assignment in a byte-wide manner. Each option allows you to select
...@@ -303,7 +303,7 @@ config PINT1_ASSIGN ...@@ -303,7 +303,7 @@ config PINT1_ASSIGN
config PINT2_ASSIGN config PINT2_ASSIGN
hex "PINT2_ASSIGN" hex "PINT2_ASSIGN"
depends on PINTx_REASSIGN depends on PINTx_REASSIGN
default 0x00000101 default 0x07000101
config PINT3_ASSIGN config PINT3_ASSIGN
hex "PINT3_ASSIGN" hex "PINT3_ASSIGN"
depends on PINTx_REASSIGN depends on PINTx_REASSIGN
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment