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>
This commit is contained in:
Tom Rini 2022-11-19 18:45:20 -05:00
parent 0ea156ba00
commit 500dfebf22
2 changed files with 3 additions and 2 deletions

View file

@ -6,6 +6,9 @@ config PCI1
config FSL_CADMUS
def_bool y
config INTERRUPTS
def_bool y
config SYS_BOARD
default "mpc8548cds"

View 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