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