Skip to content

Commit

Permalink
[PATCH] show Acorn-specific block devices menu only when required
Browse files Browse the repository at this point in the history
Don't show a menu that can't be entered due to lack of contents on arm (the
options are only available on arm26).

Signed-off-by: Adrian Bunk <[email protected]>
Acked-by: Ian Molton <[email protected]>
Cc: Russell King <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
AdrianBunk authored and Linus Torvalds committed Jun 30, 2006
1 parent 304228e commit 7b2baa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acorn/block/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

menu "Acorn-specific block devices"
depends on ARCH_ACORN
depends on ARCH_ARC || ARCH_A5K

config BLK_DEV_FD1772
tristate "Old Archimedes floppy (1772) support"
Expand Down

0 comments on commit 7b2baa1

Please sign in to comment.