Config.in.misc 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. config ADK_LINUX_INITRAMFS_BUILTIN
  2. select ADK_KERNEL_BLK_DEV_INITRD
  3. select ADK_KERNEL_INITRAMFS_COMPRESSION_NONE
  4. boolean
  5. default n
  6. config ADK_KERNEL_RFKILL
  7. boolean
  8. default n
  9. config ADK_KERNEL_WATCHDOG
  10. boolean
  11. default y if ADK_TARGET_WITH_WATCHDOG
  12. default n
  13. config ADK_KERNEL_I2C_CHARDEV
  14. boolean
  15. default n
  16. menu "Miscellaneous devices support"
  17. config ADK_KPACKAGE_KMOD_I2C
  18. prompt "kmod-i2c.......................... I2C support"
  19. tristate
  20. select ADK_KERNEL_I2C_CHARDEV
  21. default n
  22. help
  23. I2C support
  24. config ADK_KPACKAGE_KMOD_SCx200_ACB
  25. prompt "kmod-i2c-geode.................... I2C driver for Geode"
  26. tristate
  27. depends on ADK_KPACKAGE_KMOD_I2C
  28. default n
  29. help
  30. I2C driver for Geode boards.
  31. config ADK_KPACKAGE_KMOD_SOFT_WATCHDOG
  32. prompt "kmod-softdog...................... Software watchdog"
  33. tristate
  34. default n
  35. select ADK_KERNEL_WATCHDOG
  36. help
  37. A software monitoring watchdog. This will fail to reboot your system
  38. from some situations that the hardware watchdog will recover
  39. from. Equally it's a lot cheaper to install.
  40. config ADK_KPACKAGE_KMOD_PARPORT
  41. prompt "kmod-parport...................... generic parallel port support"
  42. tristate
  43. default n
  44. depends on ADK_TARGET_WITH_PP
  45. help
  46. Kernel module for generic parallel port support
  47. config ADK_KPACKAGE_KMOD_PLIP
  48. prompt "kmod-plip....................... PLIP (internet over parallel port)"
  49. tristate
  50. default n
  51. depends on ADK_KPACKAGE_KMOD_PARPORT
  52. help
  53. PLIP: IPv4 over parallel port, using a Turbo Laplink
  54. (crossed null-printer) cable. Drivers exist for DOS
  55. (from Crynwr), Linux 2.x (protocol changed and is no
  56. longer compatible with Linux 1.x), FreeBSD and MirBSD.
  57. This will enlarge your kernel by about 8 KiB.
  58. config ADK_KPACKAGE_KMOD_PRINTER
  59. prompt "kmod-lp......................... line printer support"
  60. tristate
  61. default n
  62. depends on ADK_KPACKAGE_KMOD_PARPORT
  63. help
  64. Kernel module for line printer support
  65. config ADK_KPACKAGE_KMOD_PPDEV
  66. prompt "kmod-ppdev...................... userland parallel port driver"
  67. tristate
  68. default n
  69. depends on ADK_KPACKAGE_KMOD_PARPORT
  70. help
  71. Kernel module for userland parallel port access
  72. config ADK_KPACKAGE_KMOD_FW_LOADER
  73. prompt "kmod-fw-loader.................... userspace firmware loading support"
  74. tristate
  75. default n
  76. depends on !ADK_LINUX_QEMU
  77. help
  78. This may be necessary when using drivers which require
  79. loading of external firmware files.
  80. config ADK_KPACKAGE_KMOD_EEPROM_93CX6
  81. prompt "kmod-eeprom-93cx6................. 93cx6 eeprom support"
  82. tristate
  83. depends on ADK_KPACKAGE_KMOD_MAC80211
  84. depends on !ADK_LINUX_CRIS_FOXBOARD
  85. default n
  86. help
  87. endmenu