diff options
Diffstat (limited to 'targets/iwill')
-rw-r--r-- | targets/iwill/dk8s2/Config.lb | 2 | ||||
-rw-r--r-- | targets/iwill/dk8x/Config.lb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/targets/iwill/dk8s2/Config.lb b/targets/iwill/dk8s2/Config.lb index cbc45b248f..ff9aeb468e 100644 --- a/targets/iwill/dk8s2/Config.lb +++ b/targets/iwill/dk8s2/Config.lb @@ -21,7 +21,7 @@ option CONFIG_HAVE_FALLBACK_BOOT=1 ### ### Build code to export a programmable irq routing table ### -option CONFIG_HAVE_PIRQ_TABLE=1 +option CONFIG_GENERATE_PIRQ_TABLE=1 option CONFIG_IRQ_SLOT_COUNT=12 # ### diff --git a/targets/iwill/dk8x/Config.lb b/targets/iwill/dk8x/Config.lb index bbc7b71d37..54bd4a1f01 100644 --- a/targets/iwill/dk8x/Config.lb +++ b/targets/iwill/dk8x/Config.lb @@ -21,7 +21,7 @@ option CONFIG_HAVE_FALLBACK_BOOT=1 ### ### Build code to export a programmable irq routing table ### -option CONFIG_HAVE_PIRQ_TABLE=1 +option CONFIG_GENERATE_PIRQ_TABLE=1 option CONFIG_IRQ_SLOT_COUNT=12 # ### |