Skip to content

Commit 78019af

Browse files
fixup! scripts: kconfig: add function to obtain highest IRQn on a controller
1 parent 70716f7 commit 78019af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/kconfig/kconfigfunctions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@ def inc_dec(kconf, name, *args):
12991299
"dt_gpio_hogs_enabled": (dt_gpio_hogs_enabled, 0, 0),
13001300
"dt_chosen_partition_addr_int": (dt_chosen_partition_addr, 1, 3),
13011301
"dt_chosen_partition_addr_hex": (dt_chosen_partition_addr, 1, 3),
1302-
"dt_highest_controller_irq_number": (dt_irq_controller_highest_irqn, 2, 2),
1302+
"dt_highest_controller_irq_number": (dt_highest_controller_irq_number, 2, 2),
13031303
"normalize_upper": (normalize_upper, 1, 1),
13041304
"shields_list_contains": (shields_list_contains, 1, 1),
13051305
"substring": (substring, 2, 3),

0 commit comments

Comments
 (0)