1config 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 8if TARGET_CONTROLCENTERD 9 10config SYS_BOARD 11 default "p1022" 12 13config SYS_VENDOR 14 default "gdsys" 15 16config SYS_CONFIG_NAME 17 default "controlcenterd" 18 19config GDSYS_LEGACY_DRIVERS 20 default y 21 22endif 23