mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
[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>
This commit is contained in:
parent
e95a9ec1bb
commit
50e300dead
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user