From: Michal Simek Date: Mon, 23 Jul 2018 13:59:55 +0000 (+0200) Subject: fpga: Kconfig: Replace spaces with tabs X-Git-Tag: v2018.11-rc1~150^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a225f8100c5ef503637c3e388a29b3a530a9c4df;p=platform%2Fkernel%2Fu-boot.git fpga: Kconfig: Replace spaces with tabs Trivial Kconfig cleanup. Use tabs instead of spaces. Signed-off-by: Michal Simek --- 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