summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-20 02:45:20 +0300
committerTom Rini <trini@konsulko.com>2022-12-06 00:07:12 +0300
commit500dfebf22cbf0adbef02b80c75a93892ee861ec (patch)
treec1c35e55e934030478039fdbcf318ad05aa4fdff
parent0ea156ba00f34b3b9c8735d25c8ec7b8dffffb45 (diff)
downloadu-boot-500dfebf22cbf0adbef02b80c75a93892ee861ec.tar.xz
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>
-rw-r--r--board/freescale/mpc8548cds/Kconfig3
-rw-r--r--include/configs/MPC8548CDS.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/board/freescale/mpc8548cds/Kconfig b/board/freescale/mpc8548cds/Kconfig
index 723ead51e5..bb0a075896 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"
diff --git a/include/configs/MPC8548CDS.h b/include/configs/MPC8548CDS.h
index 75ac269570..83eb18c3b7 100644
--- a/include/configs/MPC8548CDS.h
+++ b/include/configs/MPC8548CDS.h
@@ -13,8 +13,6 @@
#ifndef __CONFIG_H
#define __CONFIG_H
-#define CONFIG_INTERRUPTS /* enable pci, srio, ddr interrupts */
-
#ifndef __ASSEMBLY__
#include <linux/stringify.h>
#endif