Skip to content

Commit

Permalink
[IA64] IOC4 config option ordering
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Brent Casavant authored and Tony Luck committed Apr 21, 2006
1 parent e5ecc19 commit c1311af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions arch/ia64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 0 additions & 2 deletions drivers/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ source "drivers/leds/Kconfig"

source "drivers/infiniband/Kconfig"

source "drivers/sn/Kconfig"

source "drivers/edac/Kconfig"

source "drivers/rtc/Kconfig"
Expand Down

0 comments on commit c1311af

Please sign in to comment.