/linux-4.4.14/arch/sh/include/asm/ |
D | sfp-machine.h | 33 #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.4.14/arch/sparc/include/asm/ |
D | sfp-machine_64.h | 32 #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 …]
|
D | sfp-machine_32.h | 34 #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 …]
|
D | io_32.h | 130 #define ioremap_nocache(X,Y) ioremap((X),(Y)) argument 131 #define ioremap_wc(X,Y) ioremap((X),(Y)) argument 132 #define ioremap_wt(X,Y) ioremap((X),(Y)) argument
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | stv0367_priv.h | 43 #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
|
D | Kconfig | 12 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. 44 Say Y when you want to support this frontend. 56 Say Y when you want to support this frontend. 65 Say Y when you want to support this tuner. 74 Say Y when you want to support this frontend. 84 A DVB-S tuner module. Say Y when you want to support this frontend. 91 A DVB-S tuner module. Say Y when you want to support this frontend. 98 A DVB-S tuner module. Say Y when you want to support this frontend. [all …]
|
D | stv0900_priv.h | 32 #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.4.14/arch/alpha/include/asm/ |
D | sfp-machine.h | 32 #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.4.14/arch/m68k/fpsp040/ |
D | srem_mod.S | 5 | 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 …]
|
D | satan.S | 349 |--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 …]
|
D | slogn.S | 30 | 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 …]
|
D | satanh.S | 76 |--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)
|
D | stanh.S | 26 | 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 …]
|
D | ssinh.S | 26 | 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)
|
D | slog2.S | 37 | 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.4.14/arch/s390/include/asm/ |
D | sfp-machine.h | 34 #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.4.14/drivers/pinctrl/ |
D | pinctrl-tegra210.c | 1361 …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 …]
|
D | pinctrl-tegra124.c | 1836 …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.4.14/include/math-emu/ |
D | op-2.h | 93 #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 …]
|
D | op-1.h | 52 #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 …]
|
D | op-common.h | 229 #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 …]
|
D | double.h | 110 #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 …]
|
D | quad.h | 116 #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 …]
|
D | op-4.h | 111 #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 …]
|
D | single.h | 99 #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.4.14/arch/arm/mach-orion5x/ |
D | Kconfig | 14 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 51 Say 'Y' here if you want your kernel to support the 58 Say 'Y' here if you want your kernel to support the 64 Say 'Y' here if you want your kernel to support the 71 Say 'Y' here if you want your kernel to support the 79 Say 'Y' here if you want your kernel to support the [all …]
|
/linux-4.4.14/drivers/pinctrl/freescale/ |
D | Kconfig | 16 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.4.14/arch/arm/mach-ep93xx/ |
D | Kconfig | 21 Say 'Y' here if you want your kernel to support the ADS 31 Say 'Y' here if you want your kernel to support the Cirrus 38 Say 'Y' here if you want your kernel to support the Cirrus 45 Say 'Y' here if you want your kernel to support the Cirrus 52 Say 'Y' here if you want your kernel to support the Cirrus 59 Say 'Y' here if you want your kernel to support the Cirrus 66 Say 'Y' here if you want your kernel to support the Cirrus 73 Say 'Y' here if you want your kernel to support the Cirrus 80 Say 'Y' here if you want your kernel to support the Cirrus 86 Say 'Y' here if you want your kernel to support the Glomation [all …]
|
/linux-4.4.14/Documentation/input/ |
D | sentelic.txt | 18 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.4.14/drivers/power/ |
D | Kconfig | 4 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.4.14/sound/pci/hda/ |
D | Kconfig | 15 Say Y here to include support for Intel "High Definition 29 Say Y here to support the HDA controller present in NVIDIA 45 Say Y here to build a hwdep interface for HD-audio driver. 52 Say Y here to enable the HD-audio codec re-configuration feature. 61 Say Y here to build a digital beep interface for HD-audio 79 Say Y here to allow the HD-audio driver to load a pseudo 89 Say Y or M here to include Realtek HD-audio codec support in 92 comment "Set to Y if you want auto-loading the codec driver" 99 Say Y or M here to include Analog Device HD-audio codec support in 102 comment "Set to Y if you want auto-loading the codec driver" [all …]
|
/linux-4.4.14/arch/um/include/shared/ |
D | as-layout.h | 25 #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.4.14/drivers/input/mouse/ |
D | Kconfig | 8 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.4.14/include/uapi/linux/ |
D | const.h | 16 #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.4.14/sound/soc/pxa/ |
D | Kconfig | 6 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.4.14/drivers/media/usb/gspca/ |
D | Kconfig | 7 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.4.14/drivers/input/tablet/ |
D | Kconfig | 7 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.4.14/arch/arm/mach-ks8695/ |
D | Kconfig | 9 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.4.14/sound/pci/ |
D | Kconfig | 16 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.4.14/drivers/input/touchscreen/ |
D | Kconfig | 7 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.4.14/drivers/parisc/ |
D | Kconfig | 11 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.4.14/net/sched/ |
D | Kconfig | 16 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.4.14/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-dds | 6 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.4.14/arch/powerpc/include/asm/ |
D | sfp-machine.h | 82 #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.4.14/drivers/pci/hotplug/ |
D | Kconfig | 9 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.4.14/drivers/media/rc/img-ir/ |
D | Kconfig | 7 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.4.14/block/partitions/ |
D | Kconfig | 7 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.4.14/sound/core/ |
D | Kconfig | 37 Say Y or M to enable MIDI sequencer and router support. This 48 Say Y here to enable the dummy sequencer client. This client 66 To enable OSS mixer API emulation (/dev/mixer*), say Y here 69 Many programs still use the OSS API, so say Y. 79 To enable OSS digital audio (PCM) emulation (/dev/dsp*), say Y 82 Many programs still use the OSS API, so say Y. 112 Say Y here to enable OSS sequencer emulation (both 115 Many programs still use the OSS API, so say Y. 126 Say Y here to enable HR-timer backend for ALSA timer. ALSA uses 138 Say Y here to use the HR-timer backend as the default sequencer [all …]
|
/linux-4.4.14/drivers/input/joystick/ |
D | Kconfig | 8 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.4.14/arch/arm/mach-omap1/ |
D | Kconfig | 41 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 100 Say Y here if you have this PDA model, say N otherwise. 109 Say Y here if you have such a PDA, say N otherwise. 118 Say Y here if you have this PDA model, say N otherwise. [all …]
|
/linux-4.4.14/arch/arm/ |
D | Kconfig.debug | 11 Say Y here if you want to show the kernel pagetable layout in a 30 If in doubt, say Y. 55 only works with EABI compilers. If unsure say Y. 84 Say Y here to include definitions of printascii, printch, printhex 102 Say Y here if you want kernel low-level debugging support 109 Say Y here if you want the debug print routines to direct 130 Say Y here if you want the debug print routines to direct 159 Say Y here if you want kernel low-level debugging support 174 Say Y here if you want kernel low-level debugging support 182 Say Y here if you want the debug print routines to direct [all …]
|
/linux-4.4.14/arch/m68k/ |
D | Kconfig.devices | 22 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 …]
|
D | Kconfig.bus | 10 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.4.14/sound/soc/tegra/ |
D | Kconfig | 9 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.4.14/drivers/pci/host/ |
D | Kconfig | 38 Say Y here if you want support for the PCIe host controller found 46 Say Y here if you want internal PCI support on R-Car Gen2 SoC. 55 Say Y here if you want PCIe controller support on R-Car Gen2 SoCs. 61 Say Y here if you want to support a simple generic PCI host 70 Say Y here if you want PCIe support on SPEAr13XX SoCs. 78 Say Y here if you want to enable PCI controller support on Keystone 87 Say 'Y' here if you want kernel to support the Xilinx AXI PCIe 97 Say Y here if you want internal PCI support on APM X-Gene SoC. 106 Say Y here if you want PCIe MSI support for the APM X-Gene v1 SoC. 115 Say Y here if you want PCIe controller support on Layerscape SoCs. [all …]
|
/linux-4.4.14/drivers/input/misc/ |
D | Kconfig | 7 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.4.14/drivers/usb/serial/ |
D | Kconfig | 9 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.4.14/drivers/input/gameport/ |
D | Kconfig | 9 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.4.14/drivers/bluetooth/ |
D | Kconfig | 30 Say Y here to compile support for Bluetooth USB devices into the 42 Say Y here to compile support for Broadcom protocol. 53 Say Y here to compile support for Realtek protocol. 63 Say Y here to compile support for Bluetooth SDIO devices into the 76 Say Y here to compile support for Bluetooth UART devices into the 87 Say Y here to compile support for HCI UART (H4) protocol. 99 Say Y here to compile support for HCI BCSP protocol. 112 Say Y here to compile support for HCI UART ATH3K protocol. 123 Say Y here to compile support for HCILL protocol. 135 Say Y here to compile support for Three-wire UART protocol. [all …]
|
/linux-4.4.14/arch/mn10300/proc-mn2ws0050/include/proc/ |
D | intctl-regs.h | 16 #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.4.14/arch/mn10300/proc-mn103e010/include/proc/ |
D | intctl-regs.h | 16 #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.4.14/drivers/clk/qcom/ |
D | Kconfig | 18 Say Y if you want to use peripheral devices such as UART, SPI, 28 Say Y if you want to support multimedia devices such as display, 36 Say Y if you want to use peripheral devices such as UART, SPI, 45 Say Y if you want to use audio devices such as i2s, pcm, 53 Say Y if you want to use peripheral devices such as UART, SPI, 62 Say Y if you want to use devices such as UART, SPI i2c, USB, 70 Say Y if you want to use peripheral devices such as UART, SPI, 79 Say Y if you want to use audio devices such as i2s, pcm, 88 Say Y if you want to support multimedia devices such as display, 97 Say Y if you want to use peripheral devices such as UART, SPI, [all …]
|
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/ |
D | Kconfig | 14 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.4.14/arch/arm/mach-sa1100/ |
D | Kconfig | 9 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.4.14/Documentation/video4linux/cx2341x/ |
D | fw-decoder-regs.txt | 27 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.4.14/arch/arm/mach-gemini/ |
D | Kconfig | 9 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.4.14/drivers/input/keyboard/ |
D | Kconfig | 8 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.4.14/sound/soc/fsl/ |
D | Kconfig | 10 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.4.14/drivers/media/usb/dvb-usb/ |
D | Kconfig | 14 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.4.14/sound/isa/ |
D | Kconfig | 34 Say Y here to include support for AdLib FM cards. 48 Say Y here to include support for Analog Devices SoundPort 58 Say Y here to include support for AD1848 (Analog Devices) or 75 Say Y here to include support for soundcards based on the 89 Say Y here to include support for Aztech Sound Galaxy cards 102 Say Y here to include support for Aztech Sound Galaxy cards 116 Say Y here to include support for soundcards based on the 128 Say Y here to include support for soundcards based on the 141 Say Y here to include support for soundcards based on the 152 Say Y here to include support for CS4231 chips from Cirrus [all …]
|
/linux-4.4.14/arch/arm/mach-iop32x/ |
D | Kconfig | 13 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.4.14/sound/soc/davinci/ |
D | Kconfig | 11 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.4.14/drivers/video/backlight/ |
D | Kconfig | 103 If you have an Sharp SL-6000 Zaurus say Y to enable a driver 112 say Y to enable LCD control driver. 119 If you have an S6E63M0 LCD Panel, say Y to enable its 127 If you have an LD9040 Panel, say Y to enable its 135 If you have an AMS369FG06 AMOLED Panel, say Y to enable its 143 If you have an LMS501KF03 LCD Panel, say Y to enable its 150 If you have a HX-8357 LCD panel, say Y to enable its LCD control 187 the EP93xx, say Y here to enable this driver. 214 Say Y to enable the backlight driver for National Semiconductor / TI 235 the PWL module of OMAP1 processors. Say Y if your board [all …]
|
/linux-4.4.14/arch/arm/mach-ixp4xx/ |
D | Kconfig | 12 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.4.14/drivers/input/ |
D | Kconfig | 12 Say Y here if you have any input device (mouse, keyboard, tablet, 21 If unsure, say Y. 33 Say Y here if you would like to export LEDs on input devices 36 If unsure, say Y. 44 Say Y here if you have memoryless force-feedback input device 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 83 Say Y here if you are using a driver for an input 99 Say Y here if you want your mouse to be accessible as char devices 105 If unsure, say Y. [all …]
|
/linux-4.4.14/drivers/parport/ |
D | Kconfig | 22 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.4.14/drivers/net/ethernet/amd/ |
D | Kconfig | 13 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. 49 If you have a network (Ethernet) card of this type, say Y here. 62 answer Y here. 71 If you have a Village Tronic Ariadne Ethernet adapter, say Y. 83 always answer Y to this. 89 Say Y to include support for several Atari Ethernet adapters based 108 HP300 machine, say Y here. [all …]
|
/linux-4.4.14/drivers/w1/slaves/ |
D | Kconfig | 10 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.4.14/drivers/scsi/arm/ |
D | Kconfig | 10 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.4.14/drivers/media/platform/coda/ |
D | coda-gdi.c | 46 XY2(Y, 0, Y, 0), 47 XY2(Y, 1, Y, 1), 48 XY2(Y, 2, Y, 2), 49 XY2(Y, 3, X, 3),
|
/linux-4.4.14/drivers/net/ethernet/i825xx/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y. 14 the questions about these devices. If you say Y, you will be asked for 24 you should say Y to this option if you wish to use it with Linux. 31 BVME6000 VME boards. Say Y here to include the driver for this chip 39 Say Y here to support the builtin Intel 82596 ethernet controller 47 MVME162, 166, 167, 172 and 177 boards. Say Y here to include the 55 Say Y here to support the on-board Intel 82596 ethernet controller
|
/linux-4.4.14/fs/nls/ |
D | Kconfig | 13 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.4.14/drivers/pcmcia/ |
D | Kconfig | 8 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.4.14/drivers/net/irda/ |
D | Kconfig | 10 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.4.14/arch/arm/mach-mmp/ |
D | Kconfig | 9 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.4.14/drivers/isdn/capi/ |
D | Kconfig | 5 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.4.14/arch/arm/mach-s3c24xx/ |
D | Kconfig | 192 Say Y here if you are using the American Microsystems M5900 Series 208 Say Y here if you are using the Simtec Electronics EB2410ITX 216 Say Y here to enable the PC104 IRQ routing on the 226 Say Y here if you are using the HP IPAQ H1940 241 Say Y here if you want suppt for the Acer N30, Acer N35, 249 Say Y here if you are using the Nex Vision OTOM board 256 Say Y here if you are using the Armzone QT2410 263 Say Y here if you are using the SMDK2410 or the derived module A9M2410 270 Say Y here if you are using the TinCanTools Hammer Board 282 Say Y here if you are using the Thorcom VR1000 board. [all …]
|
/linux-4.4.14/arch/unicore32/mm/ |
D | Kconfig | 15 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.4.14/drivers/input/serio/ |
D | Kconfig | 14 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.4.14/drivers/net/ethernet/8390/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y. 14 the questions about Western Digital cards. If you say Y, you will be 23 Say Y here if you intend to attach an Asix AX88190-based PCMCIA 53 If you have a Hydra Ethernet adapter, say Y. Otherwise, say N. 64 should say Y to this option if you wish to use it with Linux. 72 Ethernet cards using an NS8390 chipset or its equivalent, say Y. 85 on them then choose Y. To compile this driver as a module, choose M 94 If you have a network (Ethernet) card of this type, say Y here. 98 If you have a PCI NE2000 card however, say N here and Y to "PCI 112 say Y here. [all …]
|
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
D | HalDMOutSrc8723A_CE.c | 33 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.4.14/drivers/char/hw_random/ |
D | Kconfig | 21 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.4.14/drivers/staging/iio/accel/ |
D | Kconfig | 12 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.4.14/sound/soc/samsung/ |
D | Kconfig | 8 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.4.14/drivers/net/ethernet/cirrus/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y. 14 the questions about Cirrus cards. If you say Y, you will be asked 24 network (Ethernet) card of this type, say Y and read the file 35 Say Y to compile the cs89x0 driver as a platform driver. This 47 Say Y if you are building a kernel for EP93xx based devices. 54 Nubus or LC-PDS network (Ethernet) card of this type, say Y here.
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | srio-rmu.txt | 13 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.4.14/fs/quota/ |
D | Kconfig | 10 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.4.14/drivers/hwtracing/intel_th/ |
D | Kconfig | 14 Say Y here to enable Intel(R) Trace Hub controller support. 25 Say Y here to enable PCI Intel TH support. 35 Say Y here to enable GTH subdevice of Intel(R) Trace Hub. 45 Say Y here to enable STH subdevice of Intel(R) Trace Hub. 55 Say Y here to enable MSU output device for Intel TH. 64 Say Y to enable PTI output of Intel TH data. 70 Say Y here to enable debugging.
|
/linux-4.4.14/arch/arm/mach-mvebu/ |
D | Kconfig | 34 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 102 Say 'Y' here if you want your kernel to support the 117 Say 'Y' here if you want your kernel to support boards based
|
/linux-4.4.14/drivers/i2c/ |
D | Kconfig | 20 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.4.14/fs/fat/ |
D | Kconfig | 6 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.4.14/drivers/memstick/core/ |
D | Kconfig | 10 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.4.14/drivers/target/ |
D | Kconfig | 9 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.4.14/drivers/net/ethernet/apple/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y. 14 the questions about IBM devices. If you say Y, you will be asked for 26 Ethernet) interface. Say Y to include support for the MACE chip. 38 Y here if you have such a machine. If unsure, say N. 47 Say Y for support of BMAC Ethernet interfaces. These are used on G3 60 say Y here.
|
/linux-4.4.14/drivers/w1/masters/ |
D | Kconfig | 11 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.4.14/drivers/net/ieee802154/ |
D | Kconfig | 6 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 48 Say Y here to enable the MRF24J20 SPI 802.15.4 wireless 59 Say Y here to enable the CC2520 SPI 802.15.4 wireless 69 Say Y here to enable the ATUSB IEEE 802.15.4 wireless
|
/linux-4.4.14/fs/cachefiles/ |
D | internal.h | 324 #define ASSERTCMP(X, OP, Y) \ argument 326 if (unlikely(!((X) OP (Y)))) { \ 330 (unsigned long)(X), (unsigned long)(Y)); \ 344 #define ASSERTIFCMP(C, X, OP, Y) \ argument 346 if (unlikely((C) && !((X) OP (Y)))) { \ 350 (unsigned long)(X), (unsigned long)(Y)); \ 358 #define ASSERTCMP(X, OP, Y) do {} while (0) argument 360 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) argument
|
/linux-4.4.14/Documentation/scsi/ |
D | sym53c8xx_2.txt | 133 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.4.14/Documentation/ABI/stable/ |
D | sysfs-bus-vmbus | 4 Contact: K. Y. Srinivasan <kys@microsoft.com> 11 Contact: K. Y. Srinivasan <kys@microsoft.com> 18 Contact: K. Y. Srinivasan <kys@microsoft.com> 25 Contact: K. Y. Srinivasan <kys@microsoft.com>
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-pci-devices-cciss | 6 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
|
D | sysfs-bus-iio-light-lm3533-als | 16 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.4.14/drivers/mmc/host/ |
D | Kconfig | 13 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. 148 If you have a controller with this interface, say Y or M here. 162 If you have a controller with this interface, say Y or M here. [all …]
|
/linux-4.4.14/sound/soc/rockchip/ |
D | Kconfig | 5 Say Y or M if you want to add support for codecs attached to 14 Say Y or M if you want to add support for I2S driver for 23 Say Y or M if you want to add support for SPDIF driver for 33 Say Y or M here if you want to add support for SoC audio on Rockchip 42 Say Y or M here if you want to add support for SoC audio on Rockchip
|
/linux-4.4.14/drivers/pnp/ |
D | Kconfig | 16 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.4.14/arch/x86/um/os-Linux/ |
D | mcontext.c | 9 #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.4.14/drivers/usb/chipidea/ |
D | Kconfig | 6 Say Y here if your system has a dual role high speed USB 29 Say Y here to enable device controller functionality of the 37 Say Y here to enable host controller functionality of the 43 Say Y here to enable debugging output of the ChipIdea driver.
|
/linux-4.4.14/drivers/leds/trigger/ |
D | Kconfig | 7 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.4.14/drivers/net/ethernet/3com/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y. 14 the questions about 3Com cards. If you say Y, you will be asked for 24 EtherLinkIII series, say Y here. 38 network card, say Y here. 47 Say Y here if you intend to attach a 3Com 3c574 or compatible PCMCIA 57 Say Y here if you intend to attach a 3Com 3c589 or compatible PCMCIA 77 If you have such a card, say Y here. More specific information is in 94 If you have a network (Ethernet) card of this type, say Y here.
|
/linux-4.4.14/arch/mips/ath79/ |
D | Kconfig | 14 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.4.14/drivers/net/ethernet/cadence/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y. 12 If unsure, say Y. 16 the remaining Atmel network card questions. If you say Y, you will be 28 Ethernet MAC found in some ARM SoC devices). Say Y to include
|
/linux-4.4.14/drivers/net/ethernet/seeq/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y. 14 the questions about SEEQ devices. If you say Y, you will be asked for 24 should say Y to this option if you wish to use it with Linux. 30 Say Y here if you have an Seeq based Ethernet network card. This is
|
/linux-4.4.14/drivers/macintosh/ |
D | Kconfig | 7 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.4.14/drivers/net/ethernet/via/ |
D | Kconfig | 9 If you have a network (Ethernet) card belonging to this class, say Y. 13 the questions about VIA devices. If you say Y, you will be asked for 26 Rhine-II (VT6102), or Rhine-III (VT6105)), say Y here. Rhine-type 41 If unsure, say Y. 51 If you have a VIA "Velocity" based network card say Y here.
|
/linux-4.4.14/drivers/staging/nvec/ |
D | Kconfig | 6 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.4.14/drivers/usb/dwc3/ |
D | Kconfig | 6 Say Y or M here if your system has a Dual Role SuperSpeed 61 Say 'Y' or 'M' here if you have one such device 69 say 'Y' or 'M' if you have one such device. 77 'Y' or 'M' here. 88 Say 'Y' or 'M' here if you have one such device 97 Say 'Y' or 'M' if you have one such device. 105 say 'Y' or 'M' if you have one such device.
|
/linux-4.4.14/drivers/hid/usbhid/ |
D | Kconfig | 10 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.4.14/drivers/media/radio/ |
D | Kconfig | 11 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.4.14/net/unix/ |
D | Kconfig | 8 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.4.14/drivers/hsi/clients/ |
D | Kconfig | 11 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.4.14/net/irda/ |
D | Kconfig | 10 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.4.14/sound/soc/blackfin/ |
D | Kconfig | 7 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.4.14/drivers/usb/storage/ |
D | Kconfig | 12 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.4.14/fs/ |
D | Kconfig.binfmt | 8 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.4.14/net/netfilter/ipvs/ |
D | Kconfig | 23 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.4.14/arch/arm/mach-davinci/ |
D | Kconfig | 82 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.4.14/Documentation/devicetree/bindings/input/touchscreen/ |
D | colibri-vf50-ts.txt | 8 - yp-gpios: FET gate driver for input of Y+ 9 - ym-gpios: FET gate driver for input of Y- 14 - pinctrl-1: pinctrl node for X/Y and pressure measurement (ADC) state pinmux 16 - vf50-ts-min-pressure: pressure level at which to stop measuring X/Y values
|
/linux-4.4.14/sound/soc/cirrus/ |
D | Kconfig | 6 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.4.14/fs/fscache/ |
D | internal.h | 430 #define ASSERTCMP(X, OP, Y) \ argument 432 if (unlikely(!((X) OP (Y)))) { \ 436 (unsigned long)(X), (unsigned long)(Y)); \ 450 #define ASSERTIFCMP(C, X, OP, Y) \ argument 452 if (unlikely((C) && !((X) OP (Y)))) { \ 456 (unsigned long)(X), (unsigned long)(Y)); \ 464 #define ASSERTCMP(X, OP, Y) do {} while (0) argument 466 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) argument
|
/linux-4.4.14/sound/soc/omap/ |
D | Kconfig | 37 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.4.14/sound/soc/atmel/ |
D | Kconfig | 5 Say Y or M if you want to add support for codecs attached to 40 Say Y if you want to add support for SoC audio on WM8731-based 50 Say Y if you want to add support for Atmel ASoC driver for boards using 60 Say Y if you want to add support for audio SoC on an 69 Say Y if you want to add support for Atmel ASoC driver for boards using
|
/linux-4.4.14/drivers/iio/light/ |
D | Kconfig | 15 Say Y here if you want to build a driver for the ACPI0008 37 Say Y here if you want to build a driver for the Dyna Image AL3320A 47 Say Y here if you want to build a driver for the Avago APDS9300 60 Say Y here to build I2C interface support for the Avago 70 Say Y here to build support for the ROHM BH1710, BH1715, BH1721, 80 Say Y here if you use cm32181. 91 Say Y here if you use cm3232. 102 Say Y here if you want to build a driver for Capella CM3323 112 Say Y here if you use cm36651. 127 Say Y here if you have a Sharp GP2AP020A00F proximity/ALS combo-chip [all …]
|
/linux-4.4.14/arch/arm/mach-mv78xx0/ |
D | Kconfig | 8 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.4.14/drivers/media/rc/ |
D | Kconfig | 140 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.4.14/sound/oss/ |
D | Kconfig | 11 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.4.14/net/packet/ |
D | Kconfig | 11 to work, choose Y. 16 If unsure, say Y. 24 If unsure, say Y.
|
/linux-4.4.14/drivers/memstick/host/ |
D | Kconfig | 12 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.4.14/drivers/platform/chrome/ |
D | Kconfig | 9 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.4.14/drivers/video/fbdev/omap/ |
D | Kconfig | 15 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.4.14/net/openvswitch/ |
D | Kconfig | 42 If you say Y here, then the Open vSwitch will be able create GRE 47 If unsure, say Y. 55 If you say Y here, then the Open vSwitch will be able create vxlan vport. 59 If unsure, say Y. 67 If you say Y here, then the Open vSwitch will be able create geneve vport.
|
/linux-4.4.14/drivers/media/platform/s5p-tv/ |
D | Kconfig | 15 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.4.14/drivers/mailbox/ |
D | Kconfig | 6 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 63 to send message between processors. Say Y here if you want to use the 71 the services of the Videocore. Say Y here if you want to use the
|
/linux-4.4.14/drivers/usb/misc/ |
D | Kconfig | 35 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.4.14/arch/arm/mach-pxa/ |
D | Kconfig | 103 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.4.14/drivers/hid/ |
D | Kconfig | 24 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.4.14/drivers/tty/serial/8250/ |
D | Kconfig | 11 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.4.14/drivers/net/ethernet/packetengines/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y. 14 the questions about packet engine devices. If you say Y, you will 24 If you have a Gigabit Ethernet card of this type, say Y here. 34 Say Y here if you have a Packet Engines G-NIC PCI Gigabit Ethernet
|
/linux-4.4.14/arch/avr32/boards/hammerhead/ |
D | Kconfig | 11 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.4.14/sound/firewire/ |
D | Kconfig | 20 Say Y here to include support for many DACs based on the DICE 31 Say Y here to include support for FireWire devices based on 50 Say Y here to include support for the front and rear microphones 60 Say Y here to include support for the MIDI ports of the Stanton 72 Say Y here to include support for FireWire devices based 88 Say Y here to include support for FireWire devices based 129 Say Y here to include support for Digidesign Digi 002/003 family. 144 Say Y here to include support for TASCAM.
|
/linux-4.4.14/drivers/video/console/ |
D | Kconfig | 15 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.4.14/sound/usb/ |
D | Kconfig | 19 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.4.14/drivers/net/ethernet/smsc/ |
D | Kconfig | 12 If you have a network (Ethernet) card belonging to this class, say Y. 16 the questions about SMC/Western Digital cards. If you say Y, you will 28 another SMC9192/9194 based chipset. Say Y if you want it compiled 44 including the SMC91C94 and the SMC91C111. Say Y if you want it 59 Say Y here if you intend to attach an SMC 91Cxx compatible PCMCIA 84 Say Y here if you want it compiled into the kernel. 97 Say Y here if you want support for SMSC LAN911x and LAN921x families 119 Say Y here if you want it compiled into the kernel.
|
/linux-4.4.14/drivers/tty/serial/ |
D | Kconfig | 28 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.4.14/arch/arm/mach-w90x900/ |
D | Kconfig | 25 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.4.14/drivers/net/ethernet/nuvoton/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y. 14 the questions about Nuvoton cards. If you say Y, you will be asked 25 Say Y here if you want to use built-in Ethernet ports
|
/linux-4.4.14/arch/arm/mach-footbridge/ |
D | Kconfig | 14 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.4.14/net/bridge/ |
D | Kconfig | 11 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.4.14/drivers/net/ethernet/nvidia/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y. 14 the questions about NVIDIA cards. If you say Y, you will be asked for 23 If you have a network (Ethernet) controller of this type, say Y here.
|
/linux-4.4.14/drivers/net/ethernet/xscale/ |
D | Kconfig | 11 If you have a network (Ethernet) card belonging to this class, say Y. 15 the questions about XSacle IXP devices. If you say Y, you will be 26 Say Y here if you want to use built-in Ethernet ports
|
/linux-4.4.14/drivers/net/ethernet/moxa/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y. 14 the questions about MOXA ART devices. If you say Y, you will be asked 25 want to use the internal ethernet then you should answer Y to this.
|
/linux-4.4.14/drivers/net/ethernet/sgi/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y. 14 the questions about SGI devices. If you say Y, you will be asked for 25 If you have a network (Ethernet) card of this type, say Y here.
|
/linux-4.4.14/drivers/net/hippi/ |
D | Kconfig | 15 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.4.14/drivers/block/ |
D | Kconfig | 10 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.4.14/drivers/net/ethernet/realtek/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y. 14 the questions about Realtek devices. If you say Y, you will be asked for 40 the RTL8139C+ chips. If you have one of those, say Y here. 52 the RTL 8129/8130/8139 chips. If you have one of those, say Y here. 76 If unsure, say Y. 85 memory by making the code size smaller. If unsure, say Y. 104 Say Y here if you have a Realtek 8169 PCI Gigabit Ethernet adapter.
|
/linux-4.4.14/drivers/extcon/ |
D | Kconfig | 4 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 support for USB peripheral detection 42 Say Y here to enable GPIO based extcon support. Note that GPIO 87 Say Y here to enable support for USB peripheral and USB host 117 Say Y here to enable GPIO based USB cable detection extcon support.
|
/linux-4.4.14/sound/soc/jz4740/ |
D | Kconfig | 6 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.4.14/drivers/net/ethernet/fujitsu/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y. 13 the questions about Fujitsu cards. If you say Y, you will be asked for 23 Say Y here if you intend to attach a Fujitsu FMV-J18x or compatible
|
/linux-4.4.14/fs/notify/fanotify/ |
D | Kconfig | 7 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.4.14/sound/soc/mediatek/ |
D | Kconfig | 7 Select Y if you have such device. 17 Select Y if you have such device. 28 Select Y if you have such device.
|
/linux-4.4.14/fs/afs/ |
D | Kconfig | 7 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.4.14/drivers/net/ethernet/hp/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y. 14 the questions about HP cards. If you say Y, you will be asked for 23 If you have a network (Ethernet) card of this type, say Y here.
|
/linux-4.4.14/drivers/nvdimm/ |
D | Kconfig | 11 namespaces (/dev/ndblkX.Y). A PMEM namespace refers to a 36 Say Y if you want to use an NVDIMM 47 Say Y if your platform firmware emits an ACPI.NFIT table 68 ndblkX.Y, etc...), or 'sectored' mode, (pmemXs, ndblkX.Ys, 71 Select Y if unsure 89 Select Y if unsure
|
/linux-4.4.14/sound/drivers/ |
D | Kconfig | 63 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.4.14/drivers/nfc/nfcmrvl/ |
D | Kconfig | 19 Say Y here to compile support for Marvell NFC-over-USB driver 31 Say Y here to compile support for Marvell NFC-over-UART driver 42 Say Y here to compile support for Marvell NFC-over-I2C driver 53 Say Y here to compile support for Marvell NFC-over-SPI driver
|
/linux-4.4.14/fs/ncpfs/ |
D | Kconfig | 10 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.4.14/drivers/block/paride/ |
D | Kconfig | 17 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.4.14/drivers/scsi/pcmcia/ |
D | Kconfig | 16 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.4.14/drivers/sbus/char/ |
D | Kconfig | 14 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.4.14/drivers/usb/atm/ |
D | Kconfig | 11 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.4.14/drivers/net/ethernet/xircom/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y. 14 the questions about Xircom cards. If you say Y, you will be asked for 23 Say Y here if you intend to attach a Xircom 16-bit PCMCIA (PC-card)
|
/linux-4.4.14/arch/arm/mach-clps711x/ |
D | Kconfig | 8 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.4.14/sound/soc/qcom/ |
D | Kconfig | 5 Say Y or M if you want to add support to use audio devices 32 Say Y or M if you want add support for SoC audio on the 42 Say Y if you want to use audio devices on MI2S.
|
/linux-4.4.14/tools/perf/ |
D | builtin-timechart.c | 113 int Y; member 1054 if (c->Y && c->start_time <= we->time && c->end_time >= we->time) { in draw_wakeups() 1056 from = c->Y; in draw_wakeups() 1060 to = c->Y; in draw_wakeups() 1069 from = c->Y; in draw_wakeups() 1073 to = c->Y; in draw_wakeups() 1141 int Y = 1; in draw_io_bars() local 1148 c->Y = 0; in draw_io_bars() 1153 svg_box(Y, c->start_time, c->end_time, "process3"); in draw_io_bars() 1166 svg_fbox(Y, in draw_io_bars() [all …]
|
/linux-4.4.14/drivers/char/ |
D | Kconfig | 13 Say Y here if you want to support the /dev/mem device. 16 When in doubt, say "Y". 22 Say Y here if you want to support the /dev/kmem device. The 33 say Y. Otherwise, say N. 40 to your TIO, say Y here, otherwise say N. 47 say Y or M here, otherwise say N. 56 If you say Y here, the support for writing user messages (i.e. 71 If you say Y here, you will get support for a character device 80 If unsure, it is safe to say Y. 87 If you say Y here, you will enable support for writing of the [all …]
|
/linux-4.4.14/drivers/iio/imu/ |
D | adis16400_core.c | 614 ADIS16400_GYRO_CHAN(Y, ADIS16400_YGYRO_OUT, 14), 617 ADIS16400_ACCEL_CHAN(Y, ADIS16400_YACCL_OUT, 14), 620 ADIS16400_MAGN_CHAN(Y, ADIS16400_YMAGN_OUT, 14), 629 ADIS16400_GYRO_CHAN(Y, ADIS16400_YGYRO_OUT, 16), 632 ADIS16400_ACCEL_CHAN(Y, ADIS16400_YACCL_OUT, 16), 640 ADIS16400_GYRO_CHAN(Y, ADIS16400_YGYRO_OUT, 16), 643 ADIS16400_ACCEL_CHAN(Y, ADIS16400_YACCL_OUT, 16), 646 ADIS16400_MAGN_CHAN(Y, ADIS16400_YMAGN_OUT, 16), 669 ADIS16400_GYRO_CHAN(Y, ADIS16400_YGYRO_OUT, 14), 672 ADIS16400_ACCEL_CHAN(Y, ADIS16400_YACCL_OUT, 14), [all …]
|
/linux-4.4.14/drivers/net/ethernet/silan/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y. 14 the questions about Silan devices. If you say Y, you will be asked for 26 have one of these, say Y here.
|
/linux-4.4.14/drivers/net/ethernet/alteon/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y. 14 the questions about Alteon cards. If you say Y, you will be asked for 23 Say Y here if you have an Alteon AceNIC, 3Com 3C985(B), NetGear 37 Say Y here if you only have Tigon II based AceNICs and want to leave
|
/linux-4.4.14/net/x25/ |
D | Kconfig | 15 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.4.14/arch/sh/ |
D | Kconfig.debug | 12 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.4.14/drivers/media/tuners/ |
D | Kconfig | 27 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.4.14/arch/sparc/ |
D | Kconfig | 164 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 …]
|