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:
parent
0ea156ba00
commit
500dfebf22
@ -6,6 +6,9 @@ config PCI1
|
||||
config FSL_CADMUS
|
||||
def_bool y
|
||||
|
||||
config INTERRUPTS
|
||||
def_bool y
|
||||
|
||||
config SYS_BOARD
|
||||
default "mpc8548cds"
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user