Commit a225f8100c5ef503637c3e388a29b3a530a9c4df

Authored by Michal Simek
1 parent f88b6facb8

fpga: Kconfig: Replace spaces with tabs

Trivial Kconfig cleanup. Use tabs instead of spaces.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>

Showing 1 changed file with 8 additions and 8 deletions Side-by-side Diff

drivers/fpga/Kconfig
... ... @@ -46,16 +46,16 @@
46 46 on Xilinx Zynq UltraScale+ (ZynqMP) device.
47 47  
48 48 config FPGA_SPARTAN3
49   - bool "Enable Spartan3 FPGA driver"
50   - help
51   - Enable Spartan3 FPGA driver for loading in BIT format.
  49 + bool "Enable Spartan3 FPGA driver"
  50 + help
  51 + Enable Spartan3 FPGA driver for loading in BIT format.
52 52  
53 53 config FPGA_ZYNQPL
54   - bool "Enable Xilinx FPGA for Zynq"
55   - depends on ARCH_ZYNQ
56   - help
57   - Enable FPGA driver for loading bitstream in BIT and BIN format
58   - on Xilinx Zynq devices.
  54 + bool "Enable Xilinx FPGA for Zynq"
  55 + depends on ARCH_ZYNQ
  56 + help
  57 + Enable FPGA driver for loading bitstream in BIT and BIN format
  58 + on Xilinx Zynq devices.
59 59  
60 60 endmenu