Skip to content

Commit

Permalink
[PATCH] arm26: select BLK_DEV_FD only on A5K
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Acked-by: Ian Molton <spyro@f2s.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Feb 1, 2006
1 parent 2fa63c4 commit d8c206b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm26/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ config GENERIC_ISA_DMA

config ARCH_MAY_HAVE_PC_FDC
bool
default y

source "init/Kconfig"

Expand All @@ -74,6 +73,7 @@ config ARCH_ARC

config ARCH_A5K
bool "A5000"
select ARCH_MAY_HAVE_PC_FDC
help
Say Y here to to support the Acorn A5000.

Expand Down

0 comments on commit d8c206b

Please sign in to comment.