Kconfig 213 B

12345678910111213
  1. if ARCH_MSM
  2. comment "MSM Board Type"
  3. depends on ARCH_MSM
  4. config MACH_HALIBUT
  5. depends on ARCH_MSM
  6. default y
  7. bool "Halibut Board (QCT SURF7201A)"
  8. help
  9. Support for the Qualcomm SURF7201A eval board.
  10. endif