Kconfig 399 B

12345678910111213141516171819202122
  1. config GDSYS_LEGACY_DRIVERS
  2. bool
  3. help
  4. Enable the gdsys legacy drivers under board/gdsys/common. If this
  5. option is not set, all relevant DM drivers must be configured for the
  6. device in question.
  7. if TARGET_CONTROLCENTERD
  8. config SYS_BOARD
  9. default "p1022"
  10. config SYS_VENDOR
  11. default "gdsys"
  12. config SYS_CONFIG_NAME
  13. default "controlcenterd"
  14. config GDSYS_LEGACY_DRIVERS
  15. default y
  16. endif