mpc8548cds: Migrate CONFIG_INTERRUPTS to Kconfig
authorTom Rini <trini@konsulko.com>
Sat, 19 Nov 2022 23:45:20 +0000 (18:45 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 5 Dec 2022 21:07:12 +0000 (16:07 -0500)
Only this platform sets this option, define it in the board Kconfig
file.

Signed-off-by: Tom Rini <trini@konsulko.com>
board/freescale/mpc8548cds/Kconfig
include/configs/MPC8548CDS.h

index 723ead5..bb0a075 100644 (file)
@@ -6,6 +6,9 @@ config PCI1
 config FSL_CADMUS
        def_bool y
 
+config INTERRUPTS
+       def_bool y
+
 config SYS_BOARD
        default "mpc8548cds"
 
index 75ac269..83eb18c 100644 (file)
@@ -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