UPSTREAM: usb: dwc2: Speed dwc2_get_hwparams() on some host-only ports
[firefly-linux-kernel-4.4.55.git] / drivers / testcode / Kconfig
1 #
2 # Input misc drivers configuration
3 #
4 menuconfig TEST_CODE
5         bool "some test code for kernel"
6         help
7           Say Y here, and a list of test code will be displayed.
8           
9           If unsure, say N.
10
11 if TEST_CODE
12         
13 config USE_GPIO_GENERATE_WAVE
14         tristate "use gpio to generate square wave"
15         
16 endif