Skip to content

Commit

Permalink
[IA64] show "SN Devices" menu only if CONFIG_SGI_SN
Browse files Browse the repository at this point in the history
Adrian> On architectures like i386, the "Multimedia Capabilities Port
Adrian> drivers" menu is visible, but it can't be visited since it
Adrian> contains nothing usable for CONFIG_SGI_SN=n.

Jes> Thats only a third of the patch, if you want to do that, you should
Jes> remove the redundant SGI_SN checks below.

Signed-off-by: Tony Luck <[email protected]>
  • Loading branch information
Jes Sorensen authored and aegl committed Feb 27, 2006
1 parent e95a9ec commit 50e300d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/sn/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
#

menu "SN Devices"
depends on SGI_SN

config SGI_IOC4
tristate "SGI IOC4 Base IO support"
depends on (IA64_GENERIC || IA64_SGI_SN2) && MMTIMER
depends on MMTIMER
default m
---help---
This option enables basic support for the SGI IOC4-based Base IO
Expand All @@ -19,7 +20,6 @@ config SGI_IOC4

config SGI_IOC3
tristate "SGI IOC3 Base IO support"
depends on (IA64_GENERIC || IA64_SGI_SN2)
default m
---help---
This option enables basic support for the SGI IOC3-based Base IO
Expand Down

0 comments on commit 50e300d

Please sign in to comment.