On Wed, May 30, 2007 at 11:58:23PM -0700, Andrew Morton wrote:
>...
> Changes since 2.6.22-rc2-mm1:
>...
> git-md-accel.patch
>...
> git trees
>...
The ASYNC_* options are for internal helper code and should therefore
not be user visible.
Signed-off-by: Adrian Bunk <[email protected]>
---
BTW: Please move the async_tx directory under drivers/ or lib/
async_tx/Kconfig | 28 ++++++++--------------------
1 file changed, 8 insertions(+), 20 deletions(-)
--- linux-2.6.22-rc3-mm1/async_tx/Kconfig.old 2007-06-02 19:30:32.000000000 +0200
+++ linux-2.6.22-rc3-mm1/async_tx/Kconfig 2007-06-02 19:31:20.000000000 +0200
@@ -1,27 +1,15 @@
-menuconfig ASYNC_CORE
- tristate "Asynchronous Bulk Memory Transfers/Transforms"
- default n
- ---help---
- This enables the async_tx interface layer for dma (offload) engines.
- Subsystems coded to this api will use offload engines for bulk memory
- operations (e.g. memcpy, memset, xor...). When an offload engine is not
- available the interface will implicitly fall back to a software
- implementation of the operation.
-
- If unsure, say N
-
-if ASYNC_CORE
+config ASYNC_CORE
+ tristate
config ASYNC_MEMCPY
- default m
- tristate "async_memcpy support"
+ tristate
+ select ASYNC_CORE
config ASYNC_XOR
- default m
- tristate "async_xor support"
+ tristate
+ select ASYNC_CORE
config ASYNC_MEMSET
- default m
- tristate "async_memset support"
+ tristate
+ select ASYNC_CORE
-endif
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]