Kconfig 441 B

12345678910111213141516171819
  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. if MIKROTIK
  8. config MIKROTIK_RB_SYSFS
  9. tristate "RouterBoot sysfs support"
  10. depends on MTD
  11. select LZO_DECOMPRESS
  12. select CRC32
  13. help
  14. This driver exposes RouterBoot configuration in sysfs.
  15. endif # MIKROTIK