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

Commit 05e5027e authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Staging: ipack: move out of staging



The ipack subsystem is cleaned up enough to now move out of the staging
tree, and into drivers/ipack.

Cc: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
Cc: Jens Taprogge <jens.taprogge@taprogge.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 76859725
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -156,4 +156,6 @@ source "drivers/pwm/Kconfig"

source "drivers/irqchip/Kconfig"

source "drivers/ipack/Kconfig"

endmenu
+1 −0
Original line number Diff line number Diff line
@@ -145,3 +145,4 @@ obj-$(CONFIG_EXTCON) += extcon/
obj-$(CONFIG_MEMORY)		+= memory/
obj-$(CONFIG_IIO)		+= iio/
obj-$(CONFIG_VME_BUS)		+= vme/
obj-$(CONFIG_IPACK_BUS)		+= ipack/
+2 −2
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@ menuconfig IPACK_BUS

if IPACK_BUS

source "drivers/staging/ipack/carriers/Kconfig"
source "drivers/ipack/carriers/Kconfig"

source "drivers/staging/ipack/devices/Kconfig"
source "drivers/ipack/devices/Kconfig"

endif # IPACK
+0 −0

File moved.

Loading