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

Commit b54a0482 authored by Yan He's avatar Yan He Committed by Karthikeyan Ramasubramanian
Browse files

drivers: msm: create the folder for msm platform drivers



Create the sub-folder under platform drivers for the drivers
of msm platform, and update Kconfig and Makefile as well.

Change-Id: I3af6d53340ed5d9d94d9f2a9600558a667dab6dd
Signed-off-by: default avatarYan He <yanhe@codeaurora.org>
parent d25baa18
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8,3 +8,5 @@ endif
source "drivers/platform/goldfish/Kconfig"

source "drivers/platform/chrome/Kconfig"

source "drivers/platform/msm/Kconfig"
+1 −0
Original line number Diff line number Diff line
@@ -7,3 +7,4 @@ obj-$(CONFIG_MIPS) += mips/
obj-$(CONFIG_OLPC)		+= olpc/
obj-$(CONFIG_GOLDFISH)		+= goldfish/
obj-$(CONFIG_CHROME_PLATFORMS)	+= chrome/
obj-$(CONFIG_ARCH_QCOM)          += msm/
+4 −0
Original line number Diff line number Diff line
menu "Qualcomm technologies inc. MSM specific device drivers"
	depends on ARCH_QCOM

endmenu
+3 −0
Original line number Diff line number Diff line
#
# Makefile for the MSM specific device drivers.
#