aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
282 282
283config PINTx_REASSIGN 283config PINTx_REASSIGN
284 bool "Reprogram PINT Assignment" 284 bool "Reprogram PINT Assignment"
285 default n 285 default y
286 help 286 help
287 The interrupt assignment registers controls the pin-to-interrupt 287 The interrupt assignment registers controls the pin-to-interrupt
288 assignment in a byte-wide manner. Each option allows you to select 288 assignment in a byte-wide manner. Each option allows you to select
@@ -303,7 +303,7 @@ config PINT1_ASSIGN
303config PINT2_ASSIGN 303config PINT2_ASSIGN
304 hex "PINT2_ASSIGN" 304 hex "PINT2_ASSIGN"
305 depends on PINTx_REASSIGN 305 depends on PINTx_REASSIGN
306 default 0x00000101 306 default 0x07000101
307config PINT3_ASSIGN 307config PINT3_ASSIGN
308 hex "PINT3_ASSIGN" 308 hex "PINT3_ASSIGN"
309 depends on PINTx_REASSIGN 309 depends on PINTx_REASSIGN