1config RT_USING_ADC 2 bool "Using ADC device drivers" 3 default n 4 5config RT_USING_DAC 6 bool "Using DAC device drivers" 7 default n 8 9config RT_USING_NULL 10 bool "Using NULL device drivers" 11 default n 12 13config RT_USING_ZERO 14 bool "Using ZERO device drivers" 15 default n 16 17config RT_USING_RANDOM 18 bool "Using RANDOM device drivers" 19 default n 20 21config RT_USING_PWM 22 bool "Using PWM device drivers" 23 default n 24 25config RT_USING_PULSE_ENCODER 26 bool "Using PULSE ENCODER device drivers" 27 default n 28 29config RT_USING_INPUT_CAPTURE 30 bool "Using INPUT CAPTURE device drivers" 31 default n 32 33if RT_USING_INPUT_CAPTURE 34 config RT_INPUT_CAPTURE_RB_SIZE 35 int "Set input capture ringbuffer size" 36 default 100 37endif 38