diff options
author | Jes Sorensen <jes@sgi.com> | 2006-02-17 10:25:39 -0500 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-02-27 15:06:41 -0800 |
commit | 50e300dead8dadf32e930ebd80d9810d631aa1a0 (patch) | |
tree | ac8df9f2c8495bf6b3c28330fdce4f498c23e774 /drivers/sn | |
parent | e95a9ec1bb66e07b138861c743192f06e7b3e4de (diff) | |
download | linux-3.10-50e300dead8dadf32e930ebd80d9810d631aa1a0.tar.gz linux-3.10-50e300dead8dadf32e930ebd80d9810d631aa1a0.tar.bz2 linux-3.10-50e300dead8dadf32e930ebd80d9810d631aa1a0.zip |
[IA64] show "SN Devices" menu only if CONFIG_SGI_SN
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 <tony.luck@intel.com>
Diffstat (limited to 'drivers/sn')
-rw-r--r-- | drivers/sn/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/sn/Kconfig b/drivers/sn/Kconfig index d95265b187a..a3473162587 100644 --- a/drivers/sn/Kconfig +++ b/drivers/sn/Kconfig @@ -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 @@ -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 |