Add:
- CONFIG_MTD_PLATRAM=y
(selects CONFIG_MTD_RAM, so this is removed)
- CONFIG_FIXED_PHY=y
- CONFIG_SENSORS_LM80=y
- CONFIG_FB_FOREIGN_ENDIAN=y
- CONFIG_FB_SM501=m
- CONFIG_RTC_DRV_DS1374=y
also to the mpc5200_defconfig, as Grant suggested here:
http://lists.ozlabs.org/pipermail/linuxppc-dev
add to mpc5200_defconfig:
CONFIG_SENSORS_LM80=m
CONFIG_RTC_DRV_DS1374=m
as this is used by the charon board.
Signed-off-by: Heiko Schocher
cc: Wolfram Sang
cc: linuxppc-dev@lists.ozlabs.org
---
- based against 2.6.37-rc4
arch/powerpc/configs/mpc5200_defconfig |2 ++
1 files changed, 2 i