Kconfig (33ca8a53f262b4af40611bea331b8c87d133af72) | Kconfig (d7535ffa427b8976b2d41f8d9f7fb9f1c97d786c) |
---|---|
1# 2# Input core configuration 3# 4menuconfig INPUT_KEYBOARD 5 bool "Keyboards" 6 default y 7 help 8 Say Y here, and a list of supported keyboards will be displayed. --- 574 unchanged lines hidden (view full) --- 583 depends on ARCH_DAVINCI_DM365 584 help 585 Say Y to enable keypad module support for the TI DaVinci 586 platforms (DM365). 587 588 To compile this driver as a module, choose M here: the 589 module will be called davinci_keyscan. 590 | 1# 2# Input core configuration 3# 4menuconfig INPUT_KEYBOARD 5 bool "Keyboards" 6 default y 7 help 8 Say Y here, and a list of supported keyboards will be displayed. --- 574 unchanged lines hidden (view full) --- 583 depends on ARCH_DAVINCI_DM365 584 help 585 Say Y to enable keypad module support for the TI DaVinci 586 platforms (DM365). 587 588 To compile this driver as a module, choose M here: the 589 module will be called davinci_keyscan. 590 |
591config KEYBOARD_IPAQ_MICRO 592 tristate "Buttons on Micro SoC (iPaq h3100,h3600,h3700)" 593 depends on MFD_IPAQ_MICRO 594 help 595 Say Y to enable support for the buttons attached to 596 Micro peripheral controller on iPAQ h3100/h3600/h3700 597 598 To compile this driver as a module, choose M here: the 599 module will be called ipaq-micro-keys. 600 |
|
591config KEYBOARD_OMAP 592 tristate "TI OMAP keypad support" 593 depends on ARCH_OMAP1 594 select INPUT_MATRIXKMAP 595 help 596 Say Y here if you want to use the OMAP keypad. 597 598 To compile this driver as a module, choose M here: the --- 82 unchanged lines hidden (view full) --- 681 depends on OF && I2C 682 select REGMAP_I2C 683 help 684 Say Y here to enable the CAP11XX touch sensor driver. 685 686 To compile this driver as a module, choose M here: the 687 module will be called cap11xx. 688 | 601config KEYBOARD_OMAP 602 tristate "TI OMAP keypad support" 603 depends on ARCH_OMAP1 604 select INPUT_MATRIXKMAP 605 help 606 Say Y here if you want to use the OMAP keypad. 607 608 To compile this driver as a module, choose M here: the --- 82 unchanged lines hidden (view full) --- 691 depends on OF && I2C 692 select REGMAP_I2C 693 help 694 Say Y here to enable the CAP11XX touch sensor driver. 695 696 To compile this driver as a module, choose M here: the 697 module will be called cap11xx. 698 |
699config KEYBOARD_BCM 700 tristate "Broadcom keypad driver" 701 depends on OF && HAVE_CLK 702 select INPUT_MATRIXKMAP 703 default ARCH_BCM_CYGNUS 704 help 705 Say Y here if you want to use Broadcom keypad. 706 707 To compile this driver as a module, choose M here: the 708 module will be called bcm-keypad. 709 |
|
689endif | 710endif |