Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1311af1 authored by Brent Casavant's avatar Brent Casavant Committed by Tony Luck
Browse files

[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: default avatarBrent Casavant <bcasavan@sgi.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent e5ecc192
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"
+0 −2
Original line number Diff line number Diff line
@@ -68,8 +68,6 @@ source "drivers/leds/Kconfig"

source "drivers/infiniband/Kconfig"

source "drivers/sn/Kconfig"

source "drivers/edac/Kconfig"

source "drivers/rtc/Kconfig"