mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user