Kconfig 430 B

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