Kconfig 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. #
  2. # Multifunction miscellaneous devices
  3. #
  4. menu "Multifunction device drivers"
  5. depends on HAS_IOMEM
  6. config MFD_CORE
  7. tristate
  8. default n
  9. config MFD_SM501
  10. tristate "Support for Silicon Motion SM501"
  11. ---help---
  12. This is the core driver for the Silicon Motion SM501 multimedia
  13. companion chip. This device is a multifunction device which may
  14. provide numerous interfaces including USB host controller, USB gadget,
  15. asynchronous serial ports, audio functions, and a dual display video
  16. interface. The device may be connected by PCI or local bus with
  17. varying functions enabled.
  18. config MFD_SM501_GPIO
  19. bool "Export GPIO via GPIO layer"
  20. depends on MFD_SM501 && HAVE_GPIO_LIB
  21. ---help---
  22. This option uses the gpio library layer to export the 64 GPIO
  23. lines on the SM501. The platform data is used to supply the
  24. base number for the first GPIO line to register.
  25. config MFD_ASIC3
  26. bool "Support for Compaq ASIC3"
  27. depends on GENERIC_HARDIRQS && HAVE_GPIO_LIB && ARM
  28. ---help---
  29. This driver supports the ASIC3 multifunction chip found on many
  30. PDAs (mainly iPAQ and HTC based ones)
  31. config HTC_EGPIO
  32. bool "HTC EGPIO support"
  33. depends on GENERIC_HARDIRQS && GPIOLIB && ARM
  34. help
  35. This driver supports the CPLD egpio chip present on
  36. several HTC phones. It provides basic support for input
  37. pins, output pins, and irqs.
  38. config HTC_PASIC3
  39. tristate "HTC PASIC3 LED/DS1WM chip support"
  40. help
  41. This core driver provides register access for the LED/DS1WM
  42. chips labeled "AIC2" and "AIC3", found on HTC Blueangel and
  43. HTC Magician devices, respectively. Actual functionality is
  44. handled by the leds-pasic3 and ds1wm drivers.
  45. config UCB1400_CORE
  46. tristate "Philips UCB1400 Core driver"
  47. help
  48. This enables support for the Philips UCB1400 core functions.
  49. The UCB1400 is an AC97 audio codec.
  50. To compile this driver as a module, choose M here: the
  51. module will be called ucb1400_core.
  52. config MFD_TC6393XB
  53. bool "Support Toshiba TC6393XB"
  54. depends on GPIOLIB && ARM
  55. select MFD_CORE
  56. help
  57. Support for Toshiba Mobile IO Controller TC6393XB
  58. endmenu
  59. menu "Multimedia Capabilities Port drivers"
  60. depends on ARCH_SA1100
  61. config MCP
  62. tristate
  63. # Interface drivers
  64. config MCP_SA11X0
  65. tristate "Support SA11x0 MCP interface"
  66. depends on ARCH_SA1100
  67. select MCP
  68. # Chip drivers
  69. config MCP_UCB1200
  70. tristate "Support for UCB1200 / UCB1300"
  71. depends on MCP
  72. config MCP_UCB1200_TS
  73. tristate "Touchscreen interface support"
  74. depends on MCP_UCB1200 && INPUT
  75. endmenu