diff options
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 7927fd0faca3..f01ac9a07bf5 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -830,6 +830,16 @@ config DTLK | |||
830 | To compile this driver as a module, choose M here: the | 830 | To compile this driver as a module, choose M here: the |
831 | module will be called dtlk. | 831 | module will be called dtlk. |
832 | 832 | ||
833 | config XILINX_HWICAP | ||
834 | tristate "Xilinx HWICAP Support" | ||
835 | depends on XILINX_VIRTEX | ||
836 | help | ||
837 | This option enables support for Xilinx Internal Configuration | ||
838 | Access Port (ICAP) driver. The ICAP is used on Xilinx Virtex | ||
839 | FPGA platforms to partially reconfigure the FPGA at runtime. | ||
840 | |||
841 | If unsure, say N. | ||
842 | |||
833 | config R3964 | 843 | config R3964 |
834 | tristate "Siemens R3964 line discipline" | 844 | tristate "Siemens R3964 line discipline" |
835 | ---help--- | 845 | ---help--- |