010-mach-vp6500.patch 689 B

12345678910111213141516171819202122
  1. --- a/arch/arm/mach-imx/Kconfig
  2. +++ b/arch/arm/mach-imx/Kconfig
  3. @@ -83,6 +83,12 @@ if MACH_MX27
  4. comment "MX27 platforms:"
  5. +config MACH_VP6500
  6. + bool "Phillips VP6500 VoIP phone"
  7. + depends on MACH_MX21
  8. + help
  9. + Include support for the Phillips VP6500 VoIP phone.
  10. +
  11. config MACH_MX27ADS
  12. bool "MX27ADS platform"
  13. select IMX_HAVE_PLATFORM_IMX_I2C
  14. --- a/arch/arm/mach-imx/Makefile
  15. +++ b/arch/arm/mach-imx/Makefile
  16. @@ -32,3 +32,4 @@ obj-$(CONFIG_MACH_CPUIMX27) += mach-cpui
  17. obj-$(CONFIG_MACH_EUKREA_MBIMX27_BASEBOARD) += eukrea_mbimx27-baseboard.o
  18. obj-$(CONFIG_MACH_PCA100) += mach-pca100.o
  19. obj-$(CONFIG_MACH_MXT_TD60) += mach-mxt_td60.o
  20. +obj-$(CONFIG_MACH_VP6500) += mach-vp6500.o