Config.in.misc 2.6 KB

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