Blame view

crypto/async_tx/Kconfig 195 Bytes
9bc89cd82   Dan Williams   async_tx: add the...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  config ASYNC_CORE
  	tristate
  
  config ASYNC_MEMCPY
  	tristate
  	select ASYNC_CORE
  
  config ASYNC_XOR
  	tristate
  	select ASYNC_CORE
  	select XOR_BLOCKS
  
  config ASYNC_MEMSET
  	tristate
  	select ASYNC_CORE