Skip to content
Snippets Groups Projects
Commit f30ad49b authored by Haiying Wang's avatar Haiying Wang Committed by Wolfgang Denk
Browse files

Move CONFIG_QE out of CONFIG_PCI wrap for MPC8568MDS


CONFIG_QE shouldn't be in the wrap of CONFIG_PCI, fix it.

Signed-off-by: default avatarHaiying Wang <Haiying.Wang@freescale.com>
parent f8c32060
No related branches found
No related tags found
No related merge requests found
......@@ -334,11 +334,6 @@ extern unsigned long get_clock_freq(void);
#define CFG_SRIO_MEM_BASE 0xc0000000
#if defined(CONFIG_PCI)
#define CONFIG_NET_MULTI
#define CONFIG_PCI_PNP /* do pci plug-and-play */
#ifdef CONFIG_QE
/*
* QE UEC ethernet configuration
......@@ -377,6 +372,11 @@ extern unsigned long get_clock_freq(void);
#endif
#endif /* CONFIG_QE */
#if defined(CONFIG_PCI)
#define CONFIG_NET_MULTI
#define CONFIG_PCI_PNP /* do pci plug-and-play */
#undef CONFIG_EEPRO100
#undef CONFIG_TULIP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment