[PATCH 13/38] mpc8548cds: Migrate CONFIG_INTERRUPTS to Kconfig

Tom Rini trini at konsulko.com
Sun Nov 20 00:45:20 CET 2022


Only this platform sets this option, define it in the board Kconfig
file.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 board/freescale/mpc8548cds/Kconfig | 3 +++
 include/configs/MPC8548CDS.h       | 2 --
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/board/freescale/mpc8548cds/Kconfig b/board/freescale/mpc8548cds/Kconfig
index 723ead51e5ce..bb0a0758964c 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 75ac26957078..83eb18c3b7ac 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
-- 
2.25.1



More information about the U-Boot mailing list