[kernel] Add mx2 target with very basic support for the vp6500 voip phone
[openwrt/svn-archive/archive.git] / target / linux / mx2 / patches-2.6.34 / 010-mach-vp6500.patch
1 --- a/arch/arm/mach-mx2/Kconfig 2010-04-10 13:56:17.000000000 +0200
2 +++ b/arch/arm/mach-mx2/Kconfig 2010-04-10 13:42:38.000000000 +0200
3 @@ -27,6 +27,12 @@
4 Include support for MX21ADS platform. This includes specific
5 configurations for the board and its peripherals.
6
7 +config MACH_VP6500
8 + bool "Phillips VP6500 VoIP phone"
9 + depends on MACH_MX21
10 + help
11 + Include support for the Phillips VP6500 VoIP phone.
12 +
13 config MACH_MX27ADS
14 bool "MX27ADS platform"
15 depends on MACH_MX27
16 --- a/arch/arm/mach-mx2/Makefile 2010-04-10 13:56:17.000000000 +0200
17 +++ b/arch/arm/mach-mx2/Makefile 2010-04-10 13:49:32.000000000 +0200
18 @@ -21,3 +21,4 @@
19 obj-$(CONFIG_MACH_EUKREA_MBIMX27_BASEBOARD) += eukrea_mbimx27-baseboard.o
20 obj-$(CONFIG_MACH_PCA100) += mach-pca100.o
21 obj-$(CONFIG_MACH_MXT_TD60) += mach-mxt_td60.o
22 +obj-$(CONFIG_MACH_VP6500) += mach-vp6500.o