aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorBrent Casavant <bcasavan@sgi.com>2006-04-20 15:38:16 -0500
committerTony Luck <tony.luck@intel.com>2006-04-21 10:59:00 -0700
commitc1311af12c7ca176a790a911a3fb6fed1f3bb387 (patch)
tree031aaa768524d72a2863195a6b9d562e01af6d14 /arch
parent[IA64] Setup an IA64 specific reclaim distance (diff)
downloadlinux-dev-c1311af12c7ca176a790a911a3fb6fed1f3bb387.tar.xz
linux-dev-c1311af12c7ca176a790a911a3fb6fed1f3bb387.zip
[IA64] IOC4 config option ordering
SERIAL_SGI_IOC4 and BLK_DEV_SGIIOC4 depend upon SGI_IOC4, and SERIAL_SGI_IOC3 depends upon SGI_IOC3. Currently the definitions are out of order in the config sequence. Fix by including drivers/sn/Kconfig immediately after SGI_SN, upon which SGI_IOC4 and SGI_IOC3 depend. Signed-off-by: Brent Casavant <bcasavan@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/ia64/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index 9f40eeff0b5c..0f3076a820c3 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -413,6 +413,8 @@ config IA64_PALINFO
config SGI_SN
def_bool y if (IA64_SGI_SN2 || IA64_GENERIC)
+source "drivers/sn/Kconfig"
+
source "drivers/firmware/Kconfig"
source "fs/Kconfig.binfmt"