public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] show Acorn-specific block devices menu only when required
@ 2006-04-17 14:52 Adrian Bunk
  0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2006-04-17 14:52 UTC (permalink / raw)
  To: spyro, rmk; +Cc: linux-kernel

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>

--- linux-2.6.17-rc1-mm2-arm/drivers/acorn/block/Kconfig.old	2006-04-17 16:40:13.000000000 +0200
+++ linux-2.6.17-rc1-mm2-arm/drivers/acorn/block/Kconfig	2006-04-17 16:40:50.000000000 +0200
@@ -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"


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [2.6 patch] show Acorn-specific block devices menu only when required
@ 2006-06-29 19:20 Adrian Bunk
  2006-06-29 21:23 ` Ian Molton
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2006-06-29 19:20 UTC (permalink / raw)
  To: Andrew Morton; +Cc: spyro, rmk, linux-kernel

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>

---

This patch was already sent on:
- 17 Apr 2006

--- linux-2.6.17-rc1-mm2-arm/drivers/acorn/block/Kconfig.old	2006-04-17 16:40:13.000000000 +0200
+++ linux-2.6.17-rc1-mm2-arm/drivers/acorn/block/Kconfig	2006-04-17 16:40:50.000000000 +0200
@@ -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"


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [2.6 patch] show Acorn-specific block devices menu only when required
  2006-06-29 19:20 [2.6 patch] show Acorn-specific block devices menu only when required Adrian Bunk
@ 2006-06-29 21:23 ` Ian Molton
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Molton @ 2006-06-29 21:23 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Andrew Morton, rmk, linux-kernel

Adrian Bunk wrote:
> Don't show a menu that can't be entered due to lack of contents on arm
> (the options are only available on arm26).

Looks good to me.

Signed-off-by: Ian Molton <spyro@f2s.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

This patch was already sent on:
- 17 Apr 2006

--- linux-2.6.17-rc1-mm2-arm/drivers/acorn/block/Kconfig.old	2006-04-17 
16:40:13.000000000 +0200
+++ linux-2.6.17-rc1-mm2-arm/drivers/acorn/block/Kconfig	2006-04-17 
16:40:50.000000000 +0200
@@ -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"




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-06-29 21:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-29 19:20 [2.6 patch] show Acorn-specific block devices menu only when required Adrian Bunk
2006-06-29 21:23 ` Ian Molton
  -- strict thread matches above, loose matches on Subject: below --
2006-04-17 14:52 Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox