010-mach-vp6500.patch 774 B

12345678910111213141516171819202122
  1. --- a/arch/arm/mach-mx2/Kconfig
  2. +++ b/arch/arm/mach-mx2/Kconfig
  3. @@ -27,6 +27,12 @@ config MACH_MX21ADS
  4. Include support for MX21ADS platform. This includes specific
  5. configurations for the board and its peripherals.
  6. +config MACH_VP6500
  7. + bool "Phillips VP6500 VoIP phone"
  8. + depends on MACH_MX21
  9. + help
  10. + Include support for the Phillips VP6500 VoIP phone.
  11. +
  12. config MACH_MX27ADS
  13. bool "MX27ADS platform"
  14. depends on MACH_MX27
  15. --- a/arch/arm/mach-mx2/Makefile
  16. +++ b/arch/arm/mach-mx2/Makefile
  17. @@ -21,3 +21,4 @@ obj-$(CONFIG_MACH_CPUIMX27) += mach-cpui
  18. obj-$(CONFIG_MACH_EUKREA_MBIMX27_BASEBOARD) += eukrea_mbimx27-baseboard.o
  19. obj-$(CONFIG_MACH_PCA100) += mach-pca100.o
  20. obj-$(CONFIG_MACH_MXT_TD60) += mach-mxt_td60.o
  21. +obj-$(CONFIG_MACH_VP6500) += mach-vp6500.o