Home
last modified time | relevance | path

Searched refs:Y (Results 1 – 200 of 842) sorted by relevance

12345

/linux-4.1.27/arch/sh/include/asm/
Dsfp-machine.h33 #define _FP_MUL_MEAT_S(R,X,Y) \ argument
34 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm)
35 #define _FP_MUL_MEAT_D(R,X,Y) \ argument
36 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm)
37 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument
38 _FP_MUL_MEAT_4_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm)
40 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv(S,R,X,Y) argument
41 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_2_udiv(D,R,X,Y) argument
42 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y) argument
57 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
[all …]
/linux-4.1.27/arch/sparc/include/asm/
Dsfp-machine_64.h32 #define _FP_MUL_MEAT_S(R,X,Y) \ argument
33 _FP_MUL_MEAT_1_imm(_FP_WFRACBITS_S,R,X,Y)
34 #define _FP_MUL_MEAT_D(R,X,Y) \ argument
35 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm)
36 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument
37 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm)
39 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_imm(S,R,X,Y,_FP_DIV_HELP_imm) argument
40 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_1_udiv_norm(D,R,X,Y) argument
41 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_2_udiv(Q,R,X,Y) argument
59 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
[all …]
Dsfp-machine_32.h34 #define _FP_MUL_MEAT_S(R,X,Y) \ argument
35 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm)
36 #define _FP_MUL_MEAT_D(R,X,Y) \ argument
37 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm)
38 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument
39 _FP_MUL_MEAT_4_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm)
41 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv(S,R,X,Y) argument
42 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_2_udiv(D,R,X,Y) argument
43 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y) argument
61 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
[all …]
Dio_32.h130 #define ioremap_nocache(X,Y) ioremap((X),(Y)) argument
131 #define ioremap_wc(X,Y) ioremap((X),(Y)) argument
/linux-4.1.27/drivers/media/dvb-frontends/
Dstv0367_priv.h43 #define MAX(X, Y) ((X) >= (Y) ? (X) : (Y)) argument
44 #define MIN(X, Y) ((X) <= (Y) ? (X) : (Y)) argument
45 #define INRANGE(X, Y, Z) \ argument
46 ((((X) <= (Y)) && ((Y) <= (Z))) || \
47 (((Z) <= (Y)) && ((Y) <= (X))) ? 1 : 0)
50 #define MAKEWORD(X, Y) (((X) << 8) + (Y)) argument
54 #define MSB(Y) (((Y) >> 8) & 0xff) argument
55 #define MMSB(Y)(((Y) >> 16) & 0xff) argument
DKconfig12 A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want
21 demodulator. Say Y when you want to support this tuner.
29 Say Y when you want to support these frontends.
43 Say Y when you want to support this frontend.
55 Say Y when you want to support this frontend.
64 Say Y when you want to support this tuner.
73 Say Y when you want to support this frontend.
83 A DVB-S tuner module. Say Y when you want to support this frontend.
90 A DVB-S tuner module. Say Y when you want to support this frontend.
97 A DVB-S tuner module. Say Y when you want to support this frontend.
[all …]
Dstv0900_priv.h32 #define INRANGE(X, Y, Z) ((((X) <= (Y)) && ((Y) <= (Z))) \ argument
33 || (((Z) <= (Y)) && ((Y) <= (X))) ? 1 : 0)
36 #define MAKEWORD(X, Y) (((X) << 8) + (Y)) argument
40 #define MSB(Y) (((Y) >> 8) & 0xFF) argument
/linux-4.1.27/arch/alpha/include/asm/
Dsfp-machine.h32 #define _FP_MUL_MEAT_S(R,X,Y) \ argument
33 _FP_MUL_MEAT_1_imm(_FP_WFRACBITS_S,R,X,Y)
34 #define _FP_MUL_MEAT_D(R,X,Y) \ argument
35 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm)
36 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument
37 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm)
39 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_imm(S,R,X,Y,_FP_DIV_HELP_imm) argument
40 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_1_udiv(D,R,X,Y) argument
41 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_2_udiv(Q,R,X,Y) argument
55 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
[all …]
/linux-4.1.27/arch/m68k/fpsp040/
Dsrem_mod.S5 | input values X and Y. The entry point sREM computes the floating
6 | point (IEEE) REM of the input values X and Y.
10 | Double-extended value Y is pointed to by address in register
12 | of X and Y are both nonzero and finite; although either or both
18 | FREM(X,Y) or FMOD(X,Y), depending on entry point.
23 | Step 1. Save and strip signs of X and Y: signX := sign(X),
24 | signY := sign(Y), X := |X|, Y := |Y|,
28 | Step 2. Set L := expo(X)-expo(Y), k := 0, Q := 0.
35 | Step 3. Perform MOD(X,Y)
36 | 3.1 If R = Y, go to Step 9.
[all …]
Dsatan.S349 |--ATAN(X) BY X + X*Y*(B1+Y*(B2+Y*(B3+Y*(B4+Y*(B5+Y*B6)))))
350 |--WHICH IS X + X*Y*( [B1+Z*(B3+Z*B5)] + [Y*(B2+Z*(B4+Z*B6)] )
351 |--WHERE Y = X*X, AND Z = Y*Y.
356 fmulx %fp0,%fp0 | ...FP0 IS Y = X*X
362 fmulx %fp1,%fp1 | ...FP1 IS Z = Y*Y
379 fmulx %fp0,%fp2 | ...Y*(B2+Z*(B4+Z*B6))
380 fmulx X(%a6),%fp0 | ...X*Y
382 faddx %fp2,%fp1 | ...[B1+Z*(B3+Z*B5)]+[Y*(B2+Z*(B4+Z*B6))]
385 fmulx %fp1,%fp0 | ...X*Y*([B1+Z*(B3+Z*B5)]+[Y*(B2+Z*(B4+Z*B6))])
408 |--X'+X'*Y*(C1+Y*(C2+Y*(C3+Y*(C4+Y*C5)))), X' = -1/X, Y = X'*X'
[all …]
Dslogn.S30 | Step 2. X = 2**k * Y where 1 <= Y < 2. Define F to be the first seven
31 | significant bits of Y plus 2**(-7), i.e. F = 1.xxxxxx1 in base
32 | 2 where the six "x" match those of Y. Note that |Y-F| <= 2**(-7).
34 | Step 3. Define u = (Y-F)/F. Approximate log(1+u) by a polynomial in u,
37 | Step 4. Reconstruct log(X) = log( 2**k * Y ) = k*log(2) + log(F) + log(1+u)
45 | Step 2: Let 1+X = 2**k * Y, where 1 <= Y < 2. Define F as done in Step 2
48 | u = (Y-F)/F.
342 |--X = 2^(K) * Y, 1 <= Y < 2. THUS, Y = 1.XXXXXXXX....XX IN BINARY.
343 |--WE DEFINE F = 1.XXXXXX1, I.E. FIRST 7 BITS OF Y AND ATTACH A 1.
344 |--THE IDEA IS THAT LOG(X) = K*LOG2 + LOG(Y)
[all …]
Dsatanh.S76 |--Y = |X|, Z = 2Y/(1-Y), ATANH(X) = SIGN(X) * (1/2) * LOG1P(Z).
78 fabsx (%a0),%fp0 | ...Y = |X|
80 fnegx %fp1 | ...-Y
81 faddx %fp0,%fp0 | ...2Y
82 fadds #0x3F800000,%fp1 | ...1-Y
83 fdivx %fp1,%fp0 | ...2Y/(1-Y)
Dstanh.S26 | sgn := sign(X), y := 2|X|, z := expm1(Y), and
36 | sgn := sign(X), y := 2|X|, z := exp(Y),
95 |--Y = 2|X|, Z = EXPM1(Y), TANH(X) = SIGN(X) * Z / (Z+2).
103 fmovex X(%a6),%fp0 | ...FP0 IS Y = 2|X|
108 bsr setoxm1 | ...FP0 IS Z = EXPM1(Y)
129 |--TANH(X) = 1 - (2/[EXP(2X)+1]). LET Y = 2|X|, SGN = SIGN(X),
130 |--TANH(X) = SGN - SGN*2/[EXP(Y)+1].
136 movel %d0,X(%a6) | ...Y = 2|X|
139 fmovex X(%a6),%fp0 | ...Y = 2|X|
144 bsr setox | ...FP0 IS EXP(Y)
[all …]
Dssinh.S26 | y = |X|, sgn = sign(X), and z = expm1(Y),
36 | Y := |X|
39 | Y' := Y - 16381 log2
86 |--Y = |X|, Z = EXPM1(Y), SINH(X) = SIGN(X)*(1/2)*( Z + Z/(1+Z) )
88 fabsx %fp0 | ...Y = |X|
93 bsr setoxm1 | ...FP0 IS Z = EXPM1(Y)
Dslog2.S37 | Step 1. Call slognd to obtain Y = log(X), the natural log of X.
42 | 2.2 Return ans := Y * INV_L10.
52 | Step 1. Call sLogN to obtain Y = log(X), the natural log of X.
56 | 2.2 Return ans := Y * INV_L10.
66 | Step 1. Call slognd to obtain Y = log(X), the natural log of X.
71 | 2.2 Return ans := Y * INV_L2.
89 | Step 3. Call sLogN to obtain Y = log(X), the natural log of X.
93 | 4.2 Return ans := Y * INV_L2.
/linux-4.1.27/arch/s390/include/asm/
Dsfp-machine.h34 #define _FP_MUL_MEAT_S(R,X,Y) \ argument
35 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm)
36 #define _FP_MUL_MEAT_D(R,X,Y) \ argument
37 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm)
38 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument
39 _FP_MUL_MEAT_4_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm)
41 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv(S,R,X,Y) argument
42 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_2_udiv(D,R,X,Y) argument
43 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y) argument
58 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
[all …]
/linux-4.1.27/drivers/pinctrl/
Dpinctrl-tegra210.c1361 …PINGROUP(sdmmc1_clk_pm0, SDMMC1, RSVD1, RSVD2, RSVD3, 0x3000, Y, Y, N, -1…
1362 …PINGROUP(sdmmc1_cmd_pm1, SDMMC1, SPI3, RSVD2, RSVD3, 0x3004, Y, Y, N, -1…
1363 …PINGROUP(sdmmc1_dat3_pm2, SDMMC1, SPI3, RSVD2, RSVD3, 0x3008, Y, Y, N, -1…
1364 …PINGROUP(sdmmc1_dat2_pm3, SDMMC1, SPI3, RSVD2, RSVD3, 0x300c, Y, Y, N, -1…
1365 …PINGROUP(sdmmc1_dat1_pm4, SDMMC1, SPI3, RSVD2, RSVD3, 0x3010, Y, Y, N, -1…
1366 …PINGROUP(sdmmc1_dat0_pm5, SDMMC1, RSVD1, RSVD2, RSVD3, 0x3014, Y, Y, N, -1…
1367 …PINGROUP(sdmmc3_clk_pp0, SDMMC3, RSVD1, RSVD2, RSVD3, 0x301c, Y, Y, N, -1…
1368 …PINGROUP(sdmmc3_cmd_pp1, SDMMC3, RSVD1, RSVD2, RSVD3, 0x3020, Y, Y, N, -1…
1369 …PINGROUP(sdmmc3_dat0_pp5, SDMMC3, RSVD1, RSVD2, RSVD3, 0x3024, Y, Y, N, -1…
1370 …PINGROUP(sdmmc3_dat1_pp4, SDMMC3, RSVD1, RSVD2, RSVD3, 0x3028, Y, Y, N, -1…
[all …]
Dpinctrl-tegra124.c1836 …OUP(hdmi_int_pn7, RSVD1, RSVD2, RSVD3, RSVD4, 0x3110, N, N, Y),
1837 …OUP(ddc_scl_pv4, I2C4, RSVD2, RSVD3, RSVD4, 0x3114, N, N, Y),
1838 …OUP(ddc_sda_pv5, I2C4, RSVD2, RSVD3, RSVD4, 0x3118, N, N, Y),
1854 …PINGROUP(gen1_i2c_sda_pc5, I2C1, RSVD2, RSVD3, RSVD4, 0x31a0, Y, N…
1855 …PINGROUP(gen1_i2c_scl_pc4, I2C1, RSVD2, RSVD3, RSVD4, 0x31a4, Y, N…
1898 …PINGROUP(gen2_i2c_scl_pt5, I2C2, RSVD2, GMI, RSVD4, 0x3250, Y, N…
1899 …PINGROUP(gen2_i2c_sda_pt6, I2C2, RSVD2, GMI, RSVD4, 0x3254, Y, N…
1900 …PINGROUP(sdmmc4_clk_pcc4, SDMMC4, RSVD2, GMI, RSVD4, 0x3258, N, Y
1901 …PINGROUP(sdmmc4_cmd_pt7, SDMMC4, RSVD2, GMI, RSVD4, 0x325c, N, Y
1902 …PINGROUP(sdmmc4_dat0_paa0, SDMMC4, SPI3, GMI, RSVD4, 0x3260, N, Y
[all …]
/linux-4.1.27/include/math-emu/
Dop-2.h93 #define _FP_FRAC_ADD_2(R,X,Y) \ argument
94 __FP_FRAC_ADD_2(R##_f1, R##_f0, X##_f1, X##_f0, Y##_f1, Y##_f0)
96 #define _FP_FRAC_SUB_2(R,X,Y) \ argument
97 __FP_FRAC_SUB_2(R##_f1, R##_f0, X##_f1, X##_f0, Y##_f1, Y##_f0)
99 #define _FP_FRAC_DEC_2(X,Y) \ argument
100 __FP_FRAC_DEC_2(X##_f1, X##_f0, Y##_f1, Y##_f0)
118 #define _FP_FRAC_EQ_2(X, Y) (X##_f1 == Y##_f1 && X##_f0 == Y##_f0) argument
119 #define _FP_FRAC_GT_2(X, Y) \ argument
120 (X##_f1 > Y##_f1 || (X##_f1 == Y##_f1 && X##_f0 > Y##_f0))
121 #define _FP_FRAC_GE_2(X, Y) \ argument
[all …]
Dop-1.h52 #define _FP_FRAC_ADD_1(R,X,Y) (R##_f = X##_f + Y##_f) argument
53 #define _FP_FRAC_SUB_1(R,X,Y) (R##_f = X##_f - Y##_f) argument
54 #define _FP_FRAC_DEC_1(X,Y) (X##_f -= Y##_f) argument
62 #define _FP_FRAC_EQ_1(X, Y) (X##_f == Y##_f) argument
63 #define _FP_FRAC_GE_1(X, Y) (X##_f >= Y##_f) argument
64 #define _FP_FRAC_GT_1(X, Y) (X##_f > Y##_f) argument
127 #define _FP_MUL_MEAT_1_imm(wfracbits, R, X, Y) \ argument
129 R##_f = X##_f * Y##_f; \
138 #define _FP_MUL_MEAT_1_wide(wfracbits, R, X, Y, doit) \ argument
141 doit(_Z_f1, _Z_f0, X##_f, Y##_f); \
[all …]
Dop-common.h229 #define _FP_ADD_INTERNAL(fs, wc, R, X, Y, OP) \ argument
231 switch (_FP_CLS_COMBINE(X##_c, Y##_c)) \
236 _FP_I_TYPE diff = X##_e - Y##_e; \
245 R##_e = Y##_e; \
252 _FP_FRAC_SRS_##wc(Y, diff, _FP_WFRACBITS_##fs); \
253 else if (!_FP_FRAC_ZEROP_##wc(Y)) \
254 _FP_FRAC_SET_##wc(Y, _FP_MINFRAC_##wc); \
261 if (X##_s == Y##_s) \
264 _FP_FRAC_ADD_##wc(R, X, Y); \
274 _FP_FRAC_SUB_##wc(R, X, Y); \
[all …]
Ddouble.h110 #define FP_ADD_D(R,X,Y) _FP_ADD(D,2,R,X,Y) argument
111 #define FP_SUB_D(R,X,Y) _FP_SUB(D,2,R,X,Y) argument
112 #define FP_MUL_D(R,X,Y) _FP_MUL(D,2,R,X,Y) argument
113 #define FP_DIV_D(R,X,Y) _FP_DIV(D,2,R,X,Y) argument
117 #define FP_CMP_D(r,X,Y,un) _FP_CMP(D,2,r,X,Y,un) argument
118 #define FP_CMP_EQ_D(r,X,Y) _FP_CMP_EQ(D,2,r,X,Y) argument
182 #define FP_ADD_D(R,X,Y) _FP_ADD(D,1,R,X,Y) argument
183 #define FP_SUB_D(R,X,Y) _FP_SUB(D,1,R,X,Y) argument
184 #define FP_MUL_D(R,X,Y) _FP_MUL(D,1,R,X,Y) argument
185 #define FP_DIV_D(R,X,Y) _FP_DIV(D,1,R,X,Y) argument
[all …]
Dquad.h116 #define FP_ADD_Q(R,X,Y) _FP_ADD(Q,4,R,X,Y) argument
117 #define FP_SUB_Q(R,X,Y) _FP_SUB(Q,4,R,X,Y) argument
118 #define FP_MUL_Q(R,X,Y) _FP_MUL(Q,4,R,X,Y) argument
119 #define FP_DIV_Q(R,X,Y) _FP_DIV(Q,4,R,X,Y) argument
123 #define FP_CMP_Q(r,X,Y,un) _FP_CMP(Q,4,r,X,Y,un) argument
124 #define FP_CMP_EQ_Q(r,X,Y) _FP_CMP_EQ(Q,4,r,X,Y) argument
189 #define FP_ADD_Q(R,X,Y) _FP_ADD(Q,2,R,X,Y) argument
190 #define FP_SUB_Q(R,X,Y) _FP_SUB(Q,2,R,X,Y) argument
191 #define FP_MUL_Q(R,X,Y) _FP_MUL(Q,2,R,X,Y) argument
192 #define FP_DIV_Q(R,X,Y) _FP_DIV(Q,2,R,X,Y) argument
[all …]
Dop-4.h111 #define _FP_FRAC_ADD_4(R,X,Y) \ argument
114 Y##_f[3], Y##_f[2], Y##_f[1], Y##_f[0])
116 #define _FP_FRAC_SUB_4(R,X,Y) \ argument
119 Y##_f[3], Y##_f[2], Y##_f[1], Y##_f[0])
121 #define _FP_FRAC_DEC_4(X,Y) \ argument
123 Y##_f[3], Y##_f[2], Y##_f[1], Y##_f[0])
137 #define _FP_FRAC_EQ_4(X,Y) \ argument
138 (X##_f[0] == Y##_f[0] && X##_f[1] == Y##_f[1] \
139 && X##_f[2] == Y##_f[2] && X##_f[3] == Y##_f[3])
141 #define _FP_FRAC_GT_4(X,Y) \ argument
[all …]
Dsingle.h99 #define FP_ADD_S(R,X,Y) _FP_ADD(S,1,R,X,Y) argument
100 #define FP_SUB_S(R,X,Y) _FP_SUB(S,1,R,X,Y) argument
101 #define FP_MUL_S(R,X,Y) _FP_MUL(S,1,R,X,Y) argument
102 #define FP_DIV_S(R,X,Y) _FP_DIV(S,1,R,X,Y) argument
106 #define FP_CMP_S(r,X,Y,un) _FP_CMP(S,1,r,X,Y,un) argument
107 #define FP_CMP_EQ_S(r,X,Y) _FP_CMP_EQ(S,1,r,X,Y) argument
/linux-4.1.27/arch/arm/mach-orion5x/
DKconfig14 Say 'Y' here if you want your kernel to support the
21 Say 'Y' here if you want your kernel to support the
28 Say 'Y' here if you want your kernel to support the
36 Say 'Y' here if you want your kernel to support the Marvell
43 Say 'Y' here if you want your kernel to support the
50 Say 'Y' here if you want your kernel to support the
56 Say 'Y' here if you want your kernel to support the
62 Say 'Y' here if you want your kernel to support the
69 Say 'Y' here if you want your kernel to support the
77 Say 'Y' here if you want your kernel to support the
[all …]
/linux-4.1.27/drivers/power/
DKconfig4 Say Y here to enable power supply class support. This allows
14 Say Y here to enable debugging messages for power supply class
21 Say Y here to enable generic power driver for PDAs and phones with
29 Say Y here to enable support APM status emulation using
36 Say Y here to enable support for the generic battery driver
43 Say Y here to enable support for the battery charger in the Maxim
50 Say Y here to enable support for the backup battery charger
57 Say Y here to enable support for the power management unit
64 Say Y here to enable support for the power management unit
76 Say Y here to enable battery monitor for Marvell 88PM860x chip.
[all …]
/linux-4.1.27/Documentation/input/
Dsentelic.txt18 1 |Y|X|y|x|1|M|R|L| 2 |X|X|X|X|X|X|X|X| 3 |Y|Y|Y|Y|Y|Y|Y|Y| 4 | | |B|F|W|W|W|W|
21 Byte 1: Bit7 => Y overflow
23 Bit5 => Y sign bit
30 Byte 3: Y Movement(9-bit 2's complement integers)
47 1 |Y|X|y|x|1|M|R|L| 2 |X|X|X|X|X|X|X|X| 3 |Y|Y|Y|Y|Y|Y|Y|Y| 4 | | |B|F|r|l|u|d|
50 Byte 1: Bit7 => Y overflow
52 Bit5 => Y sign bit
59 Byte 3: Y Movement(9-bit 2's complement integers)
87 1 |0|1|V|1|1|M|R|L| 2 |X|X|X|X|X|X|X|X| 3 |Y|Y|Y|Y|Y|Y|Y|Y| 4 |r|l|d|u|X|X|Y|Y|
100 Byte 3: Y coordinate (ypos[9:2])
[all …]
/linux-4.1.27/sound/pci/hda/
DKconfig15 Say Y here to include support for Intel "High Definition
29 Say Y here to support the HDA controller present in NVIDIA
61 Say Y here to build a hwdep interface for HD-audio driver.
68 Say Y here to enable the HD-audio codec re-configuration feature.
77 Say Y here to build a digital beep interface for HD-audio
95 Say Y here to enable the jack plugging notification via
103 Say Y here to allow the HD-audio driver to load a pseudo
113 Say Y or M here to include Realtek HD-audio codec support in
116 comment "Set to Y if you want auto-loading the codec driver"
123 Say Y or M here to include Analog Device HD-audio codec support in
[all …]
/linux-4.1.27/drivers/pinctrl/freescale/
DKconfig16 Say Y here to enable the imx1 pinctrl driver
23 Say Y here to enable the i.MX21 pinctrl driver
30 Say Y here to enable the imx27 pinctrl driver
39 Say Y here to enable the imx25 pinctrl driver
46 Say Y here to enable the imx35 pinctrl driver
53 Say Y here to enable the imx50 pinctrl driver
60 Say Y here to enable the imx51 pinctrl driver
67 Say Y here to enable the imx53 pinctrl driver
74 Say Y here to enable the imx6q/dl pinctrl driver
81 Say Y here to enable the imx6sl pinctrl driver
[all …]
/linux-4.1.27/arch/um/include/shared/
Das-layout.h25 #define _UML_AC(X, Y) (Y) argument
27 #define __UML_AC(X, Y) (X(Y)) argument
28 #define _UML_AC(X, Y) __UML_AC(X, Y) argument
/linux-4.1.27/drivers/input/mouse/
DKconfig8 Say Y here, and a list of supported mice will be displayed.
11 If unsure, say Y.
23 Say Y here if you have a PS/2 mouse connected to your system. This
36 If unsure, say Y.
46 Say Y here if you have an ALPS PS/2 touchpad connected to
49 If unsure, say Y.
56 Say Y here if you have a Logitech PS/2++ mouse connected to
59 If unsure, say Y.
66 Say Y here if you have a Synaptics PS/2 TouchPad connected to
69 If unsure, say Y.
[all …]
/linux-4.1.27/include/uapi/linux/
Dconst.h16 #define _AC(X,Y) X argument
19 #define __AC(X,Y) (X##Y) argument
20 #define _AC(X,Y) __AC(X,Y) argument
/linux-4.1.27/sound/soc/pxa/
DKconfig6 Say Y or M if you want to add support for codecs attached to
17 Say Y if you want to add support for codecs attached to
46 Say Y if you want to add support for SoC audio on Sharp
55 Say Y if you want to add support for SoC audio on Sharp
64 Say Y if you want to add support for SoC audio on Zipit Z2.
72 Say Y if you want to add support for SoC audio on Sharp
82 Say Y if you want to add support for SoC audio on Sharp
91 Say Y if you want to add support for SoC audio on the
100 Say Y if you want to add support for SoC audio on the
109 Say Y if you want to add support for SoC audio on the
[all …]
/linux-4.1.27/drivers/media/usb/gspca/
DKconfig7 Say Y here if you want to enable selecting webcams based
12 This driver uses the Video For Linux API. You must say Y or M to
29 Say Y here if you want support for the Benq DC E300 camera.
38 Say Y here if you want support for cameras based on the Conexant chip.
47 Say Y here if you want support for USB cameras based on the cpia
58 Say Y here if you want support for the Scopium camera
68 Say Y here if you want support for cameras based on the Etoms chip.
77 Say Y here if you want support for cameras based on the FinePix chip.
86 Say Y here if you want support for cameras based on this Jeilin chip.
95 Say Y here if you want support for cameras based the
[all …]
/linux-4.1.27/drivers/input/tablet/
DKconfig7 Say Y here, and a list of supported tablets will be displayed.
10 If unsure, say Y.
19 Say Y here if you want to use the USB version of the Acecad Flair
20 tablet. Make sure to say Y to "Mouse support"
32 Say Y here if you want to use the USB version of the Aiptek 6000U,
33 Aiptek 8000U or Genius G-PEN 560 tablet. Make sure to say Y to
44 Say Y here if you want to use the USB version of the GTCO
45 CalComp/InterWrite Tablet. Make sure to say Y to "Mouse support"
57 Say Y here if you want to use the USB version of the Hanwang Art
68 Say Y here if you want to use the USB version of the KB Gear
[all …]
/linux-4.1.27/arch/arm/mach-ep93xx/
DKconfig58 Say 'Y' here if you want your kernel to support the ADS
69 Say 'Y' here if you want your kernel to support the Cirrus
77 Say 'Y' here if you want your kernel to support the Cirrus
85 Say 'Y' here if you want your kernel to support the Cirrus
93 Say 'Y' here if you want your kernel to support the Cirrus
101 Say 'Y' here if you want your kernel to support the Cirrus
109 Say 'Y' here if you want your kernel to support the Cirrus
117 Say 'Y' here if you want your kernel to support the Cirrus
125 Say 'Y' here if you want your kernel to support the Cirrus
132 Say 'Y' here if you want your kernel to support the Glomation
[all …]
/linux-4.1.27/arch/arm/mach-ks8695/
DKconfig9 Say 'Y' here if you want your kernel to run on the original
15 Say 'Y' here if you want your kernel to run on the D-Link
21 say 'Y' here if you want your kernel to run on the Brivo
27 Say 'Y' here if you want your kernel to support the
34 Say 'Y' here if you want your kernel to support the
41 Say 'Y' here if you want your kernel to support the
49 Say 'Y' here if you want your kernel to support the OpenGear
57 Say 'Y' here if you want your kernel to support the OpenGear
65 Say 'Y' here if you want your kernel to support the OpenGear
73 Say 'Y' here if you want your kernel to support the OpenGear
[all …]
/linux-4.1.27/sound/pci/
DKconfig16 Say Y here to include support for the integrated AC97 sound
30 Say 'Y' or 'M' to include support for Avance Logic ALS300/ALS300+
43 Say Y here to include support for soundcards based on Avance Logic
55 Say Y here to include support for the integrated AC97 sound
70 Say Y here to include support for AudioScience ASI sound cards.
79 Say Y here to include support for the integrated AC97 sound
90 Say Y here to include support for the integrated MC97 modem on
101 Say Y here to include support for Aureal Advantage soundcards.
115 Say Y here to include support for Aureal Vortex soundcards.
128 Say Y here to include support for Aureal Vortex 2 soundcards.
[all …]
/linux-4.1.27/drivers/parisc/
DKconfig11 If in doubt, say "Y".
18 If in doubt, say "Y"
24 Say Y here to enable DMA management routines for the first
32 Say Y here to support the Lasi multifunction chip found in
43 Say Y here to support the Wax multifunction chip found in some
53 Say Y here if you have an EISA bus in your machine. This code
63 If you want to plug an ISA card into your EISA bus, say Y here.
69 All recent HP machines have PCI slots, and you should say Y here
73 so it may be safest to say "Y" anyway.
81 Say Y here to support the Dino & Cujo GSC to PCI bridges found in
[all …]
/linux-4.1.27/drivers/input/touchscreen/
DKconfig7 Say Y here, and a list of supported touchscreens will be displayed.
10 If unsure, say Y.
22 Say Y here if you have a 88PM860x PMIC and want to enable
35 Say Y here if you have a touchscreen interface using the
44 If unsure, say N (but it's safe to say "Y").
53 Say Y here if you have a touchscreen interface using the
57 If unsure, say N (but it's safe to say "Y").
65 Say Y here if you want to support a touchscreen interface using
77 Say Y here if you have AD7879-1/AD7889-1 hooked to an I2C bus.
86 Say Y here if you have AD7879-1/AD7889-1 hooked to a SPI bus.
[all …]
/linux-4.1.27/net/sched/
DKconfig16 is a FIFO (first come, first served). If you say Y here, you will be
32 (RSVP) on your Linux router if you also say Y to the corresponding
36 If you say Y here and to "/proc file system" below, you will be able
41 can say Y to as many as you like. If unsure, say N now.
50 Say Y here if you want to use the Class-Based Queueing (CBQ) packet
58 say Y here. Then say Y to all the queueing algorithms below that you
67 Say Y here if you want to use the Hierarchical Token Buckets (HTB)
81 Say Y here if you want to use the Hierarchical Fair Service Curve
91 Say Y here if you want to use the ATM pseudo-scheduler. This
104 Say Y here if you want to use an n-band priority queue packet
[all …]
/linux-4.1.27/arch/powerpc/include/asm/
Dsfp-machine.h82 #define _FP_MUL_MEAT_S(R,X,Y) _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm) argument
83 #define _FP_MUL_MEAT_D(R,X,Y) _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm) argument
85 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv_norm(S,R,X,Y) argument
86 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_2_udiv(D,R,X,Y) argument
144 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
146 if ((_FP_FRAC_HIGH_RAW_##fs(Y) & _FP_QNANBIT_##fs) \
154 R##_s = Y##_s; \
155 _FP_FRAC_COPY_##wc(R,Y); \
/linux-4.1.27/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-dds6 Stores frequency into tuning word Y.
10 can control the desired active tuning word by writing Y to the
19 registers Y is not present. It is also possible X is not present
27 corresponds to the Y in out_altvoltageX_frequencyY.
36 Stores phase into Y.
40 control the desired phase Y which is added to the phase
41 accumulator output by writing Y to the phase_en file.
49 Y is not present. It is also possible X is not present if
56 Specifies the active phase Y which is added to the phase
57 accumulator output. The value corresponds to the Y in
[all …]
/linux-4.1.27/drivers/pci/hotplug/
DKconfig9 Say Y here if you have a motherboard with a PCI Hotplug controller.
21 Say Y here if you have a motherboard with a Compaq PCI Hotplug
33 Say Y here if you have a Compaq server that has a PCI Hotplug
43 Say Y here if you have a motherboard with a IBM PCI Hotplug
55 Say Y here if you have a system that supports PCI Hotplug using
64 Say Y here if you have an IBM system that supports PCI Hotplug using
75 Say Y here if you have a CompactPCI system card with CompactPCI
84 Say Y here if you have an Performance Technologies (formerly Intel,
96 Say Y here if you have a CompactPCI system card that exposes the #ENUM
108 Say Y here if you have a motherboard with a SHPC PCI Hotplug
[all …]
/linux-4.1.27/arch/arm/mach-omap1/
DKconfig41 TI OMAP 1510 or 1610 Innovator board support. Say Y here if you
48 TI OMAP 1610/1611B H2 board support. Say Y here if you have such
55 TI OMAP 1710 H3 board support. Say Y here if you have such
68 TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here
77 and camera connector. Say Y here if you have this board.
83 Support for TI OMAP 730 Perseus2 board. Say Y here if you have such
90 Support for TI OMAP 850 F-Sample board. Say Y here if you have such
97 Support for Voiceblue GSM/VoIP gateway. Say Y here if you have
107 Say Y here if you have this PDA model, say N otherwise.
116 Say Y here if you have such a PDA, say N otherwise.
[all …]
/linux-4.1.27/sound/core/
DKconfig31 Say Y or M to enable MIDI sequencer and router support. This
42 Say Y here to enable the dummy sequencer client. This client
60 To enable OSS mixer API emulation (/dev/mixer*), say Y here
63 Many programs still use the OSS API, so say Y.
73 To enable OSS digital audio (PCM) emulation (/dev/dsp*), say Y
76 Many programs still use the OSS API, so say Y.
95 Say Y here to enable OSS sequencer emulation (both
98 Many programs still use the OSS API, so say Y.
109 Say Y here to enable HR-timer backend for ALSA timer. ALSA uses
121 Say Y here to use the HR-timer backend as the default sequencer
[all …]
/linux-4.1.27/drivers/media/rc/img-ir/
DKconfig7 Say Y or M here if you want to use the ImgTec infrared decoder
14 Say Y here to enable the raw mode driver which passes raw IR signal
24 Say Y here to enable the hardware decode driver which decodes the IR
33 Say Y here to enable support for the NEC, extended NEC, and 32-bit
40 Say Y here to enable support for the JVC protocol in the ImgTec
47 Say Y here to enable support for the Sony protocol in the ImgTec
54 Say Y here to enable support for the Sharp protocol in the ImgTec
61 Say Y here to enable support for the Sanyo protocol (used by Sanyo,
68 Say Y here to enable support for the RC5 protocol in the ImgTec
75 Say Y here to enable support for the RC6 protocol in the ImgTec
/linux-4.1.27/block/partitions/
DKconfig7 Say Y here if you would like to use hard disks under Linux which
28 Say Y here if you would like to use hard disks under Linux which
41 Say Y here if you would like to use hard disks under Linux which
52 `Y' here, Linux will support disk partitions created under ADFS.
68 of machines called RISCiX. If you say 'Y' here, Linux will be able
74 Say Y here if you would like to be able to read the hard disk
86 Say Y here if you would like to use hard disks under Linux which
93 Say Y here if you would like to use hard disks under Linux which
100 Say Y here if you would like to use hard disks under Linux which
107 Say Y here if you would like to be able to read the hard disk
[all …]
/linux-4.1.27/drivers/input/joystick/
DKconfig8 weapon control system or something like that you can say Y here
21 Say Y here if you have a joystick that connects to the PC
38 Say Y here if you have an FPGaming or MadCatz controller using the
48 Say Y here if you have a Logitech controller using the ADI
58 Say Y here if you have a Creative Labs Blaster Cobra gamepad.
67 Say Y here if you have a Genius Flight2000 or MaxFighter digitally
77 Say Y here if you have a Gravis controller using the GrIP protocol
87 Say Y here if you have the original Gravis GrIP MultiPort, a hub
97 Say Y here if you have a Guillemot joystick using a digital
107 Say Y here if you have an InterAct gameport or joystick
[all …]
/linux-4.1.27/arch/m68k/
DKconfig.devices22 Say Y here to support the /proc/hardware file, which gives you
38 Say Y to include support for the ARAnyM NatFeat block device
46 Say Y to include support for the ARAnyM NatFeat console driver
54 Say Y to include support for the ARAnyM NatFeat network device
62 Say Y to include support for the EtherNAT network adapter for the
65 To compile the actual ethernet driver, choose Y or M for the SMC91X
72 Say Y to include support for the EtherNEC network adapter for the
79 To compile the actual ethernet driver, choose Y or M in for the NE2000
90 If you want to be able to use the DSP56001 in Falcons, say Y. This
101 answer Y.
[all …]
DKconfig.bus10 Say Y here to enable support for the "DIO" expansion bus used in
25 AutoConfig(tm) specification, say Y, otherwise N. Note that even
27 the CPU slot may fall in this category, so you have to say Y to let
35 600. If you intend to use pcmcia cards say Y; otherwise say N.
46 newer boards don't support it. If you have ISA, say Y, otherwise N.
/linux-4.1.27/sound/soc/tegra/
DKconfig9 Say Y or M here if you want support for SoC audio on Tegra.
17 Say Y or M if you want to add support for codecs attached to the
25 Say Y or M if you want to add support for the Tegra20 DAS module.
34 Say Y or M if you want to add support for codecs attached to the
43 Say Y or M if you want to add support for the Tegra20 SPDIF interface.
51 Say Y or M if you want to add support for the Tegra20 AHUB module.
60 Say Y or M if you want to add support for codecs attached to the
71 Say Y or M here if you want to add support for SoC audio on Tegra
81 Say Y or M here if you want to add support for SoC audio on Tegra
91 Say Y or M here if you want to add support for SoC audio on Tegra
[all …]
/linux-4.1.27/drivers/clk/qcom/
DKconfig13 Say Y if you want to use peripheral devices such as UART, SPI,
22 Say Y if you want to support multimedia devices such as display,
30 Say Y if you want to use peripheral devices such as UART, SPI,
39 Say Y if you want to use audio devices such as i2s, pcm,
47 Say Y if you want to use peripheral devices such as UART, SPI,
55 Say Y if you want to use devices such as UART, SPI i2c, USB,
63 Say Y if you want to use peripheral devices such as UART, SPI,
72 Say Y if you want to use audio devices such as i2s, pcm,
81 Say Y if you want to support multimedia devices such as display,
89 Say Y if you want to use peripheral devices such as UART, SPI,
[all …]
/linux-4.1.27/sound/isa/
DKconfig33 Say Y here to include support for AdLib FM cards.
46 Say Y here to include support for Analog Devices SoundPort
56 Say Y here to include support for AD1848 (Analog Devices) or
73 Say Y here to include support for soundcards based on the
87 Say Y here to include support for Aztech Sound Galaxy cards
100 Say Y here to include support for Aztech Sound Galaxy cards
114 Say Y here to include support for soundcards based on the
126 Say Y here to include support for soundcards based on the
139 Say Y here to include support for soundcards based on the
150 Say Y here to include support for CS4231 chips from Cirrus
[all …]
/linux-4.1.27/drivers/usb/serial/
DKconfig9 Say Y here if you have a USB device that provides normal serial
26 If you say Y here, it will be possible to use a USB to serial
32 Even if you say Y here, the currently visible virtual console
39 If you don't have a VGA card installed and you say Y here, the
48 Say Y here if you want to use the generic USB serial driver. Please
57 Say Y here to use the USB serial "simple" driver. This driver
78 Say Y here if you want to use USB AIRcable Bluetooth Dongle.
86 Say Y here if you want to use a ARK Micro 3116 USB to Serial
95 Say Y here if you want to use a Belkin USB Serial single port
105 Say Y here if you want to use a Winchiphead CH341 single port
[all …]
/linux-4.1.27/drivers/input/gameport/
DKconfig9 or anything else that uses the gameport, say Y or M here and also to
15 from the below listed modules. You still need to say Y here.
17 If unsure, say Y.
27 Say Y here if you have an ISA or PnP gameport.
29 If unsure, say Y.
37 Say Y here if you have a PDPI Lightning 4 gamecard.
46 Say Y here if you have a SoundBlaster Live! or SoundBlaster
56 Say Y here if you have ForteMedia FM801 PCI audio controller
/linux-4.1.27/drivers/bluetooth/
DKconfig21 Say Y here to compile support for Bluetooth USB devices into the
33 Say Y here to compile support for Broadcom protocol.
43 Say Y here to compile support for Bluetooth SDIO devices into the
56 Say Y here to compile support for Bluetooth UART devices into the
67 Say Y here to compile support for HCI UART (H4) protocol.
79 Say Y here to compile support for HCI BCSP protocol.
92 Say Y here to compile support for HCI UART ATH3K protocol.
103 Say Y here to compile support for HCILL protocol.
115 Say Y here to compile support for Three-wire UART protocol.
125 Say Y here to compile support for Intel protocol.
[all …]
/linux-4.1.27/arch/mn10300/proc-mn103e010/include/proc/
Dintctl-regs.h16 #define __SET_XIRQ_TRIGGER(X, Y, Z) \ argument
20 x |= ((Y) & 3) << ((X) * 2); \
27 #define SET_XIRQ_TRIGGER(X, Y) __SET_XIRQ_TRIGGER(X, Y, EXTMD) argument
/linux-4.1.27/arch/mn10300/proc-mn2ws0050/include/proc/
Dintctl-regs.h16 #define __SET_XIRQ_TRIGGER(X, Y, Z) \ argument
20 x |= ((Y) & 3) << ((X) * 2); \
27 #define SET_XIRQ_TRIGGER(X, Y) __SET_XIRQ_TRIGGER(X, Y, EXTMD0) argument
/linux-4.1.27/drivers/input/misc/
DKconfig7 Say Y here, and a list of miscellaneous input drivers will be displayed.
11 If unsure, say Y.
39 Say Y here to use the PowerOn Key for ST-Ericsson's AB8500
48 Say Y here if you want to support an AD7142/3/7/8/7A touch sensor.
60 Say Y here if you have AD7142/AD7147 hooked to an I2C bus.
70 Say Y here if you have AD7142/AD7147 hooked to a SPI bus.
80 Say Y to enable support for the haptics module in Arizona CODECs.
90 Say Y here if you have Bosch Sensortec's BMA150 or SMB380
100 Say Y here to enable support for the NI Ettus Research
110 Say Y here if you want the standard PC Speaker to be used for
[all …]
/linux-4.1.27/arch/arm/
DKconfig.debug10 Say Y here if you want to show the kernel pagetable layout in a
29 If in doubt, say Y.
54 only works with EABI compilers. If unsure say Y.
83 Say Y here to include definitions of printascii, printch, printhex
101 Say Y here if you want kernel low-level debugging support
108 Say Y here if you want the debug print routines to direct
158 Say Y here if you want kernel low-level debugging support
173 Say Y here if you want kernel low-level debugging support
181 Say Y here if you want the debug print routines to direct
191 Say Y here if you want the debug print routines to direct
[all …]
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/
DKconfig14 Say Y if you own a USB DVB device.
29 Say Y here to support the Afatech AF9015 based DVB-T USB2.0 receiver
42 Say Y here to support the Afatech AF9035 based DVB USB receiver.
58 Say Y here to support the Anysee E30, Anysee E30 Plus or
67 Say Y here to support the Sigmatek DVB-110 DVB-T USB2.0 receiver.
76 Say Y here to support the AZ6007 receivers like Terratec H7.
84 Say Y here to support the Intel CE6230 DVB-T USB2.0 receiver
92 Say Y here to support the E3C EC168 DVB-T USB2.0 receiver.
100 Say Y here to support the MSI Megasky 580 (55801) DVB-T USB2.0
116 Say Y here to support the LME DM04/QQBOX DVB-S USB2.0
[all …]
/linux-4.1.27/arch/arm/mach-sa1100/
DKconfig9 Say Y here if you are using the Intel(R) StrongARM(R) SA-1110
17 Say Y here if you are using the Intel(R) StrongARM(R) SA-1110
29 Say Y if configuring for an Intrinsyc CerfBoard.
55 Say Y here to support the Sharp Zaurus SL5500 PDAs.
63 Say Y here if you intend to run this kernel on the Compaq iPAQ
75 Say Y here if you intend to run this kernel on the Compaq iPAQ
86 Say Y here if you want to build a kernel for the HP Laboratories
94 Say Y here if you want to build a kernel for the HP Jornada 720
103 Say Y here if you have a HP Jornada 7xx handheld computer and you
112 Say Y here to support the HackKit Core CPU Board
[all …]
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-decoder-regs.txt27 Decoder horizontal Y alias register 1
31 Decoder horizontal Y alias register 2
35 Decoder horizontal Y alias register 3
39 Decoder horizontal Y alias register 4
43 Decoder horizontal Y alias register 5
47 Decoder horizontal Y alias trigger
49 These six registers control the horizontal aliasing filter for the Y plane.
84 Operation is the same as the Y filter, with 2830 being the trigger
90 Decoder Y source width in pixels
93 Decoder Y destination width in pixels
[all …]
/linux-4.1.27/arch/arm/mach-gemini/
DKconfig9 Say Y here if you intend to run this kernel on a
16 Say Y here if you intend to run this kernel on a
23 Say Y here if you intend to run this kernel on a
30 Say Y here if you intend to run this kernel on a
38 Say Y here if Gemini memory is swapped by bootloader.
/linux-4.1.27/drivers/input/keyboard/
DKconfig8 Say Y here, and a list of supported keyboards will be displayed.
11 If unsure, say Y.
29 Say Y here if you want to use a ADP5588/87 attached to your
39 Say Y here if you want to use a ADP5585/ADP5589 attached to your
49 Say Y here if you are running Linux on any AMIGA and have a keyboard
63 Say Y here if you are running Linux on any Atari and have a keyboard
77 Say Y here if you want to use a standard AT or PS/2 keyboard. Usually
82 If unsure, say Y.
92 Say Y here if you have a PA-RISC machine and want to use an AT or
103 If you have an RDI PrecisionBook, say Y here if you want to use its
[all …]
/linux-4.1.27/sound/soc/fsl/
DKconfig10 Say Y if you want to add Asynchronous Sample Rate Converter (ASRC)
21 Say Y if you want to add Synchronous Audio Interface (SAI)
32 Say Y if you want to add Synchronous Serial Interface (SSI)
43 Say Y if you want to add Sony/Philips Digital Interface (SPDIF)
53 Say Y if you want to add Enhanced Synchronous Audio Interface
68 Say Y if you want to add Digital Audio Mux (AUDMUX) support
77 Say Y or M if you want to add support for codecs attached to
84 Say Y or M if you want to add support for codecs attached to
108 Say Y if you want to enable audio on the Freescale MPC8610 HPCD.
120 Say Y if you want to enable audio on the Freescale P1022 DS board.
[all …]
/linux-4.1.27/drivers/media/usb/dvb-usb/
DKconfig14 Say Y if you own a USB DVB device.
20 Say Y if you want to enable debugging. See modinfo dvb-usb (and the
30 Say Y here to support the AVerMedia AverTV DVB-T USB 2.0 (A800) receiver.
45 Say Y if you own such a device and want to use it. You should build it as
66 Say Y if you own such a device and want to use it. You should build it as
95 Say Y if you own such a device and want to use it. You should build it as
106 Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver.
127 Say Y here to support the Conexant USB2.0 hybrid reference design.
143 Say Y here to support the MSI Mega Sky 580 USB2.0 DVB-T receiver.
155 Say Y here to support the Nebula Electronics uDigitV USB2.0 DVB-T receiver.
[all …]
/linux-4.1.27/arch/arm/mach-iop32x/
DKconfig13 Say Y here if you want to run your kernel on the GLAN Tank
20 Say Y here if you want to run your kernel on the Intel IQ80321
27 Say Y here if you want to run your kernel on the Intel EP80219
34 Say Y here if you want to run your kernel on the Thecus n2100
40 Say Y here if you want to run your kernel on the Lanner EM7210
41 board. Say also Y here if you have a SS4000e Baxter Creek NAS
/linux-4.1.27/sound/soc/davinci/
DKconfig11 Say Y or M here if you want audio support for TI SoC which uses eDMA.
24 Say Y or M here if you want to have support for McASP IP found in
43 Say Y or M if you want to add support for SoC audio on AM33XX
54 Say Y if you want to add support for SoC audio on TI
65 Say Y if you want to add support for AIC3101 audio codec
73 Say Y if you want to add support for SoC On-chip voice codec
83 Say Y if you want to add support for SoC audio on TI
91 Say Y if you want to add support for SoC audio on TI
99 Say Y if you want to add support for SoC audio on TI
/linux-4.1.27/arch/arm/mach-ixp4xx/
DKconfig12 Say 'Y' here if you want your kernel to support Linksys's
20 Say 'Y' here if you want your kernel to support the Gateworks
28 Say 'Y' here if you want your kernel to support the Giant
36 Say 'Y' here if you want your kernel to support the ADI
44 Say 'Y' here if you want your kernel to support Gateway's
52 Say 'Y' here if you want your kernel to support Netgear's
59 Say 'Y' here if you want your kernel to support Intel's
66 Say 'Y' here if you want your kernel to support Intel's
73 Say 'Y' here if you want your kernel to support Intel's
80 Say 'Y' here if you want your kernel to support GORAMO
[all …]
/linux-4.1.27/drivers/parport/
DKconfig22 machines) etc., then you need to say Y here; please read
38 If unsure, say Y.
46 You should say Y here if you have a PC-style parallel port. All
48 parallel ports. PA-RISC owners should only say Y here if they
54 If unsure, say Y.
61 serial ports. You should say Y or M here. If you say M, the module
69 printing. Say Y here if you want to take advantage of that.
81 Saying Y here enables some probes for Super-IO chipsets in order to
89 Say Y here if you need PCMCIA support for your PC-style parallel
97 Say Y here if you need support for the parallel port on
[all …]
/linux-4.1.27/drivers/w1/slaves/
DKconfig10 Say Y here if you want to connect 1-wire thermal sensors to your
16 Say Y here if you want to connect 1-wire
22 Say Y here if you want to use a 1-wire
38 Say Y here if you want to use a 1-wire
45 Say Y or M here if you want to use a 1-wire
57 Say Y here if you want to use a 1-wire
63 Say Y here if you want to use a 1-wire
69 Say Y here if you want to use a 1-wire
77 Say Y here to protect DS2433 data with a CRC16.
124 Say Y here if you want to use a 1-wire
[all …]
/linux-4.1.27/drivers/video/backlight/
DKconfig101 If you have an Sharp SL-6000 Zaurus say Y to enable a driver
110 say Y to enable LCD control driver.
117 If you have an S6E63M0 LCD Panel, say Y to enable its
125 If you have an LD9040 Panel, say Y to enable its
133 If you have an AMS369FG06 AMOLED Panel, say Y to enable its
141 If you have an LMS501KF03 LCD Panel, say Y to enable its
148 If you have a HX-8357 LCD panel, say Y to enable its LCD control
185 the EP93xx, say Y here to enable this driver.
212 Say Y to enable the backlight driver for National Semiconductor / TI
233 the PWL module of OMAP1 processors. Say Y if your board
[all …]
/linux-4.1.27/drivers/scsi/arm/
DKconfig10 Acorn system with one of these, say Y. If unsure, say N.
16 Say Y here to enable tagged queuing support on the Acorn SCSI card.
27 Say Y here to enable synchronous transfer negotiation with all
43 Say Y here to compile in support for the SCSI controller.
50 Acorn system with one of these, say Y. If unsure, say N.
57 system with one of these, say Y, otherwise say N.
64 you have one of these, say Y. If unsure, say N.
75 Acorn system with one of these, say Y. If unsure, say N.
83 system with one of these, say Y. If unsure, say N.
/linux-4.1.27/fs/nls/
DKconfig13 If unsure, say Y.
48 say Y here if you want to include the DOS codepage that is used in
60 say Y here if you want to include the DOS codepage that is used for
72 say Y here if you want to include the DOS codepage that is used
85 say Y here if you want to include the DOS codepage that is used for
90 If unsure, say Y.
101 say Y here if you want to include the Latin 2 codepage used by DOS
116 say Y here if you want to include the DOS codepage for Cyrillic.
127 say Y here if you want to include the DOS codepage for Turkish.
138 say Y here if you want to include the DOS codepage for Portuguese.
[all …]
/linux-4.1.27/drivers/pcmcia/
DKconfig8 Say Y here if you want to attach PCMCIA- or PC-cards to your Linux
26 only using 32-bit CardBus cards, say Y or M here.
35 If unsure, say Y.
44 to be loaded from userspace to work correctly. If you say Y here,
49 If unsure, say Y.
62 them are "yenta-compatible", so say Y or M there, too.
64 If unsure, say Y.
82 If unsure, say Y.
131 Say Y here to include support for ISA-bus PCMCIA host bridges that
142 Say Y here to include support for the Databook TCIC family of PCMCIA
[all …]
/linux-4.1.27/drivers/net/irda/
DKconfig10 Say Y here if you want to build support for the IrTTY line
14 Most IrDA chips are 16550 compatible so you should probably say Y
18 If unsure, say Y.
25 Say Y here if your want to enable SIR function on Blackfin UART
72 Say Y here if your want to enable SIR function on SuperH UART
81 Say Y here if you have an infrared device that connects to your
82 computer's serial port. These devices are called dongles. Then say Y
93 Say Y here if you want to build support for the Extended Systems
104 Say Y here if you want to build support for the ACTiSYS IR-220L and
115 Say Y here if you want to build support for the Tekram IrMate 210B
[all …]
/linux-4.1.27/drivers/net/ethernet/amd/
DKconfig13 say Y.
17 the questions regarding AMD chipsets. If you say Y, you will be asked
27 If you have a Commodore A2065 Ethernet adapter, say Y. Otherwise,
40 answer Y here and read the Ethernet-HOWTO, available from
50 If you have a network (Ethernet) card of this type, say Y and read
65 answer Y here and read the Ethernet-HOWTO, available from
75 If you have a Village Tronic Ariadne Ethernet adapter, say Y.
87 always answer Y to this.
93 Say Y to include support for several Atari Ethernet adapters based
112 HP300 machine, say Y here.
[all …]
/linux-4.1.27/drivers/pci/host/
DKconfig37 Say Y here if you want support for the PCIe host controller found
44 Say Y here if you want internal PCI support on R-Car Gen2 SoC.
52 Say Y here if you want PCIe controller support on R-Car Gen2 SoCs.
58 Say Y here if you want to support a simple generic PCI host
67 Say Y here if you want PCIe support on SPEAr13XX SoCs.
75 Say Y here if you want to enable PCI controller support on Keystone
84 Say 'Y' here if you want kernel to support the Xilinx AXI PCIe
93 Say Y here if you want internal PCI support on APM X-Gene SoC.
103 Say Y here if you want PCIe controller support on Layerscape SoCs.
125 Say Y here if you want to use the Broadcom iProc PCIe controller
/linux-4.1.27/arch/arm/mach-mmp/
DKconfig9 Say 'Y' here if you want to support the Marvell PXA168-based
16 Say 'Y' here if you want to support the Marvell PXA168-based
23 Say 'Y' here if you want to support the Marvell PXA168-based
30 Say 'Y' here if you want to support the Marvell PXA910-based
37 Say 'Y' here if you want to support the Marvell PXA910-based
45 Say 'Y' here if you want to support the Marvell MMP2-based
56 Say 'Y' here if you want to support the Marvell MMP2-based
67 Say 'Y' here if you want to support the Marvell MMP2-base
77 Say 'Y' here if you want to support the Marvell PXA168-based
84 Say 'Y' here if you want to support the Marvell PXA168-based
/linux-4.1.27/drivers/input/
DKconfig12 Say Y here if you have any input device (mouse, keyboard, tablet,
21 If unsure, say Y.
31 Say Y here if you have memoryless force-feedback input device
44 Say Y here if you are using a driver for an input
57 Say Y here if you are using a driver for an input
70 Say Y here if you are using a driver for an input
86 Say Y here if you want your mouse to be accessible as char devices
92 If unsure, say Y.
102 Say Y here if you want your mouse also be accessible as char device
106 If unsure, say Y.
[all …]
/linux-4.1.27/drivers/char/hw_random/
DKconfig21 If unsure, say Y.
37 If unsure, say Y.
50 If unsure, say Y.
63 If unsure, say Y.
76 If unsure, say Y.
89 If unusure, say Y.
102 If unsure, say Y.
115 If unsure, say Y.
128 If unsure, say Y.
141 If unsure, say Y.
[all …]
/linux-4.1.27/drivers/input/serio/
DKconfig14 If unsure, say Y.
35 you'll need to say Y here.
37 If unsure, say Y.
47 Say Y here if you plan to use an input device (mouse, joystick,
52 If unsure, say Y.
61 Say Y here if you have a Texas Instruments TravelMate notebook
78 Say Y here if you built a simple parallel port adapter to attach
93 Say Y here if you have the Acorn RiscPC and want to use an AT
103 Say Y here if you want to use the PSIF peripheral on AVR32 devices
124 If you use these devices, you'll need to say Y here.
[all …]
/linux-4.1.27/drivers/isdn/capi/
DKconfig5 If you say Y here, the kernelcapi driver can make verbose traces
9 If unsure, say Y.
17 Y/M here.
27 your ISP, say Y here.
36 ippp interfaces or ttyI emulation, say Y/M here.
42 If you say Y here, the capidrv interface will give verbose reasons
/linux-4.1.27/arch/arm/mach-mvebu/
DKconfig34 Say 'Y' here if you want your kernel to support boards based
49 Say 'Y' here if you want your kernel to support boards based
64 Say 'Y' here if you want your kernel to support boards based
78 Say 'Y' here if you want your kernel to support boards based
88 Say 'Y' here if you want your kernel to support boards based
101 Say 'Y' here if you want your kernel to support the
116 Say 'Y' here if you want your kernel to support boards based
123 Say 'Y' here if you want your kernel to support the
/linux-4.1.27/arch/arm/mach-s3c24xx/
DKconfig187 Say Y here if you are using the American Microsystems M5900 Series
203 Say Y here if you are using the Simtec Electronics EB2410ITX
211 Say Y here to enable the PC104 IRQ routing on the
221 Say Y here if you are using the HP IPAQ H1940
236 Say Y here if you want suppt for the Acer N30, Acer N35,
244 Say Y here if you are using the Nex Vision OTOM board
251 Say Y here if you are using the Armzone QT2410
258 Say Y here if you are using the SMDK2410 or the derived module A9M2410
265 Say Y here if you are using the TinCanTools Hammer Board
277 Say Y here if you are using the Thorcom VR1000 board.
[all …]
/linux-4.1.27/drivers/net/ethernet/i825xx/
DKconfig10 If you have a network (Ethernet) card belonging to this class, say Y
16 the questions about these devices. If you say Y, you will be asked for
26 you should say Y to this option if you wish to use it with Linux.
33 BVME6000 VME boards. Say Y here to include the driver for this chip
41 Say Y here to support the builtin Intel 82596 ethernet controller
49 MVME162, 166, 167, 172 and 177 boards. Say Y here to include the
57 Say Y here to support the on-board Intel 82596 ethernet controller
/linux-4.1.27/arch/unicore32/mm/
DKconfig15 Say Y here to disable the processor instruction cache. Unless
21 Say Y here to disable the processor data cache. Unless
27 Say Y here to use the data cache in writethrough mode. Unless you
34 Say Y here to disable the data cache line operations.
40 Say Y here to disable the TLB single entry operations.
/linux-4.1.27/drivers/staging/rtl8723au/hal/
DHalDMOutSrc8723A_CE.c33 int Y, ele_C; in odm_TXPowerTrackingCallback_ThermalMeter_92C() local
235 Y = pdmpriv->RegE9C; in odm_TXPowerTrackingCallback_ThermalMeter_92C()
243 if ((Y & 0x00000200) != 0) in odm_TXPowerTrackingCallback_ThermalMeter_92C()
244 Y = Y | 0xFFFFFC00; in odm_TXPowerTrackingCallback_ThermalMeter_92C()
245 ele_C = ((Y * ele_D)>>8)&0x000003FF; in odm_TXPowerTrackingCallback_ThermalMeter_92C()
260 value32 = ((Y * ele_D)>>7)&0x01; in odm_TXPowerTrackingCallback_ThermalMeter_92C()
299 Y = pdmpriv->RegEBC; in odm_TXPowerTrackingCallback_ThermalMeter_92C()
307 if ((Y & 0x00000200) != 0) in odm_TXPowerTrackingCallback_ThermalMeter_92C()
308 Y = Y | 0xFFFFFC00; in odm_TXPowerTrackingCallback_ThermalMeter_92C()
309 ele_C = ((Y * ele_D)>>8)&0x00003FF; in odm_TXPowerTrackingCallback_ThermalMeter_92C()
[all …]
/linux-4.1.27/drivers/staging/iio/accel/
DKconfig12 Say Y here to build support for Analog Devices adis16201 dual-axis
24 Say Y here to build support for Analog Devices adis16203 Programmable
36 Say Y here to build support for Analog Devices adis16204 Programmable
48 Say Y here to build support for Analog Devices adis16209 dual-axis digital inclinometer
59 Say Y here to build support for Analog Devices adis16220 programmable
71 Say Y here to build support for Analog Devices adis16240 programmable
84 Say Y here to build SPI support for the ST microelectronics
96 Say Y here to build support for the VTI SCA3000 series of SPI
/linux-4.1.27/drivers/usb/dwc3/
DKconfig6 Say Y or M here if your system has a Dual Role SuperSpeed
54 Say 'Y' or 'M' here if you have one such device
62 say 'Y' or 'M' if you have one such device.
70 'Y' or 'M' here.
81 Say 'Y' or 'M' here if you have one such device
90 Say 'Y' or 'M' if you have one such device.
98 say 'Y' or 'M' if you have one such device.
105 Say Y here to enable debugging messages on DWC3 Driver.
/linux-4.1.27/sound/soc/samsung/
DKconfig8 Say Y or M if you want to add support for codecs attached to
43 Say Y here to enable audio support for the Openmoko Neo1973
52 Say Y if you want to add support for SoC audio on the Jive.
61 Say Y if you want to add support for SoC audio on the SMDKs.
71 Say Y if you want to add support for SoC audio on the SMDKs.
80 Say Y if you want to add support for SoC audio on smdk2443
90 Say Y if you want to add support for SoC audio on ln2440sbc
141 Say Y if you want to add support for SoC audio on the SMDK.
154 Say Y if you want to add support for SoC S/PDIF audio on the SMDK.
163 Say Y if you want to add support for SoC audio on the SMDK.
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dsrio-rmu.txt13 Definition: Must include "fsl,srio-rmu-vX.Y", "fsl,srio-rmu".
15 The version X.Y should match the general SRIO controller's IP Block
16 revision register's Major(X) and Minor (Y) value.
44 Definition: Must include "fsl,srio-msg-unit-vX.Y", "fsl,srio-msg-unit".
46 The version X.Y should match the general SRIO controller's IP Block
47 revision register's Major(X) and Minor (Y) value.
74 "fsl,srio-dbell-unit-vX.Y", "fsl,srio-dbell-unit"
76 The version X.Y should match the general SRIO controller's IP Block
77 revision register's Major(X) and Minor (Y) value.
104 "fsl,srio-port-write-unit-vX.Y", "fsl,srio-port-write-unit"
[all …]
/linux-4.1.27/fs/quota/
DKconfig10 If you say Y here, you will be able to set per user limits for disk
25 If you say Y here, quota warnings (about exceeding softlimit, reaching
27 say Y.
34 If you say Y here, quota warnings (about exceeding softlimit, reaching
44 If you say Y here, quota subsystem will perform some additional
57 format say Y here.
67 functionality say Y here.
/linux-4.1.27/fs/fat/
DKconfig6 VFAT (Windows 95) file systems), then you must say Y or M here
13 the foundation for the other file systems. You will have to say Y or
19 mtools ("man mtools") program suite. You don't need to say Y here in
23 Linux box, say Y here, mount the floppy under Linux with an MSDOS
28 say Y.
45 intend to use dosemu with a non-compressed MSDOS partition, say Y
51 partitions, you should use the VFAT file system (say Y to "VFAT fs
56 answer Y. This will only work if you said Y to "DOS FAT fs support"
70 works if you said Y to the "DOS FAT fs support" above. Please read
72 unsure, say Y.
/linux-4.1.27/drivers/i2c/
DKconfig20 If you want I2C support, you should say Y here and also to the
31 Say Y here if you want to enable ACPI I2C operation region support.
45 Say Y here if you intend to run lm-sensors 3.1.1 or older, or any
47 devices. If you don't know, say Y.
52 Say Y here to use i2c-* device files, usually found in the /dev
64 Say Y here if you want the I2C core to support the ability to
85 In doubt, say Y.
90 Say Y here if you want support for SMBus extensions to the I2C
126 Say Y here if you want the I2C core to produce a bunch of debug
133 Say Y here if you want the I2C algorithm drivers to produce a bunch
[all …]
/linux-4.1.27/drivers/net/ethernet/8390/
DKconfig10 If you have a network (Ethernet) card belonging to this class, say Y
16 the questions about Western Digital cards. If you say Y, you will be
25 Say Y here if you intend to attach an Asix AX88190-based PCMCIA
55 If you have a Hydra Ethernet adapter, say Y. Otherwise, say N.
66 should say Y to this option if you wish to use it with Linux.
74 Ethernet cards using an NS8390 chipset or its equivalent, say Y
89 on them then choose Y. To compile this driver as a module, choose M
98 If you have a network (Ethernet) card of this type, say Y and read
103 If you have a PCI NE2000 card however, say N here and Y to "PCI
117 say Y and read the Ethernet-HOWTO, available from
[all …]
/linux-4.1.27/drivers/mmc/host/
DKconfig13 platform with a Multimedia Card slot, say Y or M here.
34 say Y or M here.
46 If you have a controller with this interface, say Y or M here. You
79 If you have a controller with this interface, say Y or M here.
95 If unsure, say Y.
105 If you have a controller with this interface, say Y or M here.
116 If you have a controller with this interface, say Y or M here.
128 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.
[all …]
/linux-4.1.27/drivers/memstick/core/
DKconfig10 If you say Y here, the MemoryStick layer will assume that all
23 Say Y here to enable the MemoryStick Pro block device driver
26 support should say Y or M here.
32 Say Y here to enable the MemoryStick Standard device driver
36 but not PRO. Say Y if you have such card.
/linux-4.1.27/drivers/target/
DKconfig9 Say Y or M here to enable the TCM Storage Engine and ConfigFS enabled
19 Say Y here to enable the TCM/IBLOCK subsystem plugin for non-buffered
25 Say Y here to enable the TCM/FILEIO subsystem plugin for buffered
31 Say Y here to enable the TCM/pSCSI subsystem plugin for non-buffered
38 Say Y here to enable the TCM/USER subsystem plugin for a userspace
/linux-4.1.27/drivers/w1/masters/
DKconfig11 Say Y here if you want to communicate with your 1-wire devices
21 Say Y here if you want to have a driver for DS2490 based USB <-> W1 bridges,
41 Say Y here to enable MXC 1-wire host
46 Say Y here to enable the DS1WM 1-wire driver, such as that
54 Say Y here if you want to communicate with your 1-wire devices using
64 Say Y here if you want support for the 1-wire or HDQ Interface
/linux-4.1.27/drivers/net/ethernet/cirrus/
DKconfig10 If you have a network (Ethernet) card belonging to this class, say Y
16 the questions about Cirrus cards. If you say Y, you will be asked
26 network (Ethernet) card of this type, say Y and read the
39 Say Y to compile the cs89x0 driver as a platform driver. This
51 Say Y if you are building a kernel for EP93xx based devices.
58 Nubus or LC-PDS network (Ethernet) card of this type, say Y and
/linux-4.1.27/arch/mips/ath79/
DKconfig14 Say 'Y' here if you want your kernel to support the
26 Say 'Y' here if you want your kernel to support the
38 Say 'Y' here if you want your kernel to support the
50 Say 'Y' here if you want your kernel to support the
61 Say 'Y' here if you want your kernel to support the
71 Say 'Y' here if you want your kernel to support the
/linux-4.1.27/fs/cachefiles/
Dinternal.h325 #define ASSERTCMP(X, OP, Y) \ argument
327 if (unlikely(!((X) OP (Y)))) { \
331 (unsigned long)(X), (unsigned long)(Y)); \
345 #define ASSERTIFCMP(C, X, OP, Y) \ argument
347 if (unlikely((C) && !((X) OP (Y)))) { \
351 (unsigned long)(X), (unsigned long)(Y)); \
359 #define ASSERTCMP(X, OP, Y) do {} while (0) argument
361 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) argument
/linux-4.1.27/Documentation/scsi/
Dsym53c8xx_2.txt133 810A N N FAST10 10 MB/s Y N
134 815 Y N FAST10 10 MB/s N N
135 825 Y Y FAST10 20 MB/s N N
136 825A Y Y FAST10 20 MB/s Y N
137 860 N N FAST20 20 MB/s Y N
138 875 Y Y FAST20 40 MB/s Y N
139 875A Y Y FAST20 40 MB/s Y Y
140 876 Y Y FAST20 40 MB/s Y N
141 895 Y Y FAST40 80 MB/s Y N
142 895A Y Y FAST40 80 MB/s Y Y
[all …]
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-pci-devices-cciss6 Y of controller X.
13 drive Y of controller X.
20 drive Y of controller X.
27 Y of controller X.
47 drive Y of controller X.
53 Description: Displays the RAID level of logical drive Y of
60 Description: Displays the usage count (number of opens) of logical drive Y
Dsysfs-bus-iio-light-lm3533-als16 Get the hysteresis for thresholds Y, that is,
27 in_illuminance0_thresh_either_en (0..255), where Y in 0..3.
49 Get output current for channel Y (0..255), that is,
58 Z (0..255), where Y in 0..2 and Z in 0..4.
61 ALS-mapper Y + 1.
/linux-4.1.27/drivers/pnp/
DKconfig16 Say Y here if you would like Linux to configure your Plug and Play
17 devices. You should then also say Y to all of the protocols below.
21 If unsure, say Y.
28 Say Y here if you want the PNP layer to be able to produce debugging
35 If you have any doubts about this, say Y here.
/linux-4.1.27/drivers/usb/chipidea/
DKconfig5 Say Y here if your system has a dual role high speed USB
28 Say Y here to enable device controller functionality of the
36 Say Y here to enable host controller functionality of the
42 Say Y here to enable debugging output of the ChipIdea driver.
/linux-4.1.27/arch/x86/um/os-Linux/
Dmcontext.c9 #define COPY2(X,Y) regs->gp[X] = mc->gregs[REG_##Y] in get_regs_from_mc() argument
19 #define COPY2(X,Y) regs->gp[X/sizeof(unsigned long)] = mc->gregs[REG_##Y] in get_regs_from_mc()
/linux-4.1.27/drivers/leds/trigger/
DKconfig7 be configured via sysfs. If unsure, say Y.
20 If unsure, say Y.
34 If unsure, say Y.
42 If unsure, say Y.
51 If unsure, say Y.
90 If unsure, say Y.
101 If unsure, say Y.
109 If unsure, say Y.
/linux-4.1.27/drivers/net/ethernet/apple/
DKconfig10 If you have a network (Ethernet) card belonging to this class, say Y
16 the questions about IBM devices. If you say Y, you will be asked for
28 Ethernet) interface. Say Y to include support for the MACE chip.
40 Y here if you have such a machine. If unsure, say N.
49 Say Y for support of BMAC Ethernet interfaces. These are used on G3
62 say Y and read the Ethernet-HOWTO, available from
/linux-4.1.27/drivers/macintosh/
DKconfig7 Say Y here to get to see options for devices used with Macintosh
21 PowerBook, or a "Blue and White G3", you probably want to say Y
28 Say Y here if want your kernel to support Macintosh systems that use
37 Say Y here if want your kernel to support Macintosh systems that use
48 support for it, say 'Y' here.
54 Say Y here if want your kernel to support the m68k based Powerbooks.
72 models should use CONFIG_ADB_PMU instead. It is safe to say Y here
75 If unsure say Y.
86 RAM and the RTC (real time clock) chip. Say Y to enable support for
119 If you don't know, say Y.
[all …]
/linux-4.1.27/sound/soc/atmel/
DKconfig5 Say Y or M if you want to add support for codecs attached to
22 Say Y or M if you want to add support for codecs the
34 Say Y if you want to add support for SoC audio on WM8731-based
45 Say Y if you want to add support for Atmel ASoC driver for boards using
56 Say Y if you want to add support for audio SoC on an
/linux-4.1.27/drivers/net/ethernet/via/
DKconfig9 If you have a network (Ethernet) card belonging to this class, say Y
15 the questions about VIA devices. If you say Y, you will be asked for
27 Rhine-II (VT6102), or Rhine-III (VT6105)), say Y here. Rhine-type
42 If unsure, say Y.
51 If you have a VIA "Velocity" based network card say Y here.
/linux-4.1.27/drivers/staging/nvec/
DKconfig6 Say Y here to enable support for a nVidia compliant embedded
16 Say Y here to enable support for a keyboard connected to
26 Say Y here to enable support for a Touchpad / Mouse connected
37 Say Y to enable support for battery and charger interface for
48 Say Y to enable control of the yellow side leds on Compal PAZ00 based
/linux-4.1.27/drivers/net/ieee802154/
DKconfig6 Say Y here to get to see options for IEEE 802.15.4 Low-Rate
17 Say Y here to enable the fake driver that can emulate a net
29 Say Y here to enable the at86rf230/231/233/212 SPI 802.15.4 wireless
40 Say Y here to enable the MRF24J20 SPI 802.15.4 wireless
51 Say Y here to enable the CC2520 SPI 802.15.4 wireless
/linux-4.1.27/drivers/hid/usbhid/
DKconfig10 Say Y here if you want to connect USB keyboards,
19 If unsure, say Y.
30 Say Y here if you have a PID-compliant device and wish to enable force
38 Say Y here if you want to support HID devices (from the USB
45 If unsure, say Y.
54 Say Y here only if you are absolutely sure that you don't want
70 Say Y here only if you are absolutely sure that you don't want
/linux-4.1.27/drivers/media/radio/
DKconfig11 Say Y here to enable selecting AM/FM radio adapters.
37 Choose Y here if you have this FM radio chip.
51 Say Y here if you want to connect this type of radio to your
63 Say Y here if you want to connect this type of radio to your
76 Choose Y here if you have this radio card. This card may also be
92 Choose Y here if you have this radio receiver.
109 Choose Y here if you have this radio receiver.
126 Say Y here if you want to connect this type of FM transmitter
140 Say Y here if you want to connect this type of AM/FM/SW receiver
150 Say Y here if you want to connect this type of radio to your
[all …]
/linux-4.1.27/drivers/hsi/clients/
DKconfig11 Say Y here if you want to add support for the modem on Nokia
20 If you say Y here, you will enable the CMT speech protocol used
30 If you say Y here, you will enable the SSI protocol aka McSAAB.
38 If you say Y here, you will enable the HSI/SSI character driver.
/linux-4.1.27/net/unix/
DKconfig8 If you say Y here, you will include support for Unix domain sockets;
14 want to say Y here.
20 Say Y unless you know what you are doing.
28 If unsure, say Y.
/linux-4.1.27/drivers/net/ethernet/seeq/
DKconfig10 If you have a network (Ethernet) card belonging to this class, say Y
16 the questions about SEEQ devices. If you say Y, you will be asked for
26 should say Y to this option if you wish to use it with Linux.
32 Say Y here if you have an Seeq based Ethernet network card. This is
/linux-4.1.27/net/irda/
DKconfig10 Say Y here if you want to build support for the IrDA (TM) protocols.
40 Say Y here to support the connectionless Ultra IRDA protocol.
53 Say Y here if you want IrLMP to cache the last LSAP used. This
57 If unsure, say Y.
63 Say Y here is you want IrLAP to send fast RR (Receive Ready) frames
80 If unsure, say Y.
86 Say Y here if you want the IrDA subsystem to write debug information
93 If unsure, say Y (since it makes it easier to find the bugs).
/linux-4.1.27/sound/soc/blackfin/
DKconfig7 Say Y or M if you want to add support for codecs attached to
20 Say Y if you want to add support for the Analog Devices
29 Say Y if you want to add support for the Analog Devices EVAL-ADAU1701MINIZ
39 Say Y if you want to add support for the Analog Devices EVAL-ADAU1373
52 Say Y if you want to add support for the Analog Devices EVAL-ADAU1X61
65 Say Y if you want to add support for the Analog Devices EVAL-ADAU1X81
79 Say Y if you want to add support for the Analog Devices EVAL-ADAV801 or
92 Say Y if you want to add support for SoC audio on BF5xx STAMP/EZKIT.
101 Say Y if you want to add support for AD193X codec on Blackfin.
110 Say Y if you want to add support for AD73311 codec on Blackfin.
[all …]
/linux-4.1.27/net/netfilter/ipvs/
DKconfig23 If you want to compile it in kernel, say Y. To compile it as a
35 Say Y if unsure.
40 Say Y here if you want to get additional messages useful in
81 protocol. Say Y if unsure.
87 protocol. Say Y if unsure.
96 Security Payload) transport protocol. Say Y if unsure.
102 Header) transport protocol. Say Y if unsure.
109 protocol. Say Y if unsure.
119 If you want to compile it in kernel, say Y. To compile it as a
132 If you want to compile it in kernel, say Y. To compile it as a
[all …]
/linux-4.1.27/drivers/usb/storage/
DKconfig12 Say Y here if you want to connect USB mass storage devices to your
30 Say Y here in order to have the USB Mass Storage code generate
37 Say Y here to include additional code to support the power-saving function
69 Say Y here if you want to use USB Mass Store devices based
87 Say Y here to include additional code to support storage devices
110 Say Y here to include additional code to support the Sandisk SDDR-09
120 Say Y here to include additional code to support the Sandisk SDDR-55
129 Say Y here to include additional code to support the Lexar Jumpshot
138 Say Y here to include additional code to support the Olympus MAUSB-10
151 Say Y here to include additional code to support the Maxtor OneTouch
[all …]
/linux-4.1.27/fs/
DKconfig.binfmt8 systems. Saying Y here will enable your kernel to run ELF binaries
15 want to say Y here.
20 If you find that after upgrading from Linux kernel 1.2 and saying Y
66 seen at boot time. If unsure, say Y.
72 Say Y here if you want to execute interpreted scripts starting with
80 Most systems will not boot if you say M or N here. If unsure, say Y.
124 say Y here.
130 Say Y if you are using OSF/1 binaries (like Netscape and Acrobat)
138 Say Y here if you want to be able to execute Linux/Intel ELF
142 You can get the same functionality by saying N here and saying Y to
[all …]
/linux-4.1.27/drivers/hid/
DKconfig24 If unsure, say Y.
42 Say Y here if you want to support HID devices (from the USB
55 If unsure, say Y.
62 Say Y here if you want to provide HID I/O Drivers from user-space.
89 If unsure, say Y.
105 Say Y here if you want to enable support for ACRUX game controllers.
112 Say Y here if you want to enable force feedback support for ACRUX
123 Say Y here if you want support for keyboards of Apple iBooks, PowerBooks,
135 Say Y here if you want support for Apple infrared remote control.
155 Say Y here if you want to enable force feedback support for devices by
[all …]
/linux-4.1.27/arch/arm/mach-davinci/
DKconfig82 Say Y here to select the Lyrtech Small Form Factor
139 Say Y here to select the TI DA830/OMAP-L137/AM17x Evaluation Module.
153 Say Y here to use the LCD as a framebuffer or simple character
159 Say Y here to use the NAND flash. Do not forget to setup
168 Say Y here to select the TI DA850/OMAP-L138/AM18x Evaluation Module.
182 Say Y if you do not want to enable any of the peripherals connected
188 Say Y if you want to use the RMII PHY on the DA850/OMAP-L138/AM18x
197 Say Y if you want to use Video Port Interface (VPIF) on the
209 Say Y here to select the Critical Link MityDSP-L138/MityARM-1808
217 Say Y here to select the TI AM1808 / OMAPL-138 Hawkboard platform .
[all …]
/linux-4.1.27/drivers/net/ethernet/cadence/
DKconfig10 If you have a network (Ethernet) card belonging to this class, say Y.
14 If unsure, say Y.
18 the remaining Atmel network card questions. If you say Y, you will be
30 Ethernet MAC found in some ARM SoC devices). Say Y to include
/linux-4.1.27/sound/soc/cirrus/
DKconfig6 Say Y or M if you want to add support for codecs attached to
23 Say Y or M here if you want to add support for I2S audio on the
32 Say Y or M here if you want to add support for AC97 audio on the
42 Say Y or M here if you want to add support for I2S audio on the
/linux-4.1.27/sound/soc/omap/
DKconfig37 Say Y if you want to add support for SoC audio on Nokia N810.
47 Say Y if you want to add support for SoC audio on Nokia N900
56 Say Y if you want to add support for SoC audio device connected to
75 Say Y if you want to add support for SoC audio on osk5912.
83 Say Y if you want to add support for SoC audio on the OMAP3517 / AM3517
92 Say Y if you want to add support for SoC audio on TI SoC based boards
111 Say Y if you want to add support for SoC audio on OMAP boards using
124 Say Y if you want to add support for SoC audio on the OMAP3 Pandora.
/linux-4.1.27/fs/fscache/
Dinternal.h426 #define ASSERTCMP(X, OP, Y) \ argument
428 if (unlikely(!((X) OP (Y)))) { \
432 (unsigned long)(X), (unsigned long)(Y)); \
446 #define ASSERTIFCMP(C, X, OP, Y) \ argument
448 if (unlikely((C) && !((X) OP (Y)))) { \
452 (unsigned long)(X), (unsigned long)(Y)); \
460 #define ASSERTCMP(X, OP, Y) do {} while (0) argument
462 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) argument
/linux-4.1.27/drivers/net/ethernet/3com/
DKconfig10 If you have a network (Ethernet) card belonging to this class, say Y
16 the questions about 3Com cards. If you say Y, you will be asked for
26 EtherLinkIII series, say Y and read the Ethernet-HOWTO, available
41 network card, say Y and read the Ethernet-HOWTO, available from
51 Say Y here if you intend to attach a 3Com 3c574 or compatible PCMCIA
61 Say Y here if you intend to attach a 3Com 3c589 or compatible PCMCIA
81 If you have such a card, say Y and read the Ethernet-HOWTO,
100 If you have a network (Ethernet) card of this type, say Y and read
/linux-4.1.27/arch/arm/mach-mv78xx0/
DKconfig8 Say 'Y' here if you want your kernel to support the
14 Say 'Y' here if you want your kernel to support the
20 Say 'Y' here if you want your kernel to support the
/linux-4.1.27/drivers/media/rc/
DKconfig140 Say Y here if you want to use an X10 based USB remote control.
158 Say Y here to enable support for integrated infrared receiver
171 Say Y here if you want to use hisilicon hix5hd2 remote control.
183 Say Y here if you want to use a SoundGraph iMON (aka Antec Veris)
195 Say Y here if you want to use a Windows Media Center Edition
206 Say Y here to enable support for integrated infrared receivers
219 Say Y here to enable support for integrated infrared receiver
231 Say Y if you want to use the IR remote receiver available
242 Say Y here to enable support for integrated infrared receiver
258 Say Y here if you want to use a RedRat3 Infrared Transceiver.
[all …]
/linux-4.1.27/sound/oss/
DKconfig11 port B (in addition to the DB-9 serial port). Say Y or M
149 answer Y here; otherwise, say N. If you have this, you will be able
159 PnP, or through a configuration port. Say Y here if your card is NOT
247 sound programming easier since they provide a common API. Say Y or
267 found after the machine has been running for a while. If you say Y
269 until the shutdown. This option is only useful if you said Y to
274 Say Y unless you have 16MB or more RAM or a PCI sound card.
284 Answer Y if you have the AudioTriX Pro sound card manufactured
307 Again think carefully before answering Y to this question. It's
308 safe to answer Y if you have the original Windows Sound System card
[all …]
/linux-4.1.27/net/packet/
DKconfig11 to work, choose Y.
16 If unsure, say Y.
24 If unsure, say Y.
/linux-4.1.27/drivers/memstick/host/
DKconfig12 Say Y here if you want to be able to access MemoryStick cards with
28 Say Y here if you want to be able to access MemoryStick cards with
39 Say Y here if you want to be able to access MemoryStick cards with
50 Say Y here to include driver code to support Memstick card interface
60 Say Y here to include driver code to support Memstick card interface
/linux-4.1.27/drivers/platform/chrome/
DKconfig9 Say Y here to get to see options for platform support for
24 If you have a supported Chromebook, choose Y or M here.
38 If you have a supported Chromebook, choose Y or M here.
47 If you have a supported Chromebook, choose Y or M here.
54 If you say Y here, you get support for talking to the ChromeOS EC
/linux-4.1.27/net/openvswitch/
DKconfig40 If you say Y here, then the Open vSwitch will be able create GRE
45 If unsure, say Y.
53 If you say Y here, then the Open vSwitch will be able create vxlan vport.
57 If unsure, say Y.
65 If you say Y here, then the Open vSwitch will be able create geneve vport.
/linux-4.1.27/drivers/video/fbdev/omap/
DKconfig15 Say Y here, if you want to have support for boards with an
22 Say Y here if you want to have support for the external
29 Say Y here, if your user-space applications are capable of
38 Say Y here if you want to have support for LCDs compatible with
48 Say Y here if you want to have support for the LCD on the
/linux-4.1.27/drivers/media/platform/s5p-tv/
DKconfig15 Say Y here to enable selecting the TV output devices for
27 Say Y here if you want support for the HDMI output
45 Say Y here if you want support for the physical HDMI
55 Say Y here if you want support for the MHL interface
65 Say Y here if you want support for the analog TV output
78 Say Y here if you want support for the Mixer in Samsung S5P SoCs.
/linux-4.1.27/drivers/staging/i2o/
DKconfig16 If you say Y here, you will get a choice of interface adapter
33 loop. On all other controllers say Y.
35 If unsure, say Y.
41 Say Y for support of raidutils for Adaptec I2O controllers. You also
42 have to say Y to "I2O Configuration support", "I2O SCSI OSM" below
50 Say Y for support of 64-bit DMA transfer mode on Adaptec I2O
58 Say Y for support of the configuration interface for the I2O adapters.
60 raidutils to manage your RAID array, you have to say Y here.
113 If you say Y here and to "/proc file system support", you will be
/linux-4.1.27/drivers/usb/misc/
DKconfig35 Say Y if you want to use an ADU device from Ontrak Control
44 Say Y here if you have a USB 7-Segment Display by Delcom
52 Say Y here if you want to connect a USB Rio500 mp3 player to your
62 Say Y here if you want to connect a USB Lego Infrared Tower to your
74 Say Y here if you want to connect an USBLCD to your computer's
85 Say Y here if you want to connect an USBLED device to your
94 Say Y here if you want to connect a Cypress CY7C63xxx
107 Say Y here if you want to connect a Cypress USB thermometer
119 Say Y here if you want to use the fingerprint sensor on
156 Say Y here if you want to control the backlight of Apple Cinema
[all …]
/linux-4.1.27/arch/arm/mach-pxa/
DKconfig103 Say Y here if you intend to run this kernel on a Cogent
142 Say Y here if you intend to run this kernel on
304 Say Y here if you intend to run this kernel on a
359 Say Y here if you intend to run this kernel on a Palm Tungsten|E2
368 Say Y here if you intend to run this kernel on a Palm Tungsten|C
379 Say Y here if you intend to run this kernel on a Palm Tungsten|T5
390 Say Y here if you intend to run this kernel on a Palm T|X
401 Say Y here if you intend to run this kernel on Palm Zire 72
412 Say Y here if you intend to run this kernel on a Palm LifeDrive
428 Say Y here if you intend to run this kernel on Palm Centro 685 (GSM)
[all …]
/linux-4.1.27/arch/avr32/boards/hammerhead/
DKconfig11 Choose 'Y' here if you want to have your board USB driven.
20 Choose 'Y' here if you have ordered a Corona daugther board and
29 Choose 'Y' here if you have ordered a Corona daugther board and
39 Choose 'Y' here if you want to have FPGA support enabled.
/linux-4.1.27/drivers/video/console/
DKconfig15 Saying Y here will allow you to use Linux in text mode through a
23 Say Y.
37 If you want this feature, say 'Y' here and enter the amount of
54 Say Y here if you have an old MDA or monochrome Hercules graphics
57 say Y here if your MDA card is the primary card in your system; the
70 Say Y here if you want the console on the Newport aka XL graphics
71 card of your Indy. Most people say Y here.
140 machines. Say Y here to build support for it into your kernel.
/linux-4.1.27/sound/usb/
DKconfig19 Say Y here to include support for USB audio and USB MIDI
30 Say Y here to include support for the Edirol UA-101 and UA-1000
43 Say Y here to include support for Tascam USB Audio/MIDI
55 Say Y here to include support for caiaq USB audio interfaces,
81 Say Y here to support input controllers like buttons, knobs,
98 Say Y here to include support for Tascam US-122L USB Audio/MIDI
112 Say Y here to include support for TerraTec 6fire DMX USB interface.
154 Say Y here to include MIDI support for the Behringer BCD2000 DJ
/linux-4.1.27/drivers/tty/serial/
DKconfig28 Cirrus Logic EP93xx CPU, say Y or M here.
37 Say Y here if you wish to use an AMBA PrimeCell UART as the system
41 Even if you say Y here, the currently visible framebuffer console
54 an Integrator/PP2, Integrator/CP or Versatile platform, say Y or M
65 Say Y here if you wish to use an AMBA PrimeCell UART as the system
69 Even if you say Y here, the currently visible framebuffer console
100 If unsure, say Y. To compile this driver as a module, choose M here:
109 If you say Y here, it will be possible to use a serial port as the
114 If unsure, say Y.
130 Say Y here if you wish to use an on-chip UART on a Atmel
[all …]
/linux-4.1.27/arch/arm/mach-w90x900/
DKconfig25 Say Y here if you are using the Nuvoton W90P910EVB
35 Say Y here if you are using the Nuvoton NUC950EVB
45 Say Y here if you are using the Nuvoton NUC960EVB
/linux-4.1.27/net/bridge/
DKconfig11 If you say Y here, then your Linux box will be able to act as an
42 If you say Y here, then the Ethernet bridge will be able selectively
48 If unsure, say Y.
56 If you say Y here, then the Ethernet bridge will be able selectively
62 If unsure, say Y.
/linux-4.1.27/drivers/mailbox/
DKconfig6 signals. Say Y if your platform supports hardware mailboxes.
14 Say Y here if you want to build the ARM MHU controller driver.
25 Management Engine, primarily for cpufreq. Say Y here if you want
34 OMAP2/3; or IPU, IVA HD and DSP in OMAP4/5. Say Y here if you
61 to send message between processors. Say Y here if you want to use the
/linux-4.1.27/arch/arm/mach-footbridge/
DKconfig14 Say Y here if you intend to run this kernel on the CATS.
25 Say Y here if you intend to run this kernel on the Compaq
44 Say Y here if you intend to run this kernel on the EBSA285 card
58 Say Y here if you intend to run this kernel on the EBSA285 card
73 Say Y here if you intend to run this kernel on the Rebel.COM
/linux-4.1.27/drivers/net/hippi/
DKconfig15 under Linux, say Y here (you must also remember to enable the driver
24 Say Y here if this is your PCI HIPPI network card.
33 If you say Y here, the RoadRunner driver will preallocate up to 2 MB
36 kernel code or by user space programs. Say Y here only if you have
/linux-4.1.27/fs/afs/
DKconfig7 If you say Y here, you will get an experimental Andrew File System
18 Say Y here to make runtime controllable debugging messages appear.
28 Say Y here if you want AFS data to be cached locally on disk through
/linux-4.1.27/fs/notify/fanotify/
DKconfig7 Say Y here to enable fanotify support. fanotify is a file access
12 If unsure, say Y.
20 Say Y here is you want fanotify listeners to be able to make permissions
/linux-4.1.27/drivers/net/ethernet/nuvoton/
DKconfig10 If you have a network (Ethernet) card belonging to this class, say Y
16 the questions about Nuvoton cards. If you say Y, you will be asked
27 Say Y here if you want to use built-in Ethernet ports
/linux-4.1.27/sound/soc/jz4740/
DKconfig6 Say Y or M if you want to add support for codecs attached to
16 Say Y if you want to use I2S protocol and I2S codec on Ingenic JZ4740
26 Say Y if you want to add support for ASoC audio on the Qi LB60 board
/linux-4.1.27/drivers/tty/serial/8250/
DKconfig11 serial ports. The standard answer is Y. People who might say N
32 Most people will say Y or M here, so that they can use serial mice,
66 If you say Y here, it will be possible to use a serial port as the
72 Even if you say Y here, the currently visible virtual console
79 If you don't have a VGA card installed and you say Y here, the
128 Say Y here to enable support for 16-bit PCMCIA serial devices,
164 driver, say Y here. This includes HUB6 support, shared serial
176 Say Y here if you have dumb serial boards other than the four
182 say N here to save some memory. You can also say Y if you have an
193 Say Y here if you have an AST FourPort serial board.
[all …]
/linux-4.1.27/sound/soc/intel/
DKconfig10 Say Y if you have such a device
35 Say Y if you have such a device
56 Say Y if you have such a device
87 Say Y if you have such a device
99 Say Y if you have such a device
111 Say Y if you have such a device
/linux-4.1.27/drivers/net/ethernet/packetengines/
DKconfig10 If you have a network (Ethernet) card belonging to this class, say Y
16 the questions about packet engine devices. If you say Y, you will
26 If you have a Gigabit Ethernet card of this type, say Y and read
38 Say Y here if you have a Packet Engines G-NIC PCI Gigabit Ethernet
/linux-4.1.27/drivers/iio/light/
DKconfig24 Say Y here if you want to build a driver for the Dyna Image AL3320A
34 Say Y here if you want to build a driver for the Avago APDS9300
44 Say Y here if you use cm32181.
55 Say Y here if you use cm3232.
66 Say Y here if you want to build a driver for Capela CM3323
76 Say Y here if you use cm36651.
91 Say Y here if you have a Sharp GP2AP020A00F proximity/ALS combo-chip
103 Say Y here if you want to build a driver for the Intersil ISL29125
142 Say Y here if you want to build a IIO driver for JSA1212
215 Say Y here if you want to build a driver for the TAOS TSL4531 family
[all …]
/linux-4.1.27/sound/drivers/
DKconfig63 Say Y only if you really know what you do.
69 Say Y here to include the dummy driver. This driver does
82 Say 'Y' or 'M' to include support for the PCM loopback device.
103 Say Y here to include the virtual MIDI driver. This driver
117 connected to the parallel port, say Y here and make sure that
131 Say 'Y' to include support for this device.
140 To include support for MIDI serial port interfaces, say Y here
155 Say Y here to include support for MIDI ports compatible with
166 Say Y here to include support for Midiman Portman 2x4 parallel
177 Say Y here to include support for the
[all …]
/linux-4.1.27/fs/ncpfs/
DKconfig10 IPX what NFS is to TCP/IP, if that helps. Saying Y here allows you
16 You do not have to say Y here if you want your Linux box to act as a
30 security, say Y. Normal users can leave it off. To be able to use
46 parameter "-s" (ncpfs-2.0.12 and newer). Say Y unless you are not
54 you case sensitive filenames. Say Y. You can disable it at
63 case insensitive, and case in names is preserved. Say Y. You can
70 If you say Y here, every filename on a NetWare server volume using
83 effects by saying Y to "Allow using of Native Language Support"
/linux-4.1.27/drivers/net/ethernet/smsc/
DKconfig12 If you have a network (Ethernet) card belonging to this class, say Y
18 the questions about SMC/Western Digital cards. If you say Y, you will
30 another SMC9192/9194 based chipset. Say Y if you want it compiled
47 including the SMC91C94 and the SMC91C111. Say Y if you want it
63 Say Y here if you intend to attach an SMC 91Cxx compatible PCMCIA
88 Say Y if you want it compiled into the kernel,
103 Say Y here if you want support for SMSC LAN911x and LAN921x families
125 Say Y if you want it compiled into the kernel,
/linux-4.1.27/drivers/block/paride/
DKconfig17 support into your kernel, you may answer Y here to build in the
31 support into your kernel, you may answer Y here to build in the
37 you have such a CD-ROM drive, you should also say Y or M to "ISO
47 support into your kernel, you may answer Y here to build in the
61 support into your kernel, you may answer Y here to build in the
78 answer Y here to build in the parallel port generic ATAPI driver,
102 support into your kernel, you may answer Y here to build in the
121 answer Y here to build in the protocol driver, otherwise you should
140 answer Y here to build in the protocol driver, otherwise you should
151 into your kernel, you may answer Y here to build in the protocol
[all …]
/linux-4.1.27/drivers/sbus/char/
DKconfig14 If unsure, say Y.
21 able to upgrade the OBP firmware, say Y here.
26 Say Y here to directly support the TS102 Microcontroller interface
35 If you say Y here, you will be able to boot from your JavaStation's
47 smartcard reader, if present. Say Y to enable support for these.
/linux-4.1.27/drivers/scsi/pcmcia/
DKconfig16 Say Y here if you intend to attach this type of PCMCIA SCSI host
25 Say Y here if you intend to attach this type of PCMCIA SCSI host
36 your computer, say Y here and read
68 Say Y here if you intend to attach this type of PCMCIA SCSI host
77 Say Y here if you have a New Media Bus Toaster or other PCMCIA
/linux-4.1.27/drivers/usb/atm/
DKconfig11 Say Y here if you want to connect a USB Digital Subscriber Line (DSL)
24 Say Y here if you have an SpeedTouch USB or SpeedTouch 330
36 Say Y here if you have an ADSL USB modem based on the Conexant
48 Say Y here if you have an ADSL USB modem based on the ADI 930
59 Say Y here if you have a DSL USB modem not explicitly supported by
/linux-4.1.27/drivers/net/ethernet/moxa/
DKconfig10 If you have a network (Ethernet) card belonging to this class, say Y
16 the questions about MOXA ART devices. If you say Y, you will be asked
27 want to use the internal ethernet then you should answer Y to this.
/linux-4.1.27/drivers/net/ethernet/xscale/
DKconfig11 If you have a network (Ethernet) card belonging to this class, say Y
17 the questions about XSacle IXP devices. If you say Y, you will be
28 Say Y here if you want to use built-in Ethernet ports
/linux-4.1.27/drivers/net/ethernet/fujitsu/
DKconfig10 If you have a network (Ethernet) card belonging to this class, say Y
15 the questions about Fujitsu cards. If you say Y, you will be asked for
25 Say Y here if you intend to attach a Fujitsu FMV-J18x or compatible
/linux-4.1.27/arch/arm/mach-clps711x/
DKconfig8 Say Y if you intend to run the kernel on the autronix autcpu12
27 Say Y here if you intend to run this kernel on a Cirrus Logic EDB-7211
33 Say Y here if you intend to run this kernel on the ARM Prospector
/linux-4.1.27/drivers/block/
DKconfig10 Say Y here to get to see options for various different block device
26 say Y. Information about this driver, especially important for IBM
49 floppy controller, say Y here. Most commonly found in PowerMacs.
63 ramdisk or as a swap partition. Say Y if you want to include this
77 Most users will want to say "Y" here.
90 If you have said Y to the "Parallel-port support" configuration
92 parallel port devices. Answer Y to build PARIDE support into your
100 To use the PARIDE support, you must say Y or M here and also to at
118 using these boards should say Y here. See the file
129 Everyone using these boards should say Y here.
[all …]
/linux-4.1.27/tools/perf/
Dbuiltin-timechart.c113 int Y; member
1053 if (c->Y && c->start_time <= we->time && c->end_time >= we->time) { in draw_wakeups()
1055 from = c->Y; in draw_wakeups()
1059 to = c->Y; in draw_wakeups()
1068 from = c->Y; in draw_wakeups()
1072 to = c->Y; in draw_wakeups()
1140 int Y = 1; in draw_io_bars() local
1147 c->Y = 0; in draw_io_bars()
1152 svg_box(Y, c->start_time, c->end_time, "process3"); in draw_io_bars()
1165 svg_fbox(Y, in draw_io_bars()
[all …]
/linux-4.1.27/drivers/net/ethernet/xircom/
DKconfig10 If you have a network (Ethernet) card belonging to this class, say Y
16 the questions about Xircom cards. If you say Y, you will be asked for
25 Say Y here if you intend to attach a Xircom 16-bit PCMCIA (PC-card)
/linux-4.1.27/drivers/net/ethernet/nvidia/
DKconfig10 If you have a network (Ethernet) card belonging to this class, say Y
16 the questions about NVIDIA cards. If you say Y, you will be asked for
25 If you have a network (Ethernet) controller of this type, say Y and
/linux-4.1.27/net/x25/
DKconfig15 protocols: the higher level Packet Layer Protocol (PLP) (say Y here
17 (say Y to "LAPB Data Link Driver" below if you want that).
27 X.25 over a standard telephone line using an ordinary modem (say Y
29 Ethernet card and the LAPB over Ethernet (say Y to "LAPB Data Link
/linux-4.1.27/drivers/extcon/
DKconfig4 Say Y here to enable external connector class (extcon) support.
21 Say Y here to enable extcon device driver based on ADC values.
27 Say Y here to enable support for external accessory detection
35 Say Y here to enable GPIO based extcon support. Note that GPIO
80 Say Y here to enable support for USB peripheral and USB host
110 Say Y here to enable GPIO based USB cable detection extcon support.
/linux-4.1.27/arch/sh/
DKconfig.debug12 Say Y here if your target has the gdb-sh-stub
27 drops below a certain limit. Saying Y here will add overhead to
35 If you say Y here the kernel will use a 4Kb stacksize for the
45 If you say Y here the kernel will use separate kernel stacks
59 Those looking for more verbose debugging output should say Y.
77 can already be guaranteed to ber zeroed on boot, say Y.
/linux-4.1.27/drivers/media/tuners/
DKconfig27 Say Y here to include support for various simple tuners.
36 Say Y here to include support for Philips TDA8290+8275(a) tuner.
43 A DVB-T silicon tuner module. Say Y when you want to support this tuner.
50 A silicon tuner module. Say Y when you want to support this tuner.
57 Say Y here to include support for Philips TDA9885/6/7
65 Say Y here to include support for the Philips TEA5761 radio tuner.
72 Say Y here to include support for the Philips TEA5767 radio tuner.
86 Say Y here to include support for the MT2032 / MT2050 tuner.
128 Say Y here to include support for the xc2028/xc3028 tuners.
167 Say Y here to support the Freescale MC44S803 based tuners
/linux-4.1.27/arch/sparc/
DKconfig164 than one CPU, say Y.
168 you say Y here, the kernel will run on many, but not all,
172 People using multiprocessor machines who say Y here should also say
173 Y to "Enhanced Real Time Clock Support", below. The "Advanced Power
174 Management" code will be disabled if you say Y here.
234 Say Y here to enable a faster early framebuffer boot console.
251 If unsure, say Y. Only embedded should say N here.
257 Say Y here to experiment with turning CPUs off and on. CPUs
275 If in doubt, say Y, as this information can be very useful.
346 Say Y here if you want to be able to pass default arguments to
[all …]
/linux-4.1.27/drivers/net/ethernet/hisilicon/
DKconfig10 If you have a network (Ethernet) card belonging to this class, say Y
16 the questions about Hisilicon devices. If you say Y, you will be asked
34 want to use the internal ethernet then you should answer Y to this.
/linux-4.1.27/drivers/net/ethernet/hp/
DKconfig10 If you have a network (Ethernet) card belonging to this class, say Y
16 the questions about HP cards. If you say Y, you will be asked for
25 If you have a network (Ethernet) card of this type, say Y and read
/linux-4.1.27/sound/sparc/
DKconfig17 Say Y here to include support for AMD7930 sound device on Sun.
26 Say Y here to include support for CS4231 sound device on Sun.
36 Say Y here to include support for DBRI sound device on Sun.
/linux-4.1.27/drivers/input/joystick/iforce/
DKconfig8 Say Y here if you have an I-Force joystick or steering wheel
19 Say Y here if you have an I-Force joystick or steering wheel
26 Say Y here if you have an I-Force joystick or steering wheel
/linux-4.1.27/drivers/net/ethernet/sgi/
DKconfig10 If you have a network (Ethernet) card belonging to this class, say Y
16 the questions about SGI devices. If you say Y, you will be asked for
27 If you have a network (Ethernet) card of this type, say Y and read
/linux-4.1.27/drivers/net/ethernet/realtek/
DKconfig10 If you have a network (Ethernet) card belonging to this class, say Y
16 the questions about Realtek devices. If you say Y, you will be asked for
43 the RTL8139C+ chips. If you have one of those, say Y and read
57 the RTL 8129/8130/8139 chips. If you have one of those, say Y and
82 If unsure, say Y.
91 memory by making the code size smaller. If unsure, say Y.
110 Say Y here if you have a Realtek 8169 PCI Gigabit Ethernet adapter.
/linux-4.1.27/drivers/net/wireless/brcm80211/
DKconfig45 IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to
56 IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to
68 IEEE802.11ac embedded FullMAC WLAN driver. Say Y if you want to
75 If you say Y here, the Broadcom wireless drivers will register
79 is disabled. If unsure, say Y to allow developers to better help
/linux-4.1.27/net/caif/
DKconfig14 Say Y (or M) here if you build for a phone product (e.g. Android or
38 Say Y if you will be using a CAIF based GPRS network device.
42 If unsure say Y.
49 Say Y if you are using CAIF over USB CDC NCM.
/linux-4.1.27/drivers/net/ethernet/alteon/
DKconfig10 If you have a network (Ethernet) card belonging to this class, say Y
16 the questions about Alteon cards. If you say Y, you will be asked for
25 Say Y here if you have an Alteon AceNIC, 3Com 3C985(B), NetGear
39 Say Y here if you only have Tigon II based AceNICs and want to leave
/linux-4.1.27/drivers/firmware/
DKconfig12 Say Y or M here if you want to enable BIOS Enhanced Disk Drive
25 Say Y if you want EDD disabled by default, even though it is compiled into the
46 as the Linux console, say Y here.
50 say Y here. If your EFI ConOut path contains only a UART
88 Say Y or M here to enable the driver for use by Dell systems
96 Say Y here if you want to query SMBIOS/DMI system identification
105 Say Y or M here to enable the exporting of the raw DMI table
132 detect iSCSI boot parameters dynamically during system boot, say Y.
/linux-4.1.27/drivers/isdn/i4l/
DKconfig15 "synchronous PPP". Saying Y here will include this protocol. This
16 protocol is used by Cisco and Sun for example. So you want to say Y
27 Say Y if the other end of the connection supports it.
41 Say Y here if you want to be able to filter the packets passing over
45 You need to say Y here if you wish to use the pass-filter and
57 it is safe to say Y here.
62 If you say Y here, the modem-emulator will support a subset of the
75 If you say Y here, the modem-emulator will support a subset of the
/linux-4.1.27/drivers/iio/imu/
Dadis16400_core.c612 ADIS16400_GYRO_CHAN(Y, ADIS16400_YGYRO_OUT, 14),
615 ADIS16400_ACCEL_CHAN(Y, ADIS16400_YACCL_OUT, 14),
618 ADIS16400_MAGN_CHAN(Y, ADIS16400_YMAGN_OUT, 14),
627 ADIS16400_GYRO_CHAN(Y, ADIS16400_YGYRO_OUT, 16),
630 ADIS16400_ACCEL_CHAN(Y, ADIS16400_YACCL_OUT, 16),
633 ADIS16400_MAGN_CHAN(Y, ADIS16400_YMAGN_OUT, 16),
656 ADIS16400_GYRO_CHAN(Y, ADIS16400_YGYRO_OUT, 14),
659 ADIS16400_ACCEL_CHAN(Y, ADIS16400_YACCL_OUT, 14),
662 ADIS16400_MAGN_CHAN(Y, ADIS16400_YMAGN_OUT, 14),
666 ADIS16400_MOD_TEMP_CHAN(Y, ADIS16350_YTEMP_OUT, 12),
[all …]
/linux-4.1.27/net/ceph/
DKconfig11 Choose Y or M here to include cephlib, which provides the
24 If you say Y here, debug output will include a filename and
37 If you say Y here, hostnames (e.g. monitor addresses) will
/linux-4.1.27/drivers/net/ethernet/silan/
DKconfig10 If you have a network (Ethernet) card belonging to this class, say Y
16 the questions about Silan devices. If you say Y, you will be asked for
28 have one of these, say Y here.
/linux-4.1.27/drivers/net/ethernet/adaptec/
DKconfig10 If you have a network (Ethernet) card belonging to this class, say Y
16 the questions about Adaptec cards. If you say Y, you will be asked for
27 Say Y here if you have an Adaptec Starfire (or DuraLAN) PCI network

12345