diff options
author | David Woodhouse <dwmw2@tylersburg.infradead.org> | 2009-07-13 06:35:12 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-10-29 10:38:47 -0400 |
commit | f5e70d0fe3ea990cfb3fc8d7f76a719adcb1e0b5 (patch) | |
tree | 1794eb51814228ff76f672a541100ad62dd791c9 /drivers/md/Kconfig | |
parent | 17d857be649a21ca90008c6dc425d849fa83db5c (diff) |
md: Factor out RAID6 algorithms into lib/
We'll want to use these in btrfs too.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/md/Kconfig')
-rw-r--r-- | drivers/md/Kconfig | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index 2158377a1359..891f7c8490d3 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig | |||
@@ -121,7 +121,7 @@ config MD_RAID10 | |||
121 | config MD_RAID456 | 121 | config MD_RAID456 |
122 | tristate "RAID-4/RAID-5/RAID-6 mode" | 122 | tristate "RAID-4/RAID-5/RAID-6 mode" |
123 | depends on BLK_DEV_MD | 123 | depends on BLK_DEV_MD |
124 | select MD_RAID6_PQ | 124 | select RAID6_PQ |
125 | select ASYNC_MEMCPY | 125 | select ASYNC_MEMCPY |
126 | select ASYNC_XOR | 126 | select ASYNC_XOR |
127 | select ASYNC_PQ | 127 | select ASYNC_PQ |
@@ -165,12 +165,9 @@ config MULTICORE_RAID456 | |||
165 | 165 | ||
166 | If unsure, say N. | 166 | If unsure, say N. |
167 | 167 | ||
168 | config MD_RAID6_PQ | ||
169 | tristate | ||
170 | |||
171 | config ASYNC_RAID6_TEST | 168 | config ASYNC_RAID6_TEST |
172 | tristate "Self test for hardware accelerated raid6 recovery" | 169 | tristate "Self test for hardware accelerated raid6 recovery" |
173 | depends on MD_RAID6_PQ | 170 | depends on RAID6_PQ |
174 | select ASYNC_RAID6_RECOV | 171 | select ASYNC_RAID6_RECOV |
175 | ---help--- | 172 | ---help--- |
176 | This is a one-shot self test that permutes through the | 173 | This is a one-shot self test that permutes through the |