diff options
author | Heiko Schocher <hs@denx.de> | 2009-10-15 09:33:24 -0600 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2009-10-15 09:33:24 -0600 |
commit | 830cb6fafc12af6c105aaaf794543e4423ca79c3 (patch) | |
tree | dbf126e357ac1e4d962cc658c151d0da18a142ff /arch/powerpc/configs | |
parent | 371bc96b89467c89c07a75aa4331bb8327afdc30 (diff) | |
download | kernel_samsung_espresso10-830cb6fafc12af6c105aaaf794543e4423ca79c3.zip kernel_samsung_espresso10-830cb6fafc12af6c105aaaf794543e4423ca79c3.tar.gz kernel_samsung_espresso10-830cb6fafc12af6c105aaaf794543e4423ca79c3.tar.bz2 |
mpc5200: support for the MAN mpc5200 based board mucmc52
- serial Console on PSC1
- 64MB SDRAM
- MTD CFI Flash
- Ethernet FEC
- IDE support
Signed-off-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r-- | arch/powerpc/configs/mpc5200_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/configs/mpc5200_defconfig b/arch/powerpc/configs/mpc5200_defconfig index aaa4416..d035421 100644 --- a/arch/powerpc/configs/mpc5200_defconfig +++ b/arch/powerpc/configs/mpc5200_defconfig @@ -205,7 +205,7 @@ CONFIG_RTAS_PROC=y CONFIG_PPC_BESTCOMM=y CONFIG_PPC_BESTCOMM_ATA=y CONFIG_PPC_BESTCOMM_FEC=y -# CONFIG_SIMPLE_GPIO is not set +CONFIG_SIMPLE_GPIO=y # # Kernel options |