Blame view

crypto/async_tx/Kconfig 415 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
b2f46fd8e   Dan Williams   async_tx: add sup...
16
17
18
  config ASYNC_PQ
  	tristate
  	select ASYNC_CORE
0a82a6239   Dan Williams   async_tx: add sup...
19
20
21
22
  config ASYNC_RAID6_RECOV
  	tristate
  	select ASYNC_CORE
  	select ASYNC_PQ
e5d84970a   David Woodhouse   async_tx: Move AS...
23
  	select ASYNC_XOR
7b3cc2b1f   Dan Williams   async_tx: build-t...
24
25
26
27
28
  config ASYNC_TX_DISABLE_PQ_VAL_DMA
  	bool
  
  config ASYNC_TX_DISABLE_XOR_VAL_DMA
  	bool