diff options
author | Michal Simek <monstr@monstr.eu> | 2009-05-11 09:49:12 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-05-21 09:56:04 -0400 |
commit | 6fa612b56c575a5235568593eab4240c90608630 (patch) | |
tree | 288ff82b2dd6a6c278785ff34e52bc7bf348d284 /drivers/block/Kconfig | |
parent | 873a2e89c5e32a5c72a9ece76fcb871358ae22d2 (diff) |
microblaze: Kconfig: Enable drivers for Microblaze
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r-- | drivers/block/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index ddea8e485cc9..9f1665fc0f66 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig | |||
@@ -438,7 +438,7 @@ source "drivers/s390/block/Kconfig" | |||
438 | 438 | ||
439 | config XILINX_SYSACE | 439 | config XILINX_SYSACE |
440 | tristate "Xilinx SystemACE support" | 440 | tristate "Xilinx SystemACE support" |
441 | depends on 4xx | 441 | depends on 4xx || MICROBLAZE |
442 | help | 442 | help |
443 | Include support for the Xilinx SystemACE CompactFlash interface | 443 | Include support for the Xilinx SystemACE CompactFlash interface |
444 | 444 | ||