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

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

Staging: mei: move the mei code out of staging



It's been cleaned up, and there's nothing else left to do, so move it
out of staging into drivers/misc/ where all can use it now.

Cc: Tomas Winkler <tomas.winkler@intel.com>
Cc: Oren Weil <oren.jer.weil@intel.com>
Cc: Alan Cox <alan@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 589b3d06
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -506,4 +506,5 @@ source "drivers/misc/ti-st/Kconfig"
source "drivers/misc/lis3lv02d/Kconfig"
source "drivers/misc/carma/Kconfig"
source "drivers/misc/altera-stapl/Kconfig"
source "drivers/misc/mei/Kconfig"
endmenu
+1 −0
Original line number Diff line number Diff line
@@ -49,3 +49,4 @@ obj-y += carma/
obj-$(CONFIG_USB_SWITCH_FSA9480) += fsa9480.o
obj-$(CONFIG_ALTERA_STAPL)	+=altera-stapl/
obj-$(CONFIG_MAX8997_MUIC)	+= max8997-muic.o
obj-$(CONFIG_INTEL_MEI)		+= mei/
+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

Loading