touchscreen:add calibration for touchscreen ili2102 to support it's APK
[firefly-linux-kernel-4.4.55.git] / drivers / fpga / Kconfig
1 #\r
2 # FPGA driver configuration\r
3 #\r
4 # NOTE:  This FPGA(ice65l08xx) support spi2uart,spi2gpio,spi2i2c and spi2dpram.\r
5 #\r
6 \r
7 menuconfig SPI_FPGA\r
8         bool "SPI FPGA(ice65l08xx) support"\r
9         #depends on SPI && SPIM_RK2818\r
10         help\r
11         This fpga(ice65l08xx) is used for spi2uart,spi2gpio,spi2i2c,spi2dpram.\r
12           \r
13 if SPI_FPGA\r
14 \r
15 config SPI_FPGA_INIT\r
16         tristate "spi fpga init support"\r
17         depends on SPI && SPIM_RK2818\r
18         help\r
19         fpga driver for spi init.\r
20 \r
21 if SPI_FPGA_INIT\r
22         config SPI_FPGA_INIT_DEBUG\r
23         boolean "Debug support for spi fpga init drivers"\r
24         depends on DEBUG_KERNEL\r
25         help\r
26         Say "yes" to enable debug messaging in spi fpga init drivers.\r
27 endif\r
28 \r
29 if SPI_FPGA_INIT\r
30 config SPI_FPGA_UART\r
31         tristate "spi to uart support"\r
32         depends on SPI && SPIM_RK2818\r
33         help\r
34         fpga driver for spi to uart.\r
35         \r
36 if SPI_FPGA_UART\r
37         config SPI_UART_DEBUG\r
38         boolean "Debug support for spi to uart drivers"\r
39         depends on DEBUG_KERNEL\r
40         help\r
41         Say "yes" to enable debug messaging in spi to uart drivers.\r
42 endif\r
43 \r
44 config SPI_FPGA_GPIO\r
45         tristate "spi to gpio support"\r
46         depends on SPI && SPIM_RK2818\r
47         help\r
48         fpga driver for spi to gpio.\r
49 \r
50 if SPI_FPGA_GPIO\r
51         config SPI_GPIO_DEBUG\r
52         boolean "Debug support for spi to gpio drivers"\r
53         depends on DEBUG_KERNEL\r
54         help\r
55         Say "yes" to enable debug messaging in spi to gpio drivers.\r
56 endif\r
57 \r
58 config SPI_FPGA_I2C\r
59         tristate "spi to i2c support"\r
60         depends on SPI && SPIM_RK2818\r
61         help\r
62         fpga driver for spi to i2c.\r
63 \r
64 if SPI_FPGA_I2C\r
65         config SPI_I2C_DEBUG\r
66         boolean "Debug support for spi to i2c drivers"\r
67         depends on DEBUG_KERNEL\r
68         help\r
69         Say "yes" to enable debug messaging in spi to i2c drivers.\r
70 endif\r
71 \r
72 config SPI_FPGA_DPRAM\r
73         tristate "spi to dpram support"\r
74         depends on SPI && SPIM_RK2818\r
75         help\r
76         fpga driver for spi to dpram.\r
77 \r
78 if SPI_FPGA_DPRAM\r
79         config SPI_DPRAM_DEBUG\r
80         boolean "Debug support for spi to dpram drivers"\r
81         depends on DEBUG_KERNEL\r
82         help\r
83         Say "yes" to enable debug messaging in spi to dpram drivers.\r
84 endif\r
85 \r
86 config SPI_FPGA_FW\r
87         tristate "spi fpga firmware online"\r
88         depends on SPI && SPIM_RK2818\r
89         help\r
90         load fpga firmware online.\r
91 endif\r
92 \r
93 endif\r
94 \r