Home
last modified time | relevance | path

Searched refs:have (Results 1 – 25 of 3618) sorted by relevance

12345678910>>...145

/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/
H A DKconfig18 To have support for your specific gsesnor you will have to
25 To have support for your specific gsesnor you will have to
32 To have support for your specific gsesnor you will have to
39 To have support for your specific gsesnor you will have to
45 To have support for your specific gsesnor you will have to
51 To have support for your specific gsesnor you will have to
58 To have support for your specific gsesnor you will have to
65 To have support for your specific gsesnor you will have to
71 To have support for your specific gsesnor you will have to
77 To have support for your specific gsesnor you will have to
[all …]
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dstressapptest_config.h.in6 /* Define to 1 if you have the <arpa/inet.h> header file. */
9 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
13 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
17 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
20 /* Define to 1 if you have the <fcntl.h> header file. */
23 /* Define to 1 if you have the `ftruncate' function. */
26 /* Define to 1 if you have the `gettimeofday' function. */
29 /* Define to 1 if you have the <inttypes.h> header file. */
32 /* Define to 1 if you have the <libaio.h> header file. */
35 /* Define to 1 if you have the <memory.h> header file. */
[all …]
/OK3568_Linux_fs/external/xserver/include/
H A Ddo-not-use-config.h.in147 /* Define to 1 if you have the `arc4random_buf' function. */
150 /* Define to 1 if you have the `authdes_create' function. */
153 /* Define to 1 if you have the `authdes_seccreate' function. */
159 /* Define to 1 if you have the `cbrt' function. */
162 /* Define to 1 if you have the `clock_gettime' function. */
168 /* Define to 1 if you have the declaration of `program_invocation_short_name',
172 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
176 /* Define to 1 if you have the <dlfcn.h> header file. */
179 /* Define to 1 if you have the `epoll_create1' function. */
185 /* Define to 1 if you have the <fcntl.h> header file. */
[all …]
H A Ddix-config.h.in66 /* Define to 1 if you have the `cbrt' function. */
69 /* Define to 1 if you have the declaration of `program_invocation_short_name', and
73 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
77 /* Define to 1 if you have the <dlfcn.h> header file. */
83 /* Define to 1 if you have the <fcntl.h> header file. */
86 /* Define to 1 if you have the `getdtablesize' function. */
89 /* Define to 1 if you have the `getifaddrs' function. */
92 /* Define to 1 if you have the `getpeereid' function. */
95 /* Define to 1 if you have the `getpeerucred' function. */
98 /* Define to 1 if you have the `getprogname' function. */
[all …]
/OK3568_Linux_fs/kernel/drivers/video/backlight/
H A DKconfig16 in order to have a platform-specific way to control the flat panel
19 To have support for your specific LCD panel you will have to
51 If you have a Samsung LTV350QV LCD panel, say y to include a
62 If you have a panel based on the ILI9221/9222 controller
69 If you have a panel based on the ILI9320 controller chip
76 If you have a Toppoly TDO24M/TDO35S series LCD panel, say y here to
84 If you have a VGG2432A4 panel based on the ILI9320 controller chip
97 If you have an Sharp SL-6000 Zaurus say Y to enable a driver
105 If you have an HP Jornada 700 series handheld (710/720/728)
113 If you have an AMS369FG06 AMOLED Panel, say Y to enable its
[all …]
/OK3568_Linux_fs/buildroot/package/nginx/
H A D0006-auto-lib-openssl-conf-use-pkg-config.patch28 - have=NGX_OPENSSL . auto/have
29 - have=NGX_SSL . auto/have
53 - have=NGX_OPENSSL . auto/have
54 - have=NGX_SSL . auto/have
68 + have=NGX_OPENSSL . auto/have
69 + have=NGX_SSL . auto/have
93 + have=NGX_OPENSSL . auto/have
94 + have=NGX_SSL . auto/have
226 - have=NGX_SSL . auto/have
232 + have=NGX_SSL . auto/have
H A D0002-auto-feature-add-mechanism-allowing-to-force-feature.patch34 + have=$ngx_have_feature . auto/have
41 - have=$ngx_have_feature . auto/have
48 + have=$ngx_have_feature . auto/have
109 + have=$ngx_have_feature . auto/have
116 - have=$ngx_have_feature . auto/have
126 + have=$ngx_have_feature . auto/have
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/
H A D0001-Riscv-Add-risc-v-Android-config-header.patch61 + * Do we have pthread_setname_np()?
69 + * Do we have the futex syscall?
107 + * Define this if you have <termio.h>
112 + * Define this if you have <sys/sendfile.h>
122 + * Define this if you have sys/uio.h
133 + * Define this if we have localtime_r().
138 + * Define this if we have gethostbyname_r().
143 + * Define this if we have ioctl().
153 + * Define this if have clock_gettime() and friends
158 + * Define this if we have linux style epoll()
[all …]
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Dinflate.c183 have = strm->avail_in; \
194 strm->avail_in = have; \
210 if (have == 0) goto inf_leave; \
211 have--; \
333 unsigned have, left; /* available input and output */ in inflate() local
356 in = have; in inflate()
455 if (copy > have) copy = have; in inflate()
466 have -= copy; in inflate()
476 if (have == 0) goto inf_leave; in inflate()
484 } while (len && copy < have); in inflate()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A DKconfig8 Select this option if you have a device that follows the
18 Select this option if you have a Toshiba APB device that has I2S
29 Select this option if you have a device that follows the
39 Select this option if you have a device that follows the
49 Select this option if you have a device that follows the
59 Select this option if you have a device that follows the
69 Select this option if you have a device that follows the
78 Select this option if you have a device that follows the
87 Select this option if you have a device that follows the
97 Select this option if you have a device that follows the
[all …]
/OK3568_Linux_fs/kernel/sound/soc/mediatek/
H A DKconfig12 Select Y if you have such device.
23 Select Y if you have such device.
33 Select Y if you have such device.
43 Select Y if you have such device.
53 Select Y if you have such device.
63 Select Y if you have such device.
73 Select Y if you have such device.
84 Select Y if you have such device.
95 Select Y if you have such device.
107 Select Y if you have such device.
[all …]
/OK3568_Linux_fs/kernel/lib/zlib_inflate/
H A Dinflate.c190 have = strm->avail_in; \
201 strm->avail_in = have; \
217 if (have == 0) goto inf_leave; \
218 have--; \
336 unsigned have, left; /* available input and output */ in zlib_inflate() local
360 in = have; in zlib_inflate()
453 if (copy > have) copy = have; in zlib_inflate()
457 have -= copy; in zlib_inflate()
481 state->have = 0; in zlib_inflate()
485 while (state->have < state->ncode) { in zlib_inflate()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/
H A DKconfig63 have such a board.
69 TI OMAP 1610/1611B H2 board support. Say Y here if you have such
76 TI OMAP 1710 H3 board support. Say Y here if you have such
90 if you have such a board.
98 and camera connector. Say Y here if you have this board.
104 Support for TI OMAP 730 Perseus2 board. Say Y here if you have such
111 Support for TI OMAP 850 F-Sample board. Say Y here if you have such
121 Say Y here if you have this PDA model, say N otherwise.
130 Say Y here if you have such a PDA, say N otherwise.
139 Say Y here if you have this PDA model, say N otherwise.
[all …]
/OK3568_Linux_fs/kernel/sound/soc/intel/
H A DKconfig8 Intel ASoC SST Platform Drivers. If you have a Intel machine that
30 Say Y or m if you have such device.
46 If you have a Intel Merrifield/Edison platform, then
60 If you have a Intel Baytrail or Cherrytrail platform with an I2S
90 If you have a Intel Skylake platform with the DSP enabled
99 If you have a Intel Broxton/ApolloLake platform with the DSP
108 If you have a Intel Kabylake platform with the DSP
117 If you have a Intel GeminiLake platform with the DSP
126 If you have a Intel CNL/WHL platform with the DSP
135 If you have a Intel CoffeeLake platform with the DSP
[all …]
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A DKconfig23 Say Y here if you have a 88PM860x PMIC and want to enable
36 Say Y here if you have a touchscreen interface using the
54 Say Y here if you have a touchscreen interface using the
79 Say Y here if you have AD7879-1/AD7889-1 hooked to an I2C bus.
89 Say Y here if you have AD7879-1/AD7889-1 hooked to a SPI bus.
114 Say Y here if you have the Microchip AR1020 or AR1021 touchscreen
127 Say Y here if you have Atmel mXT series I2C touchscreen,
149 Say Y here if you have a AUO display with in-cell touchscreen
161 Say Y here if you have a bu21013 touchscreen connected to
173 Say Y here if you have a Rohm BU21029 touchscreen controller
[all …]
/OK3568_Linux_fs/kernel/Documentation/input/devices/
H A Dcs461x.rst9 This version does not have cooked mode support; the basic code
10 is present here, but have not tested completely. The button analysis
19 The sensitivity and calibrate quality have not been tested; the two
21 screen in VJOYD); I have no documentation on my chip; and the existing
23 So the driver have no code to perform hardware related calibration.
25 This driver have the basic support for PCI devices only; there is no
30 There are no sound or input collisions detected. The source code have
36 There are no debug information print have been placed in source, and no
/OK3568_Linux_fs/kernel/sound/soc/intel/boards/
H A DKconfig6 Intel ASoC Machine Drivers. If you have a Intel machine that
40 Say Y or m if you have such a device.
56 Say Y if you have such a device.
72 Say Y or m if you have such a device.
84 Say Y or m if you have such a device. This is a recommended option.
99 Say Y or m if you have such a device. This is a recommended option.
111 Say Y or m if you have such a device. This is a recommended option.
123 Say Y or m if you have such a device. This is a recommended option.
135 Say Y or m if you have such a device. This is a recommended option.
147 Say Y or m if you have such a device. This is a recommended option.
[all …]
/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A DKconfig8 If you have a joystick, 6dof controller, gamepad, steering wheel,
22 Say Y here if you have a joystick that connects to the PC
39 Say Y here if you have an FPGaming or MadCatz controller using the
50 Say Y here if you have a simple joystick connected over ADC.
60 Say Y here if you have a Logitech controller using the ADI
70 Say Y here if you have a Creative Labs Blaster Cobra gamepad.
79 Say Y here if you have a Genius Flight2000 or MaxFighter digitally
89 Say Y here if you have a Gravis controller using the GrIP protocol
99 Say Y here if you have the original Gravis GrIP MultiPort, a hub
109 Say Y here if you have a Guillemot joystick using a digital
[all …]
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A DKconfig24 Say Y here if you have a PS/2 mouse connected to your system. This
47 Say Y here if you have an ALPS PS/2 touchpad connected to
57 Say Y here if you have a BYD PS/2 touchpad connected to
67 Say Y here if you have a Logitech PS/2++ mouse connected to
77 Say Y here if you have a Synaptics PS/2 TouchPad connected to
89 Say Y here if you have a Synaptics RMI4 touchpad connected to
99 Say Y here if you have a Cypress PS/2 Trackpad connected to
109 Say Y here if you have a Fujitsu B-series Lifebook PS/2
119 Say Y here if you have an IBM Trackpoint PS/2 mouse connected
128 Say Y here if you have an Elantech PS/2 touchpad connected
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/8390/
H A DKconfig11 If you have a network (Ethernet) card belonging to this class, say Y.
56 card (based on the Asix AX88796 chip). If you have such a card,
67 If you have a Hydra Ethernet adapter, say Y. Otherwise, say N.
77 If you have an Acorn system with one of these network cards, you
98 If you have one of these boards and want to use the network interface
107 If you have a network (Ethernet) card of this type, say Y here.
111 If you have a PCI NE2000 card however, say N here and Y to "PCI
123 with ISA NE2000 cards (they have their own driver, "NE2000/NE1000
124 support" below). If you have a PCI NE2000 network (Ethernet) card,
140 If you have a PCMCIA NE2000 compatible adapter, say Y. Otherwise,
[all …]
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A DKconfig10 Say Y here if you have a motherboard with a PCI Hotplug controller.
22 Say Y here if you have a motherboard with a Compaq PCI Hotplug
34 Say Y here if you have a Compaq server that has a PCI Hotplug
44 Say Y here if you have a motherboard with a IBM PCI Hotplug
56 Say Y here if you have a system that supports PCI Hotplug using
65 Say Y here if you have an IBM system that supports PCI Hotplug using
76 Say Y here if you have a CompactPCI system card with CompactPCI
85 Say Y here if you have an Performance Technologies (formerly Intel,
97 Say Y here if you have a CompactPCI system card that exposes the #ENUM
109 Say Y here if you have a motherboard with a SHPC PCI Hotplug
[all …]
/OK3568_Linux_fs/u-boot/board/freescale/p1_p2_rdb_pc/
H A DREADME13 They have similar design of P1020RDB but have DDR3 instead of DDR2. P2020RDB-PC
14 has 64-bit DDR. All others have 32-bit DDR.
30 they don't have regular DIMMs.
40 Some boards have QE module in the silicon (P1021 and P1025). QE and eLBC have
43 in hwconfig. In addition, QE-UEC and QE-TDM also have pins multiplexing, to
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A DKconfig22 Interface (PL180 and PL181) support. If you have an ARM(R)
44 If you have a STM32 sdmmc host with internal DMA say Y here.
53 If you have a PXA(R) platform with a Multimedia Card slot,
66 If you have a controller with this interface, say Y or M here. You
102 If you have a controller with this interface, say Y or M here.
116 have a Ricoh based card reader.
129 If you have a controller with this interface, say Y or M here.
140 If you have a controller with this interface, say Y or M here.
154 If you have a controller with this interface, say Y or M here.
166 If you have a controller with this interface, say Y or M here. You
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A D0001-Allow-the-overriding-of-the-endianness-via-the-confi.patch26 + have=NGX_HAVE_LITTLE_ENDIAN . auto/have
49 - have=NGX_HAVE_LITTLE_ENDIAN . auto/have
56 + have=NGX_HAVE_LITTLE_ENDIAN . auto/have
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A DKconfig13 Choose this option if you have an Allwinner SoC with a
23 Choose this option if you have an Allwinner SoC with an HDMI
32 Choose this option if you have an Allwinner SoC with an HDMI
39 Choose this option if you have an Allwinner SoC with the
52 Choose this option if you want have an Allwinner SoC with
61 Choose this option if you have an Allwinner SoC with the
69 Choose this option if you have an Allwinner SoC with the

12345678910>>...145