diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/sbc8349.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/configs/sbc8349.h b/include/configs/sbc8349.h index e961bb3929f..6f574ca6bf4 100644 --- a/include/configs/sbc8349.h +++ b/include/configs/sbc8349.h @@ -32,6 +32,21 @@ #define __CONFIG_H /* + * Top level Makefile configuration choices + */ +#ifdef CONFIG_MK_PCI +#define CONFIG_PCI +#endif + +#ifdef CONFIG_MK_66 +#define PCI_66M +#endif + +#ifdef CONFIG_MK_33 +#define PCI_33M +#endif + +/* * High Level Configuration Options */ #define CONFIG_E300 1 /* E300 Family */ |