diff options
author | Michal Simek <michal.simek@xilinx.com> | 2018-01-16 02:36:09 -0500 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-01-16 09:50:21 -0500 |
commit | 056b54eeaebbe567076fe9e824643fc330cba4d5 (patch) | |
tree | 7d7dd024d0cb548c89c39131f0ed8ca3e0370cb7 | |
parent | 2a7157b137f6f4804fbd60e8734574373212105b (diff) |
soc: xilinx: Fix Kconfig alignment
Tabs should be used for alignment instead of spaces.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r-- | drivers/soc/xilinx/Kconfig | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/drivers/soc/xilinx/Kconfig b/drivers/soc/xilinx/Kconfig index bf657ab3a2cc..687c8f3cd955 100644 --- a/drivers/soc/xilinx/Kconfig +++ b/drivers/soc/xilinx/Kconfig | |||
@@ -2,19 +2,19 @@ | |||
2 | menu "Xilinx SoC drivers" | 2 | menu "Xilinx SoC drivers" |
3 | 3 | ||
4 | config XILINX_VCU | 4 | config XILINX_VCU |
5 | tristate "Xilinx VCU logicoreIP Init" | 5 | tristate "Xilinx VCU logicoreIP Init" |
6 | depends on HAS_IOMEM | 6 | depends on HAS_IOMEM |
7 | help | 7 | help |
8 | Provides the driver to enable and disable the isolation between the | 8 | Provides the driver to enable and disable the isolation between the |
9 | processing system and programmable logic part by using the logicoreIP | 9 | processing system and programmable logic part by using the logicoreIP |
10 | register set. This driver also configures the frequency based on the | 10 | register set. This driver also configures the frequency based on the |
11 | clock information from the logicoreIP register set. | 11 | clock information from the logicoreIP register set. |
12 | 12 | ||
13 | If you say yes here you get support for the logicoreIP. | 13 | If you say yes here you get support for the logicoreIP. |
14 | 14 | ||
15 | If unsure, say N. | 15 | If unsure, say N. |
16 | 16 | ||
17 | To compile this driver as a module, choose M here: the | 17 | To compile this driver as a module, choose M here: the |
18 | module will be called xlnx_vcu. | 18 | module will be called xlnx_vcu. |
19 | 19 | ||
20 | endmenu | 20 | endmenu |