Config.in.misc 2.5 KB

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