mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
drivers: Start MSM platform directory
This commit is contained in:
parent
8324333c5b
commit
fc7a3d36a8
4 changed files with 11 additions and 0 deletions
|
@ -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.
|
||||
#
|
Loading…
Reference in a new issue