diff options
author | Michal Simek <michal.simek@xilinx.com> | 2018-07-23 15:59:55 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-09-11 10:58:41 +0200 |
commit | a225f8100c5ef503637c3e388a29b3a530a9c4df (patch) | |
tree | df3a023d0e531b6fba91fd78e5c8f6207cdea93a /drivers | |
parent | f88b6facb87dc4a52f1630eb9d858c0f54c6628e (diff) | |
download | u-boot-a225f8100c5ef503637c3e388a29b3a530a9c4df.zip u-boot-a225f8100c5ef503637c3e388a29b3a530a9c4df.tar.gz u-boot-a225f8100c5ef503637c3e388a29b3a530a9c4df.tar.bz2 |
fpga: Kconfig: Replace spaces with tabs
Trivial Kconfig cleanup. Use tabs instead of spaces.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/fpga/Kconfig | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig index d36c4c5..50e9019 100644 --- a/drivers/fpga/Kconfig +++ b/drivers/fpga/Kconfig @@ -46,15 +46,15 @@ config FPGA_ZYNQMPPL on Xilinx Zynq UltraScale+ (ZynqMP) device. config FPGA_SPARTAN3 - bool "Enable Spartan3 FPGA driver" - help - Enable Spartan3 FPGA driver for loading in BIT format. + bool "Enable Spartan3 FPGA driver" + help + Enable Spartan3 FPGA driver for loading in BIT format. config FPGA_ZYNQPL - bool "Enable Xilinx FPGA for Zynq" - depends on ARCH_ZYNQ - help - Enable FPGA driver for loading bitstream in BIT and BIN format - on Xilinx Zynq devices. + bool "Enable Xilinx FPGA for Zynq" + depends on ARCH_ZYNQ + help + Enable FPGA driver for loading bitstream in BIT and BIN format + on Xilinx Zynq devices. endmenu |