treewide: strip useless `default n` Kconfig lines
[openwrt/staging/stintel.git] / target / linux / generic / files / drivers / platform / mikrotik / Kconfig
1 menuconfig MIKROTIK
2 bool "Platform support for MikroTik RouterBoard virtual devices"
3 help
4 Say Y here to get to see options for the MikroTik RouterBoard platform.
5 This option alone does not add any kernel code.
6
7
8 if MIKROTIK
9
10 config MIKROTIK_RB_SYSFS
11 tristate "RouterBoot sysfs support"
12 depends on MTD
13 select LZO_DECOMPRESS
14 select CRC32
15 help
16 This driver exposes RouterBoot configuration in sysfs.
17
18 endif # MIKROTIK