Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Brent Casavant and committed by
Tony Luck
c1311af1 e5ecc192

+2 -2
+2
arch/ia64/Kconfig
··· 413 413 config SGI_SN 414 414 def_bool y if (IA64_SGI_SN2 || IA64_GENERIC) 415 415 416 + source "drivers/sn/Kconfig" 417 + 416 418 source "drivers/firmware/Kconfig" 417 419 418 420 source "fs/Kconfig.binfmt"
-2
drivers/Kconfig
··· 68 68 69 69 source "drivers/infiniband/Kconfig" 70 70 71 - source "drivers/sn/Kconfig" 72 - 73 71 source "drivers/edac/Kconfig" 74 72 75 73 source "drivers/rtc/Kconfig"