summaryrefslogtreecommitdiff
path: root/target/linux/mx2/patches-2.6.34/010-mach-vp6500.patch
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2010-04-10 18:37:34 +0000
committerLars-Peter Clausen <lars@metafoo.de>2010-04-10 18:37:34 +0000
commit1d8823ae6163ffde33a3acf0da8f1f1865d05efc (patch)
treea3a5ab8e4a1580e2e5bbfa383a410846d69924b0 /target/linux/mx2/patches-2.6.34/010-mach-vp6500.patch
parent135c4b8d05fb456aa9a866e585c256fe9d395e31 (diff)
downloadmtk-20170518-1d8823ae6163ffde33a3acf0da8f1f1865d05efc.zip
mtk-20170518-1d8823ae6163ffde33a3acf0da8f1f1865d05efc.tar.gz
mtk-20170518-1d8823ae6163ffde33a3acf0da8f1f1865d05efc.tar.bz2
Add mx2 target with very basic support for the vp6500 voip phone
SVN-Revision: 20786
Diffstat (limited to 'target/linux/mx2/patches-2.6.34/010-mach-vp6500.patch')
-rw-r--r--target/linux/mx2/patches-2.6.34/010-mach-vp6500.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/mx2/patches-2.6.34/010-mach-vp6500.patch b/target/linux/mx2/patches-2.6.34/010-mach-vp6500.patch
new file mode 100644
index 0000000..42d0e1e
--- /dev/null
+++ b/target/linux/mx2/patches-2.6.34/010-mach-vp6500.patch
@@ -0,0 +1,22 @@
+--- a/arch/arm/mach-mx2/Kconfig 2010-04-10 13:56:17.000000000 +0200
++++ b/arch/arm/mach-mx2/Kconfig 2010-04-10 13:42:38.000000000 +0200
+@@ -27,6 +27,12 @@
+ Include support for MX21ADS platform. This includes specific
+ configurations for the board and its peripherals.
+
++config MACH_VP6500
++ bool "Phillips VP6500 VoIP phone"
++ depends on MACH_MX21
++ help
++ Include support for the Phillips VP6500 VoIP phone.
++
+ config MACH_MX27ADS
+ bool "MX27ADS platform"
+ depends on MACH_MX27
+--- a/arch/arm/mach-mx2/Makefile 2010-04-10 13:56:17.000000000 +0200
++++ b/arch/arm/mach-mx2/Makefile 2010-04-10 13:49:32.000000000 +0200
+@@ -21,3 +21,4 @@
+ obj-$(CONFIG_MACH_EUKREA_MBIMX27_BASEBOARD) += eukrea_mbimx27-baseboard.o
+ obj-$(CONFIG_MACH_PCA100) += mach-pca100.o
+ obj-$(CONFIG_MACH_MXT_TD60) += mach-mxt_td60.o
++obj-$(CONFIG_MACH_VP6500) += mach-vp6500.o