Config.in.misc 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. config ADK_KERNEL_FIRMWARE_IN_KERNEL
  2. boolean
  3. default y if ADK_KERNEL_R8169 && ADK_KERNEL_ROOT_NFS
  4. default n
  5. config ADK_KERNEL_EXTRA_FIRMWARE
  6. string
  7. default "rtl8168e-2.fw" if ADK_KERNEL_R8169 && ADK_KERNEL_ROOT_NFS
  8. default ""
  9. config ADK_KERNEL_FW_LOADER_USER_HELPER
  10. boolean
  11. default n
  12. config ADK_KERNEL_KEYS
  13. boolean
  14. config ADK_KERNEL_SBUS
  15. boolean
  16. config ADK_KERNEL_IMX_WEIM
  17. boolean
  18. depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
  19. default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
  20. default n
  21. menu "Miscellaneous devices support"
  22. source "target/linux/config/Config.in.rtc"
  23. source "target/linux/config/Config.in.leds"
  24. source "target/linux/config/Config.in.watchdog"
  25. source "target/linux/config/Config.in.i2c"
  26. source "target/linux/config/Config.in.spi"
  27. source "target/linux/config/Config.in.regulator"
  28. source "target/linux/config/Config.in.gpio"
  29. source "target/linux/config/Config.in.dma"
  30. source "target/linux/config/Config.in.lib"
  31. config ADK_KERNEL_KEXEC
  32. prompt "Add KEXEC syscall"
  33. boolean
  34. help
  35. You need also kexec-tools to benefit from it.
  36. config ADK_KERNEL_PARPORT
  37. prompt "Generic parallel port support"
  38. tristate
  39. default n
  40. depends on ADK_TARGET_WITH_PP
  41. help
  42. Kernel module for generic parallel port support.
  43. config ADK_KERNEL_PARPORT_PC
  44. prompt "PC style parallel port support"
  45. tristate
  46. default n
  47. depends on ADK_KERNEL_PARPORT
  48. help
  49. Kernel module for PC style parallel port support.
  50. config ADK_KERNEL_PLIP
  51. prompt "PLIP (internet over parallel port)"
  52. tristate
  53. default n
  54. depends on ADK_KERNEL_PARPORT
  55. select ADK_KERNEL_PARPORT_PC
  56. help
  57. PLIP: IPv4 over parallel port, using a Turbo Laplink
  58. (crossed null-printer) cable. Drivers exist for DOS
  59. (from Crynwr), Linux 2.x (protocol changed and is no
  60. longer compatible with Linux 1.x), FreeBSD and MirBSD.
  61. This will enlarge your kernel by about 8 KiB.
  62. config ADK_KERNEL_PRINTER
  63. prompt "Line printer support"
  64. tristate
  65. default n
  66. depends on ADK_KERNEL_PARPORT
  67. select ADK_KERNEL_PARPORT_PC
  68. help
  69. Kernel module for line printer support
  70. config ADK_KERNEL_PPDEV
  71. prompt "Userland parallel port driver"
  72. tristate
  73. default n
  74. depends on ADK_KERNEL_PARPORT
  75. select ADK_KERNEL_PARPORT_PC
  76. help
  77. Kernel module for userland parallel port access
  78. config ADK_KERNEL_FW_LOADER
  79. prompt "Userspace firmware loading support"
  80. tristate
  81. depends on !ADK_TARGET_SYSTEM_SHARP_ZAURUS
  82. default n
  83. help
  84. This may be necessary when using drivers which require
  85. loading of external firmware files.
  86. config ADK_KERNEL_EEPROM_93CX6
  87. prompt "93cx6 eeprom support"
  88. tristate
  89. depends on ADK_KERNEL_MAC80211
  90. select ADK_KERNEL_MISC_DEVICES
  91. default n
  92. help
  93. endmenu