forked from luck/tmp_suning_uos_patched
[PATCH] show Acorn-specific block devices menu only when required
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 <bunk@stusta.de> Acked-by: Ian Molton <spyro@f2s.com> Cc: Russell King <rmk@arm.linux.org.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
304228e29a
commit
7b2baa1f8a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user