aboutsummaryrefslogtreecommitdiff
path: root/board/freescale
diff options
context:
space:
mode:
authorTom Rini2022-11-19 18:45:20 -0500
committerTom Rini2022-12-05 16:07:12 -0500
commit500dfebf22cbf0adbef02b80c75a93892ee861ec (patch)
treec1c35e55e934030478039fdbcf318ad05aa4fdff /board/freescale
parent0ea156ba00f34b3b9c8735d25c8ec7b8dffffb45 (diff)
mpc8548cds: Migrate CONFIG_INTERRUPTS to Kconfig
Only this platform sets this option, define it in the board Kconfig file. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/freescale')
-rw-r--r--board/freescale/mpc8548cds/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/freescale/mpc8548cds/Kconfig b/board/freescale/mpc8548cds/Kconfig
index 723ead51e5c..bb0a0758964 100644
--- a/board/freescale/mpc8548cds/Kconfig
+++ b/board/freescale/mpc8548cds/Kconfig
@@ -6,6 +6,9 @@ config PCI1
config FSL_CADMUS
def_bool y
+config INTERRUPTS
+ def_bool y
+
config SYS_BOARD
default "mpc8548cds"