Config.in.misc 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. # for DMA driver required
  2. config ADK_KERNEL_FW_LOADER
  3. boolean
  4. default n
  5. config ADK_KERNEL_FIRMWARE_IN_KERNEL
  6. boolean
  7. default n
  8. config ADK_KERNEL_FW_LOADER_USER_HELPER
  9. boolean
  10. default n
  11. config ADK_KPACKAGE_KMOD_DMA_BCM2708
  12. select ADK_KERNEL_DMADEVICES
  13. boolean
  14. config ADK_KPACKAGE_KMOD_REGMAP_MMIO
  15. select ADK_KERNEL_REGMAP
  16. boolean
  17. config ADK_KERNEL_KEYS
  18. boolean
  19. menu "Miscellaneous devices support"
  20. config ADK_KERNEL_KEXEC
  21. prompt ".................................. Add KEXEC syscall"
  22. boolean
  23. help
  24. You need also kexec-tools to benefit from it.
  25. config ADK_KPACKAGE_KMOD_PARPORT
  26. prompt "kmod-parport...................... generic parallel port support"
  27. tristate
  28. default n
  29. depends on ADK_TARGET_WITH_PP
  30. help
  31. Kernel module for generic parallel port support.
  32. config ADK_KPACKAGE_KMOD_PARPORT_PC
  33. prompt "kmod-parport-pc................. PC style parallel port support"
  34. tristate
  35. default n
  36. depends on ADK_KPACKAGE_KMOD_PARPORT
  37. help
  38. Kernel module for PC style parallel port support.
  39. config ADK_KPACKAGE_KMOD_PLIP
  40. prompt "kmod-plip....................... PLIP (internet over parallel port)"
  41. tristate
  42. default n
  43. depends on ADK_KPACKAGE_KMOD_PARPORT
  44. select ADK_KPACKAGE_KMOD_PARPORT_PC
  45. help
  46. PLIP: IPv4 over parallel port, using a Turbo Laplink
  47. (crossed null-printer) cable. Drivers exist for DOS
  48. (from Crynwr), Linux 2.x (protocol changed and is no
  49. longer compatible with Linux 1.x), FreeBSD and MirBSD.
  50. This will enlarge your kernel by about 8 KiB.
  51. config ADK_KPACKAGE_KMOD_PRINTER
  52. prompt "kmod-lp......................... line printer support"
  53. tristate
  54. default n
  55. depends on ADK_KPACKAGE_KMOD_PARPORT
  56. select ADK_KPACKAGE_KMOD_PARPORT_PC
  57. help
  58. Kernel module for line printer support
  59. config ADK_KPACKAGE_KMOD_PPDEV
  60. prompt "kmod-ppdev...................... userland parallel port driver"
  61. tristate
  62. default n
  63. depends on ADK_KPACKAGE_KMOD_PARPORT
  64. select ADK_KPACKAGE_KMOD_PARPORT_PC
  65. help
  66. Kernel module for userland parallel port access
  67. config ADK_KPACKAGE_KMOD_FW_LOADER
  68. prompt "kmod-fw-loader.................... userspace firmware loading support"
  69. tristate
  70. depends on !ADK_TARGET_SYSTEM_SHARP_ZAURUS
  71. default n
  72. help
  73. This may be necessary when using drivers which require
  74. loading of external firmware files.
  75. config ADK_KPACKAGE_KMOD_EEPROM_93CX6
  76. prompt "kmod-eeprom-93cx6................. 93cx6 eeprom support"
  77. tristate
  78. depends on ADK_KPACKAGE_KMOD_MAC80211
  79. select ADK_KERNEL_MISC_DEVICES
  80. default n
  81. help
  82. endmenu