drivers: Start MSM platform directory

This commit is contained in:
Stephen Boyd 2013-01-17 17:07:50 -08:00
parent 8324333c5b
commit fc7a3d36a8
4 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,6 @@
if X86
source "drivers/platform/x86/Kconfig"
endif
if ARCH_MSM
source "drivers/platform/msm/Kconfig"
endif

View file

@ -3,3 +3,4 @@
#
obj-$(CONFIG_X86) += x86/
obj-$(CONFIG_ARCH_MSM) += msm/

View file

@ -0,0 +1,4 @@
menu "Qualcomm MSM specific device drivers"
depends on ARCH_MSM
endmenu

View file

@ -0,0 +1,3 @@
#
# Makefile for the MSM specific device drivers.
#