diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/cm4008.h | 4 | ||||
-rw-r--r-- | include/configs/cm41xx.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/include/configs/cm4008.h b/include/configs/cm4008.h index 6f875de..5947c2a 100644 --- a/include/configs/cm4008.h +++ b/include/configs/cm4008.h @@ -31,12 +31,14 @@ #define CONFIG_KS8695 1 /* it is a KS8695 CPU */ #define CONFIG_CM4008 1 /* it is an OpenGear CM4008 boad */ -#undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */ +#undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */ #define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */ #define CONFIG_SETUP_MEMORY_TAGS 1 #define CONFIG_INITRD_TAG 1 +#define CONFIG_DRIVER_KS8695ETH /* use KS8695 ethernet driver */ + /* * Size of malloc() pool */ diff --git a/include/configs/cm41xx.h b/include/configs/cm41xx.h index ec114cb..e62fc06 100644 --- a/include/configs/cm41xx.h +++ b/include/configs/cm41xx.h @@ -31,12 +31,14 @@ #define CONFIG_KS8695 1 /* it is a KS8695 CPU */ #define CONFIG_CM41xx 1 /* it is an OpenGear CM41xx boad */ -#undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */ +#undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */ #define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */ #define CONFIG_SETUP_MEMORY_TAGS 1 #define CONFIG_INITRD_TAG 1 +#define CONFIG_DRIVER_KS8695ETH /* use KS8695 ethernet driver */ + /* * Size of malloc() pool */ |