Config.in.misc 2.4 KB

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