generic: platform/mikrotik: reorder Kconfig
authorThibaut VARÈNE <hacks@slashdirt.org>
Sat, 16 May 2020 06:14:48 +0000 (08:14 +0200)
committerKoen Vandeputte <koen.vandeputte@ncentric.com>
Thu, 28 May 2020 09:09:10 +0000 (11:09 +0200)
The depends and select should apply to the sysfs driver, not the meta
config.

Tested-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Tested-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
target/linux/generic/files/drivers/platform/mikrotik/Kconfig

index 195a1e8fd3298289c0104fa7ba5fa4e14407f49b..3a0c32604e00f47ad5e5c1761c2466e637197d97 100644 (file)
@@ -1,8 +1,6 @@
 menuconfig MIKROTIK
        bool "Platform support for MikroTik RouterBoard virtual devices"
        default n
-       depends on MTD
-       select LZO_DECOMPRESS
        help
          Say Y here to get to see options for the MikroTik RouterBoard platform.
          This option alone does not add any kernel code.
@@ -12,6 +10,8 @@ if MIKROTIK
 
 config MIKROTIK_RB_SYSFS
        tristate "RouterBoot sysfs support"
+       depends on MTD
+       select LZO_DECOMPRESS
        help
          This driver exposes RouterBoot configuration in sysfs.