summaryrefslogtreecommitdiff
path: root/arch/powerpc/configs/52xx/motionpro_defconfig
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2013-12-09 22:15:44 +0100
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2013-12-10 11:25:08 +1100
commit84953f969bd198b342330b4867856d228260c96e (patch)
tree7ec15946a00f5c004202303e27cff36c4fc1965f /arch/powerpc/configs/52xx/motionpro_defconfig
parentfbae00e63d18ae50bcc902ca1a2439206445726c (diff)
downloadlwn-84953f969bd198b342330b4867856d228260c96e.tar.gz
lwn-84953f969bd198b342330b4867856d228260c96e.zip
powerpc/52xx: Re-enable bestcomm driver in defconfigs
The bestcomm driver has been moved to drivers/dma, so to select this driver by default additionally CONFIG_DMADEVICES has to be enabled. Currently it is not enabled in the config despite existing CONFIG_PPC_BESTCOMM=y in the config files. Fix it. Signed-off-by: Anatolij Gustschin <agust@denx.de> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs/52xx/motionpro_defconfig')
-rw-r--r--arch/powerpc/configs/52xx/motionpro_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/configs/52xx/motionpro_defconfig b/arch/powerpc/configs/52xx/motionpro_defconfig
index 0c7de9620ea6..0d13ad7e4478 100644
--- a/arch/powerpc/configs/52xx/motionpro_defconfig
+++ b/arch/powerpc/configs/52xx/motionpro_defconfig
@@ -12,7 +12,6 @@ CONFIG_EXPERT=y
CONFIG_PPC_MPC52xx=y
CONFIG_PPC_MPC5200_SIMPLE=y
# CONFIG_PPC_PMAC is not set
-CONFIG_PPC_BESTCOMM=y
CONFIG_SPARSE_IRQ=y
CONFIG_PM=y
# CONFIG_PCI is not set
@@ -84,6 +83,8 @@ CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_DS1307=y
+CONFIG_DMADEVICES=y
+CONFIG_PPC_BESTCOMM=y
CONFIG_EXT2_FS=y
CONFIG_EXT3_FS=y
# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set