drivers: Start MSM platform directory
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
if X86
|
||||
source "drivers/platform/x86/Kconfig"
|
||||
endif
|
||||
if ARCH_MSM
|
||||
source "drivers/platform/msm/Kconfig"
|
||||
endif
|
||||
|
||||
@@ -3,3 +3,4 @@
|
||||
#
|
||||
|
||||
obj-$(CONFIG_X86) += x86/
|
||||
obj-$(CONFIG_ARCH_MSM) += msm/
|
||||
|
||||
4
drivers/platform/msm/Kconfig
Normal file
4
drivers/platform/msm/Kconfig
Normal file
@@ -0,0 +1,4 @@
|
||||
menu "Qualcomm MSM specific device drivers"
|
||||
depends on ARCH_MSM
|
||||
|
||||
endmenu
|
||||
3
drivers/platform/msm/Makefile
Normal file
3
drivers/platform/msm/Makefile
Normal file
@@ -0,0 +1,3 @@
|
||||
#
|
||||
# Makefile for the MSM specific device drivers.
|
||||
#
|
||||
Reference in New Issue
Block a user