projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a2efb3
)
powerpc/corenet32: enable DMA in defconfig
author
Yao Yuan
<yao.yuan@freescale.com>
Thu, 23 Jul 2015 03:00:46 +0000
(11:00 +0800)
committer
Scott Wood
<scottwood@freescale.com>
Sat, 8 Aug 2015 03:59:17 +0000
(22:59 -0500)
By default we enable DMA(CONFIG_FSL_DMA) support
which are needed on P2041RDB, P3041DS, P4080DS,
B4860QDS, etc.
Signed-off-by: Yuan Yao <yao.yuan@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/configs/corenet32_smp_defconfig
patch
|
blob
|
history
diff --git
a/arch/powerpc/configs/corenet32_smp_defconfig
b/arch/powerpc/configs/corenet32_smp_defconfig
index 9c02d9109e64ccbff36986313b5cd6043cb32e2a..fad88a191202b45bd46c117120f3eb56d8121492 100644
(file)
--- a/
arch/powerpc/configs/corenet32_smp_defconfig
+++ b/
arch/powerpc/configs/corenet32_smp_defconfig
@@
-145,6
+145,8
@@
CONFIG_RTC_DRV_DS1307=y
CONFIG_RTC_DRV_DS1374=y
CONFIG_RTC_DRV_DS3232=y
CONFIG_UIO=y
+CONFIG_DMADEVICES=y
+CONFIG_FSL_DMA=y
CONFIG_VIRT_DRIVERS=y
CONFIG_FSL_HV_MANAGER=y
CONFIG_STAGING=y