]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
apf: Fix Kconfig entry
authorMichal Simek <michal.simek@xilinx.com>
Thu, 29 Aug 2013 04:57:52 +0000 (06:57 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 11 Sep 2013 05:28:29 +0000 (07:28 +0200)
Replace spaces by tabs and remove if ... and use depends on
instead.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/staging/apf/Kconfig

index cd4e6c3007205e5d480e85a1592d12704ce58d64..1c07925074d3c6575b9f419c2344e00f556183fd 100644 (file)
@@ -9,10 +9,9 @@ menuconfig XILINX_APF
        help
          Select if you want to include APF accelerator driver
 
-if XILINX_APF
 config XILINX_DMA_APF
-        bool "Xilinx APF DMA engines support"
-        select DMA_ENGINE
-        ---help---
-        Enable support for the Xilinx APF DMA controllers.
-endif # XILINX_APF
+       bool "Xilinx APF DMA engines support"
+       depends on XILINX_APF
+       select DMA_ENGINE
+       help
+         Enable support for the Xilinx APF DMA controllers.