diff --git a/debian/changelog b/debian/changelog index e8ec6097f..8d874ee02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,7 @@ linux-2.6 (2.6.23~rc5-1~experimental.1) UNRELEASED; urgency=low * [arm/iop32x] Remove the IPv6 and filesystem info from the config file so we will get the values from the main config file. This should enable NFSv4 and ip6tables support requested by Wouter Verhelst. + * [arm/iop32x] Enable Intel IOP ADMA support. [ Bastian Blank ] * Add unpriviledged only Xen support. diff --git a/debian/config/arm/config.iop32x b/debian/config/arm/config.iop32x index 96d6a14e3..8b009ecf9 100644 --- a/debian/config/arm/config.iop32x +++ b/debian/config/arm/config.iop32x @@ -1421,6 +1421,22 @@ CONFIG_RTC_DRV_RS5C372=y # CONFIG_RTC_DRV_M48T86 is not set # CONFIG_RTC_DRV_TEST is not set +# +# DMA Engine support +# +CONFIG_DMA_ENGINE=y + +# +# DMA Clients +# +CONFIG_NET_DMA=y + +# +# DMA Devices +# +CONFIG_INTEL_IOATDMA=y +CONFIG_INTEL_IOP_ADMA=y + # # Miscellaneous filesystems #