aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/Kconfig
diff options
context:
space:
mode:
authorSamuel Iglesias Gonsalvez <siglesias@igalia.com>2012-05-11 10:17:10 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-14 13:41:28 -0700
commit3ea83b5dd211d83883eb651cc60be62a4a198c1c (patch)
treea34297224a51091b671f77d32f0a1689b192cc24 /drivers/staging/Kconfig
parent196b59c1a23a683b808a7b8100257dd9b6478a1e (diff)
Staging: move the position of the ipack source line in Kconfig
Moved the ipack source line to the proper place, at the end of the list in the staging's Kconfig file. Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/Kconfig')
-rw-r--r--drivers/staging/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig
index 781cb98597ca..d6417d118a9b 100644
--- a/drivers/staging/Kconfig
+++ b/drivers/staging/Kconfig
@@ -24,8 +24,6 @@ menuconfig STAGING
if STAGING
-source "drivers/staging/ipack/Kconfig"
-
source "drivers/staging/et131x/Kconfig"
source "drivers/staging/slicoss/Kconfig"
@@ -130,4 +128,6 @@ source "drivers/staging/ramster/Kconfig"
source "drivers/staging/ozwpan/Kconfig"
+source "drivers/staging/ipack/Kconfig"
+
endif # STAGING