| 1 | --- a/arch/arm/mach-imx/Kconfig |
| 2 | +++ b/arch/arm/mach-imx/Kconfig |
| 3 | @@ -83,6 +83,12 @@ if MACH_MX27 |
| 4 | |
| 5 | comment "MX27 platforms:" |
| 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 | select IMX_HAVE_PLATFORM_IMX_I2C |
| 16 | --- a/arch/arm/mach-imx/Makefile |
| 17 | +++ b/arch/arm/mach-imx/Makefile |
| 18 | @@ -32,3 +32,4 @@ obj-$(CONFIG_MACH_CPUIMX27) += mach-cpui |
| 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 |
| 23 | |