b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | menuconfig 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 | |||||
9 | if MIKROTIK | ||||
10 | |||||
11 | config 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 | |||||
19 | endif # MIKROTIK |