Config.in.misc 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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.regmap"
  28. source "target/linux/config/Config.in.regulator"
  29. source "target/linux/config/Config.in.gpio"
  30. source "target/linux/config/Config.in.dma"
  31. source "target/linux/config/Config.in.lib"
  32. config ADK_KERNEL_KEXEC
  33. prompt "Add KEXEC syscall"
  34. boolean
  35. help
  36. You need also kexec-tools to benefit from it.
  37. config ADK_KERNEL_PARPORT
  38. prompt "Generic parallel port support"
  39. tristate
  40. default n
  41. depends on ADK_TARGET_WITH_PP
  42. help
  43. Kernel module for generic parallel port support.
  44. config ADK_KERNEL_PARPORT_PC
  45. prompt "PC style parallel port support"
  46. tristate
  47. default n
  48. depends on ADK_KERNEL_PARPORT
  49. help
  50. Kernel module for PC style parallel port support.
  51. config ADK_KERNEL_PLIP
  52. prompt "PLIP (internet over parallel port)"
  53. tristate
  54. default n
  55. depends on ADK_KERNEL_PARPORT
  56. select ADK_KERNEL_PARPORT_PC
  57. help
  58. PLIP: IPv4 over parallel port, using a Turbo Laplink
  59. (crossed null-printer) cable. Drivers exist for DOS
  60. (from Crynwr), Linux 2.x (protocol changed and is no
  61. longer compatible with Linux 1.x), FreeBSD and MirBSD.
  62. This will enlarge your kernel by about 8 KiB.
  63. config ADK_KERNEL_PRINTER
  64. prompt "Line printer support"
  65. tristate
  66. default n
  67. depends on ADK_KERNEL_PARPORT
  68. select ADK_KERNEL_PARPORT_PC
  69. help
  70. Kernel module for line printer support
  71. config ADK_KERNEL_PPDEV
  72. prompt "Userland parallel port driver"
  73. tristate
  74. default n
  75. depends on ADK_KERNEL_PARPORT
  76. select ADK_KERNEL_PARPORT_PC
  77. help
  78. Kernel module for userland parallel port access
  79. config ADK_KERNEL_FW_LOADER
  80. prompt "Userspace firmware loading support"
  81. tristate
  82. depends on !ADK_TARGET_SYSTEM_SHARP_ZAURUS
  83. default n
  84. help
  85. This may be necessary when using drivers which require
  86. loading of external firmware files.
  87. config ADK_KERNEL_EEPROM_93CX6
  88. prompt "93cx6 eeprom support"
  89. tristate
  90. depends on ADK_KERNEL_MAC80211
  91. select ADK_KERNEL_MISC_DEVICES
  92. default n
  93. help
  94. endmenu