diff options
author | Sebastian Siewior <bigeasy@tglx.de> | 2008-03-14 19:01:30 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-04-17 02:01:36 -0400 |
commit | 1028d4f162796a99b87565b6b40b5fec79c242d0 (patch) | |
tree | d8207c813ef7abb8f7f953351b2c874343a242ed /arch/powerpc/configs | |
parent | 370131c3f2cdd82edeb71add4b098b51803e214e (diff) |
[POWERPC] 85xx: Enable DMA engine on the MPC8544 DS
Add the device tree node for the DMA engine on 8544, publish
the device and enable the driver in the defconfig.
Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r-- | arch/powerpc/configs/85xx/mpc8544_ds_defconfig | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/arch/powerpc/configs/85xx/mpc8544_ds_defconfig b/arch/powerpc/configs/85xx/mpc8544_ds_defconfig index 418bcdb5f919..a9f113b243ae 100644 --- a/arch/powerpc/configs/85xx/mpc8544_ds_defconfig +++ b/arch/powerpc/configs/85xx/mpc8544_ds_defconfig | |||
@@ -162,6 +162,7 @@ CONFIG_MPC85xx=y | |||
162 | # CONFIG_MPC85xx_CDS is not set | 162 | # CONFIG_MPC85xx_CDS is not set |
163 | # CONFIG_MPC85xx_MDS is not set | 163 | # CONFIG_MPC85xx_MDS is not set |
164 | CONFIG_MPC85xx_DS=y | 164 | CONFIG_MPC85xx_DS=y |
165 | # CONFIG_KSI8560 is not set | ||
165 | # CONFIG_STX_GP3 is not set | 166 | # CONFIG_STX_GP3 is not set |
166 | # CONFIG_TQM8540 is not set | 167 | # CONFIG_TQM8540 is not set |
167 | # CONFIG_TQM8541 is not set | 168 | # CONFIG_TQM8541 is not set |
@@ -202,6 +203,7 @@ CONFIG_PREEMPT_NONE=y | |||
202 | # CONFIG_PREEMPT is not set | 203 | # CONFIG_PREEMPT is not set |
203 | CONFIG_BINFMT_ELF=y | 204 | CONFIG_BINFMT_ELF=y |
204 | CONFIG_BINFMT_MISC=m | 205 | CONFIG_BINFMT_MISC=m |
206 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
205 | CONFIG_MATH_EMULATION=y | 207 | CONFIG_MATH_EMULATION=y |
206 | # CONFIG_IOMMU_HELPER is not set | 208 | # CONFIG_IOMMU_HELPER is not set |
207 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 209 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
@@ -1255,7 +1257,19 @@ CONFIG_RTC_DRV_CMOS=y | |||
1255 | # | 1257 | # |
1256 | # on-CPU RTC drivers | 1258 | # on-CPU RTC drivers |
1257 | # | 1259 | # |
1258 | # CONFIG_DMADEVICES is not set | 1260 | CONFIG_DMADEVICES=y |
1261 | |||
1262 | # | ||
1263 | # DMA Devices | ||
1264 | # | ||
1265 | CONFIG_FSL_DMA=y | ||
1266 | # CONFIG_FSL_DMA_SELFTEST is not set | ||
1267 | CONFIG_DMA_ENGINE=y | ||
1268 | |||
1269 | # | ||
1270 | # DMA Clients | ||
1271 | # | ||
1272 | # CONFIG_NET_DMA is not set | ||
1259 | 1273 | ||
1260 | # | 1274 | # |
1261 | # Userspace I/O | 1275 | # Userspace I/O |
@@ -1447,6 +1461,7 @@ CONFIG_PLIST=y | |||
1447 | CONFIG_HAS_IOMEM=y | 1461 | CONFIG_HAS_IOMEM=y |
1448 | CONFIG_HAS_IOPORT=y | 1462 | CONFIG_HAS_IOPORT=y |
1449 | CONFIG_HAS_DMA=y | 1463 | CONFIG_HAS_DMA=y |
1464 | CONFIG_HAVE_LMB=y | ||
1450 | 1465 | ||
1451 | # | 1466 | # |
1452 | # Kernel hacking | 1467 | # Kernel hacking |