blob: 7499ba1e1c61884f9671a5fb1abfcc5f05fdaed3 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001menuconfig MIKROTIK
2 bool "Platform support for MikroTik RouterBoard virtual devices"
3 default n
4 help
5 Say Y here to get to see options for the MikroTik RouterBoard platform.
6 This option alone does not add any kernel code.
7
8
9if MIKROTIK
10
11config MIKROTIK_RB_SYSFS
12 tristate "RouterBoot sysfs support"
13 depends on MTD
14 select LZO_DECOMPRESS
15 select CRC32
16 help
17 This driver exposes RouterBoot configuration in sysfs.
18
19endif # MIKROTIK