11da177e4SLinus Torvalds# 21da177e4SLinus Torvalds# Misc strange devices 31da177e4SLinus Torvalds# 41da177e4SLinus Torvalds 57c5763b8SFabio Estevammenu "Misc devices" 67c5763b8SFabio Estevam 7ff606677SJean Delvareconfig SENSORS_LIS3LV02D 8ff606677SJean Delvare tristate 9ff606677SJean Delvare depends on INPUT 10ff606677SJean Delvare select INPUT_POLLDEV 11ff606677SJean Delvare default n 12ff606677SJean Delvare 134eb174beSMichael Hennerichconfig AD525X_DPOT 146c536e4cSMichael Hennerich tristate "Analog Devices Digital Potentiometers" 156c536e4cSMichael Hennerich depends on (I2C || SPI) && SYSFS 164eb174beSMichael Hennerich help 174eb174beSMichael Hennerich If you say yes here, you get support for the Analog Devices 186c536e4cSMichael Hennerich AD5258, AD5259, AD5251, AD5252, AD5253, AD5254, AD5255 196c536e4cSMichael Hennerich AD5160, AD5161, AD5162, AD5165, AD5200, AD5201, AD5203, 206c536e4cSMichael Hennerich AD5204, AD5206, AD5207, AD5231, AD5232, AD5233, AD5235, 216c536e4cSMichael Hennerich AD5260, AD5262, AD5263, AD5290, AD5291, AD5292, AD5293, 22e3ae6847SMichael Hennerich AD7376, AD8400, AD8402, AD8403, ADN2850, AD5241, AD5242, 23c74cba61SMichael Hennerich AD5243, AD5245, AD5246, AD5247, AD5248, AD5280, AD5282, 24a4bd3949SMichael Hennerich ADN2860, AD5273, AD5171, AD5170, AD5172, AD5173, AD5270, 25a4bd3949SMichael Hennerich AD5271, AD5272, AD5274 264eb174beSMichael Hennerich digital potentiometer chips. 274eb174beSMichael Hennerich 284eb174beSMichael Hennerich See Documentation/misc-devices/ad525x_dpot.txt for the 294eb174beSMichael Hennerich userspace interface. 304eb174beSMichael Hennerich 314eb174beSMichael Hennerich This driver can also be built as a module. If so, the module 324eb174beSMichael Hennerich will be called ad525x_dpot. 334eb174beSMichael Hennerich 346c536e4cSMichael Hennerichconfig AD525X_DPOT_I2C 356c536e4cSMichael Hennerich tristate "support I2C bus connection" 366c536e4cSMichael Hennerich depends on AD525X_DPOT && I2C 376c536e4cSMichael Hennerich help 386c536e4cSMichael Hennerich Say Y here if you have a digital potentiometers hooked to an I2C bus. 396c536e4cSMichael Hennerich 406c536e4cSMichael Hennerich To compile this driver as a module, choose M here: the 416c536e4cSMichael Hennerich module will be called ad525x_dpot-i2c. 426c536e4cSMichael Hennerich 436c536e4cSMichael Hennerichconfig AD525X_DPOT_SPI 446c536e4cSMichael Hennerich tristate "support SPI bus connection" 456c536e4cSMichael Hennerich depends on AD525X_DPOT && SPI_MASTER 466c536e4cSMichael Hennerich help 476c536e4cSMichael Hennerich Say Y here if you have a digital potentiometers hooked to an SPI bus. 486c536e4cSMichael Hennerich 496c536e4cSMichael Hennerich If unsure, say N (but it's safe to say "Y"). 506c536e4cSMichael Hennerich 516c536e4cSMichael Hennerich To compile this driver as a module, choose M here: the 526c536e4cSMichael Hennerich module will be called ad525x_dpot-spi. 536c536e4cSMichael Hennerich 542a341f5cSDavid Brownellconfig ATMEL_TCLIB 552a341f5cSDavid Brownell bool "Atmel AT32/AT91 Timer/Counter Library" 562a341f5cSDavid Brownell depends on (AVR32 || ARCH_AT91) 572a341f5cSDavid Brownell help 582a341f5cSDavid Brownell Select this if you want a library to allocate the Timer/Counter 592a341f5cSDavid Brownell blocks found on many Atmel processors. This facilitates using 602a341f5cSDavid Brownell these blocks by different drivers despite processor differences. 612a341f5cSDavid Brownell 624d243f92SDavid Brownellconfig ATMEL_TCB_CLKSRC 634d243f92SDavid Brownell bool "TC Block Clocksource" 64592913ecSJohn Stultz depends on ATMEL_TCLIB 654d243f92SDavid Brownell default y 664d243f92SDavid Brownell help 674d243f92SDavid Brownell Select this to get a high precision clocksource based on a 684d243f92SDavid Brownell TC block with a 5+ MHz base clock rate. Two timer channels 694d243f92SDavid Brownell are combined to make a single 32-bit timer. 704d243f92SDavid Brownell 714d243f92SDavid Brownell When GENERIC_CLOCKEVENTS is defined, the third timer channel 724d243f92SDavid Brownell may be used as a clock event device supporting oneshot mode 734d243f92SDavid Brownell (delays of up to two seconds) based on the 32 KiHz clock. 744d243f92SDavid Brownell 754d243f92SDavid Brownellconfig ATMEL_TCB_CLKSRC_BLOCK 764d243f92SDavid Brownell int 774d243f92SDavid Brownell depends on ATMEL_TCB_CLKSRC 789373090dSNicolas Ferre prompt "TC Block" if CPU_AT32AP700X 794d243f92SDavid Brownell default 0 804d243f92SDavid Brownell range 0 1 814d243f92SDavid Brownell help 824d243f92SDavid Brownell Some chips provide more than one TC block, so you have the 834d243f92SDavid Brownell choice of which one to use for the clock framework. The other 844d243f92SDavid Brownell TC can be used for other purposes, such as PWM generation and 854d243f92SDavid Brownell interval timing. 864d243f92SDavid Brownell 8754f69b92SJiri Kosinaconfig DUMMY_IRQ 8854f69b92SJiri Kosina tristate "Dummy IRQ handler" 8954f69b92SJiri Kosina default n 9054f69b92SJiri Kosina ---help--- 9154f69b92SJiri Kosina This module accepts a single 'irq' parameter, which it should register for. 9254f69b92SJiri Kosina The sole purpose of this module is to help with debugging of systems on 9354f69b92SJiri Kosina which spurious IRQs would happen on disabled IRQ vector. 9454f69b92SJiri Kosina 951da177e4SLinus Torvaldsconfig IBM_ASM 961da177e4SLinus Torvalds tristate "Device driver for IBM RSA service processor" 9765929215SGreg Kroah-Hartman depends on X86 && PCI && INPUT 9875339d82SRandy Dunlap depends on SERIAL_8250 || SERIAL_8250=n 991da177e4SLinus Torvalds ---help--- 1001da177e4SLinus Torvalds This option enables device driver support for in-band access to the 1011da177e4SLinus Torvalds IBM RSA (Condor) service processor in eServer xSeries systems. 1021da177e4SLinus Torvalds The ibmasm device driver allows user space application to access 1031da177e4SLinus Torvalds ASM (Advanced Systems Management) functions on the service 1041da177e4SLinus Torvalds processor. The driver is meant to be used in conjunction with 1051da177e4SLinus Torvalds a user space API. 1061da177e4SLinus Torvalds The ibmasm driver also enables the OS to use the UART on the 1071da177e4SLinus Torvalds service processor board as a regular serial port. To make use of 1081da177e4SLinus Torvalds this feature serial driver support (CONFIG_SERIAL_8250) must be 1091da177e4SLinus Torvalds enabled. 1101da177e4SLinus Torvalds 1111da177e4SLinus Torvalds WARNING: This software may not be supported or function 1121da177e4SLinus Torvalds correctly on your IBM server. Please consult the IBM ServerProven 113631dd1a8SJustin P. Mattock website <http://www-03.ibm.com/systems/info/x86servers/serverproven/compat/us/> 114631dd1a8SJustin P. Mattock for information on the specific driver level and support statement 1151da177e4SLinus Torvalds for your IBM server. 1161da177e4SLinus Torvalds 117cef2cf07SJiri Slabyconfig PHANTOM 118ec905a18SJiri Slaby tristate "Sensable PHANToM (PCI)" 119cef2cf07SJiri Slaby depends on PCI 120cef2cf07SJiri Slaby help 121cef2cf07SJiri Slaby Say Y here if you want to build a driver for Sensable PHANToM device. 122cef2cf07SJiri Slaby 123ec905a18SJiri Slaby This driver is only for PCI PHANToMs. 124ec905a18SJiri Slaby 125cef2cf07SJiri Slaby If you choose to build module, its name will be phantom. If unsure, 126cef2cf07SJiri Slaby say N here. 127cef2cf07SJiri Slaby 1280b61d2acSJ Freyenseeconfig INTEL_MID_PTI 1290b61d2acSJ Freyensee tristate "Parallel Trace Interface for MIPI P1149.7 cJTAG standard" 1304bb16672SJiri Slaby depends on PCI && TTY && (X86_INTEL_MID || COMPILE_TEST) 1310b61d2acSJ Freyensee default n 1320b61d2acSJ Freyensee help 1330b61d2acSJ Freyensee The PTI (Parallel Trace Interface) driver directs 1340b61d2acSJ Freyensee trace data routed from various parts in the system out 1350b61d2acSJ Freyensee through an Intel Penwell PTI port and out of the mobile 1360b61d2acSJ Freyensee device for analysis with a debugging tool (Lauterbach or Fido). 1370b61d2acSJ Freyensee 1380b61d2acSJ Freyensee You should select this driver if the target kernel is meant for 1390b61d2acSJ Freyensee an Intel Atom (non-netbook) mobile device containing a MIPI 1400b61d2acSJ Freyensee P1149.7 standard implementation. 1410b61d2acSJ Freyensee 14259f14800SBrent Casavantconfig SGI_IOC4 14359f14800SBrent Casavant tristate "SGI IOC4 Base IO support" 144aa6c2e62SAl Viro depends on PCI 14559f14800SBrent Casavant ---help--- 14659f14800SBrent Casavant This option enables basic support for the IOC4 chip on certain 14759f14800SBrent Casavant SGI IO controller cards (IO9, IO10, and PCI-RT). This option 14859f14800SBrent Casavant does not enable any specific functions on such a card, but provides 14959f14800SBrent Casavant necessary infrastructure for other drivers to utilize. 15059f14800SBrent Casavant 15159f14800SBrent Casavant If you have an SGI Altix with an IOC4-based card say Y. 15259f14800SBrent Casavant Otherwise say N. 15359f14800SBrent Casavant 154f9565129SAlex Dubovconfig TIFM_CORE 15565929215SGreg Kroah-Hartman tristate "TI Flash Media interface support" 15665929215SGreg Kroah-Hartman depends on PCI 157f9565129SAlex Dubov help 158f9565129SAlex Dubov If you want support for Texas Instruments(R) Flash Media adapters 159f9565129SAlex Dubov you should select this option and then also choose an appropriate 160f9565129SAlex Dubov host adapter, such as 'TI Flash Media PCI74xx/PCI76xx host adapter 161f9565129SAlex Dubov support', if you have a TI PCI74xx compatible card reader, for 162f9565129SAlex Dubov example. 163f9565129SAlex Dubov You will also have to select some flash card format drivers. MMC/SD 164f9565129SAlex Dubov cards are supported via 'MMC/SD Card support: TI Flash Media MMC/SD 165f9565129SAlex Dubov Interface support (MMC_TIFM_SD)'. 1661da177e4SLinus Torvalds 167f9565129SAlex Dubov To compile this driver as a module, choose M here: the module will 168f9565129SAlex Dubov be called tifm_core. 169f9565129SAlex Dubov 170f9565129SAlex Dubovconfig TIFM_7XX1 17165929215SGreg Kroah-Hartman tristate "TI Flash Media PCI74xx/PCI76xx host adapter support" 17265929215SGreg Kroah-Hartman depends on PCI && TIFM_CORE 173f9565129SAlex Dubov default TIFM_CORE 174f9565129SAlex Dubov help 175f9565129SAlex Dubov This option enables support for Texas Instruments(R) PCI74xx and 176f9565129SAlex Dubov PCI76xx families of Flash Media adapters, found in many laptops. 177f9565129SAlex Dubov To make actual use of the device, you will have to select some 178f9565129SAlex Dubov flash card format drivers, as outlined in the TIFM_CORE Help. 179f9565129SAlex Dubov 180f9565129SAlex Dubov To compile this driver as a module, choose M here: the module will 181f9565129SAlex Dubov be called tifm_7xx1. 182f9565129SAlex Dubov 183a412ae3fSDarrick J. Wongconfig ICS932S401 184a412ae3fSDarrick J. Wong tristate "Integrated Circuits ICS932S401" 18565929215SGreg Kroah-Hartman depends on I2C 186a412ae3fSDarrick J. Wong help 187a412ae3fSDarrick J. Wong If you say yes here you get support for the Integrated Circuits 188a412ae3fSDarrick J. Wong ICS932S401 clock control chips. 189a412ae3fSDarrick J. Wong 190a412ae3fSDarrick J. Wong This driver can also be built as a module. If so, the module 191a412ae3fSDarrick J. Wong will be called ics932s401. 192a412ae3fSDarrick J. Wong 193eb1f2930SHans-Christian Egtvedtconfig ATMEL_SSC 194eb1f2930SHans-Christian Egtvedt tristate "Device driver for Atmel SSC peripheral" 195fc1a5dbeSJean Delvare depends on HAS_IOMEM && (AVR32 || ARCH_AT91 || COMPILE_TEST) 196eb1f2930SHans-Christian Egtvedt ---help--- 197692105b8SMatt LaPlante This option enables device driver support for Atmel Synchronized 198eb1f2930SHans-Christian Egtvedt Serial Communication peripheral (SSC). 199eb1f2930SHans-Christian Egtvedt 200eb1f2930SHans-Christian Egtvedt The SSC peripheral supports a wide variety of serial frame based 201eb1f2930SHans-Christian Egtvedt communications, i.e. I2S, SPI, etc. 202eb1f2930SHans-Christian Egtvedt 203eb1f2930SHans-Christian Egtvedt If unsure, say N. 204eb1f2930SHans-Christian Egtvedt 205d569d5bbSJames Bottomleyconfig ENCLOSURE_SERVICES 206d569d5bbSJames Bottomley tristate "Enclosure Services" 207d569d5bbSJames Bottomley default n 208d569d5bbSJames Bottomley help 209d569d5bbSJames Bottomley Provides support for intelligent enclosures (bays which 210d569d5bbSJames Bottomley contain storage devices). You also need either a host 211d569d5bbSJames Bottomley driver (SCSI/ATA) which supports enclosures 212d569d5bbSJames Bottomley or a SCSI enclosure device (SES) to use these services. 213d569d5bbSJames Bottomley 21445d9ca49SDean Nelsonconfig SGI_XP 21545d9ca49SDean Nelson tristate "Support communication between SGI SSIs" 2163b0de7b3SDean Nelson depends on NET 21703b48632SNick Piggin depends on (IA64_GENERIC || IA64_SGI_SN2 || IA64_SGI_UV || X86_UV) && SMP 21845d9ca49SDean Nelson select IA64_UNCACHED_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2 21945d9ca49SDean Nelson select GENERIC_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2 2201bc4faa5SRobin Holt select SGI_GRU if X86_64 && SMP 22145d9ca49SDean Nelson ---help--- 22245d9ca49SDean Nelson An SGI machine can be divided into multiple Single System 22345d9ca49SDean Nelson Images which act independently of each other and have 22445d9ca49SDean Nelson hardware based memory protection from the others. Enabling 22545d9ca49SDean Nelson this feature will allow for direct communication between SSIs 22645d9ca49SDean Nelson based on a network adapter and DMA messaging. 22745d9ca49SDean Nelson 22882dca611SAndres Salomonconfig CS5535_MFGPT 22982dca611SAndres Salomon tristate "CS5535/CS5536 Geode Multi-Function General Purpose Timer (MFGPT) support" 2300f78a11eSJean Delvare depends on MFD_CS5535 23182dca611SAndres Salomon default n 23282dca611SAndres Salomon help 23382dca611SAndres Salomon This driver provides access to MFGPT functionality for other 23482dca611SAndres Salomon drivers that need timers. MFGPTs are available in the CS5535 and 23582dca611SAndres Salomon CS5536 companion chips that are found in AMD Geode and several 23682dca611SAndres Salomon other platforms. They have a better resolution and max interval 23782dca611SAndres Salomon than the generic PIT, and are suitable for use as high-res timers. 23882dca611SAndres Salomon You probably don't want to enable this manually; other drivers that 23982dca611SAndres Salomon make use of it should enable it. 24082dca611SAndres Salomon 24182dca611SAndres Salomonconfig CS5535_MFGPT_DEFAULT_IRQ 24282dca611SAndres Salomon int 2432bf212b9SGeert Uytterhoeven depends on CS5535_MFGPT 24482dca611SAndres Salomon default 7 24582dca611SAndres Salomon help 24682dca611SAndres Salomon MFGPTs on the CS5535 require an interrupt. The selected IRQ 24782dca611SAndres Salomon can be overridden as a module option as well as by driver that 24882dca611SAndres Salomon use the cs5535_mfgpt_ API; however, different architectures might 24982dca611SAndres Salomon want to use a different IRQ by default. This is here for 25082dca611SAndres Salomon architectures to set as necessary. 25182dca611SAndres Salomon 2529c8f05c2SRandy Dunlapconfig CS5535_CLOCK_EVENT_SRC 2539c8f05c2SRandy Dunlap tristate "CS5535/CS5536 high-res timer (MFGPT) events" 254592913ecSJohn Stultz depends on GENERIC_CLOCKEVENTS && CS5535_MFGPT 2559c8f05c2SRandy Dunlap help 2569c8f05c2SRandy Dunlap This driver provides a clock event source based on the MFGPT 2579c8f05c2SRandy Dunlap timer(s) in the CS5535 and CS5536 companion chips. 2589c8f05c2SRandy Dunlap MFGPTs have a better resolution and max interval than the 2599c8f05c2SRandy Dunlap generic PIT, and are suitable for use as high-res timers. 2609c8f05c2SRandy Dunlap 26189bcb05dSDavid Altobelliconfig HP_ILO 2621ce873abSdann frazier tristate "Channel interface driver for the HP iLO processor" 263f38954c9SAndrew Morton depends on PCI 26489bcb05dSDavid Altobelli default n 26589bcb05dSDavid Altobelli help 26689bcb05dSDavid Altobelli The channel interface driver allows applications to communicate 2671ce873abSdann frazier with iLO management processors present on HP ProLiant servers. 2681ce873abSdann frazier Upon loading, the driver creates /dev/hpilo/dXccbN files, which 2691ce873abSdann frazier can be used to gather data from the management processor, via 2701ce873abSdann frazier read and write system calls. 27189bcb05dSDavid Altobelli 27289bcb05dSDavid Altobelli To compile this driver as a module, choose M here: the 27389bcb05dSDavid Altobelli module will be called hpilo. 27489bcb05dSDavid Altobelli 2751f26d1c1STim Birdconfig QCOM_COINCELL 2761f26d1c1STim Bird tristate "Qualcomm coincell charger support" 2771f26d1c1STim Bird depends on MFD_SPMI_PMIC || COMPILE_TEST 2781f26d1c1STim Bird help 2791f26d1c1STim Bird This driver supports the coincell block found inside of 2801f26d1c1STim Bird Qualcomm PMICs. The coincell charger provides a means to 2811f26d1c1STim Bird charge a coincell battery or backup capacitor which is used 2821f26d1c1STim Bird to maintain PMIC register and RTC state in the absence of 2831f26d1c1STim Bird external power. 2841f26d1c1STim Bird 2853d919e5fSJack Steinerconfig SGI_GRU 2863d919e5fSJack Steiner tristate "SGI GRU driver" 2871bc4faa5SRobin Holt depends on X86_UV && SMP 2883d919e5fSJack Steiner default n 2893d919e5fSJack Steiner select MMU_NOTIFIER 2903d919e5fSJack Steiner ---help--- 2913d919e5fSJack Steiner The GRU is a hardware resource located in the system chipset. The GRU 2923d919e5fSJack Steiner contains memory that can be mmapped into the user address space. This memory is 2933d919e5fSJack Steiner used to communicate with the GRU to perform functions such as load/store, 2943d919e5fSJack Steiner scatter/gather, bcopy, AMOs, etc. The GRU is directly accessed by user 2953d919e5fSJack Steiner instructions using user virtual addresses. GRU instructions (ex., bcopy) use 2963d919e5fSJack Steiner user virtual addresses for operands. 2973d919e5fSJack Steiner 2983d919e5fSJack Steiner If you are not running on a SGI UV system, say N. 2993d919e5fSJack Steiner 3003d919e5fSJack Steinerconfig SGI_GRU_DEBUG 3013d919e5fSJack Steiner bool "SGI GRU driver debug" 3023d919e5fSJack Steiner depends on SGI_GRU 3033d919e5fSJack Steiner default n 3043d919e5fSJack Steiner ---help--- 305a82cb8b9SGeert Uytterhoeven This option enables additional debugging code for the SGI GRU driver. 306a82cb8b9SGeert Uytterhoeven If you are unsure, say N. 3073d919e5fSJack Steiner 30822d96aa5Sananthaconfig APDS9802ALS 30922d96aa5Sanantha tristate "Medfield Avago APDS9802 ALS Sensor module" 31022d96aa5Sanantha depends on I2C 31122d96aa5Sanantha help 31222d96aa5Sanantha If you say yes here you get support for the ALS APDS9802 ambient 31322d96aa5Sanantha light sensor. 31422d96aa5Sanantha 31522d96aa5Sanantha This driver can also be built as a module. If so, the module 31622d96aa5Sanantha will be called apds9802als. 31722d96aa5Sanantha 3183cdbbeebSDaniel Mackconfig ISL29003 3193cdbbeebSDaniel Mack tristate "Intersil ISL29003 ambient light sensor" 3203cdbbeebSDaniel Mack depends on I2C && SYSFS 3213cdbbeebSDaniel Mack help 3223cdbbeebSDaniel Mack If you say yes here you get support for the Intersil ISL29003 3233cdbbeebSDaniel Mack ambient light sensor. 3243cdbbeebSDaniel Mack 3253cdbbeebSDaniel Mack This driver can also be built as a module. If so, the module 3263cdbbeebSDaniel Mack will be called isl29003. 3273cdbbeebSDaniel Mack 3282e85c4ddSKalhan Trisalconfig ISL29020 3292e85c4ddSKalhan Trisal tristate "Intersil ISL29020 ambient light sensor" 3302e85c4ddSKalhan Trisal depends on I2C 3312e85c4ddSKalhan Trisal help 3322e85c4ddSKalhan Trisal If you say yes here you get support for the Intersil ISL29020 3332e85c4ddSKalhan Trisal ambient light sensor. 3342e85c4ddSKalhan Trisal 3352e85c4ddSKalhan Trisal This driver can also be built as a module. If so, the module 3362e85c4ddSKalhan Trisal will be called isl29020. 3372e85c4ddSKalhan Trisal 3386a9bccedSJean Delvareconfig SENSORS_TSL2550 3396a9bccedSJean Delvare tristate "Taos TSL2550 ambient light sensor" 3406a9bccedSJean Delvare depends on I2C && SYSFS 3416a9bccedSJean Delvare help 3426a9bccedSJean Delvare If you say yes here you get support for the Taos TSL2550 3436a9bccedSJean Delvare ambient light sensor. 3446a9bccedSJean Delvare 3456a9bccedSJean Delvare This driver can also be built as a module. If so, the module 3466a9bccedSJean Delvare will be called tsl2550. 3476a9bccedSJean Delvare 348190420abSSamu Onkaloconfig SENSORS_BH1770 349190420abSSamu Onkalo tristate "BH1770GLC / SFH7770 combined ALS - Proximity sensor" 350190420abSSamu Onkalo depends on I2C 351190420abSSamu Onkalo ---help--- 352190420abSSamu Onkalo Say Y here if you want to build a driver for BH1770GLC (ROHM) or 353190420abSSamu Onkalo SFH7770 (Osram) combined ambient light and proximity sensor chip. 354190420abSSamu Onkalo 355190420abSSamu Onkalo To compile this driver as a module, choose M here: the 356190420abSSamu Onkalo module will be called bh1770glc. If unsure, say N here. 357190420abSSamu Onkalo 35892b1f84dSSamu Onkaloconfig SENSORS_APDS990X 35992b1f84dSSamu Onkalo tristate "APDS990X combined als and proximity sensors" 36092b1f84dSSamu Onkalo depends on I2C 36192b1f84dSSamu Onkalo default n 36292b1f84dSSamu Onkalo ---help--- 36392b1f84dSSamu Onkalo Say Y here if you want to build a driver for Avago APDS990x 36492b1f84dSSamu Onkalo combined ambient light and proximity sensor chip. 36592b1f84dSSamu Onkalo 36692b1f84dSSamu Onkalo To compile this driver as a module, choose M here: the 36792b1f84dSSamu Onkalo module will be called apds990x. If unsure, say N here. 36892b1f84dSSamu Onkalo 369cfa3b24cSKalhan Trisalconfig HMC6352 370cfa3b24cSKalhan Trisal tristate "Honeywell HMC6352 compass" 371cfa3b24cSKalhan Trisal depends on I2C 372cfa3b24cSKalhan Trisal help 373cfa3b24cSKalhan Trisal This driver provides support for the Honeywell HMC6352 compass, 374cfa3b24cSKalhan Trisal providing configuration and heading data via sysfs. 375cfa3b24cSKalhan Trisal 376dddc66ffSWolfram Sangconfig DS1682 377dddc66ffSWolfram Sang tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm" 37865929215SGreg Kroah-Hartman depends on I2C 379dddc66ffSWolfram Sang help 380dddc66ffSWolfram Sang If you say yes here you get support for Dallas Semiconductor 381dddc66ffSWolfram Sang DS1682 Total Elapsed Time Recorder. 382dddc66ffSWolfram Sang 383dddc66ffSWolfram Sang This driver can also be built as a module. If so, the module 384dddc66ffSWolfram Sang will be called ds1682. 385dddc66ffSWolfram Sang 386b9500546SPratyush Anandconfig SPEAR13XX_PCIE_GADGET 387b9500546SPratyush Anand bool "PCIe gadget support for SPEAr13XX platform" 38898097858SArnd Bergmann depends on ARCH_SPEAR13XX && BROKEN 389b9500546SPratyush Anand default n 390b9500546SPratyush Anand help 391b9500546SPratyush Anand This option enables gadget support for PCIe controller. If 392b9500546SPratyush Anand board file defines any controller as PCIe endpoint then a sysfs 393b9500546SPratyush Anand entry will be created for that controller. User can use these 394b9500546SPratyush Anand sysfs node to configure PCIe EP as per his requirements. 395b9500546SPratyush Anand 3964d00928cSDaniel Mackconfig TI_DAC7512 3974d00928cSDaniel Mack tristate "Texas Instruments DAC7512" 3984d00928cSDaniel Mack depends on SPI && SYSFS 3994d00928cSDaniel Mack help 4004d00928cSDaniel Mack If you say yes here you get support for the Texas Instruments 4014d00928cSDaniel Mack DAC7512 16-bit digital-to-analog converter. 4024d00928cSDaniel Mack 4034d00928cSDaniel Mack This driver can also be built as a module. If so, the module 404149d730fSJonathan Neuschäfer will be called ti_dac7512. 4054d00928cSDaniel Mack 406453dc659SDmitry Torokhovconfig VMWARE_BALLOON 407453dc659SDmitry Torokhov tristate "VMware Balloon Driver" 40848e3d668SPhilip P. Moltmann depends on VMWARE_VMCI && X86 && HYPERVISOR_GUEST 409453dc659SDmitry Torokhov help 410453dc659SDmitry Torokhov This is VMware physical memory management driver which acts 411453dc659SDmitry Torokhov like a "balloon" that can be inflated to reclaim physical pages 412453dc659SDmitry Torokhov by reserving them in the guest and invalidating them in the 413453dc659SDmitry Torokhov monitor, freeing up the underlying machine pages so they can 414453dc659SDmitry Torokhov be allocated to other guests. The balloon can also be deflated 415453dc659SDmitry Torokhov to allow the guest to use more physical memory. 416453dc659SDmitry Torokhov 417453dc659SDmitry Torokhov If unsure, say N. 418453dc659SDmitry Torokhov 419453dc659SDmitry Torokhov To compile this driver as a module, choose M here: the 420d544b7a4SDmitry Torokhov module will be called vmw_balloon. 421453dc659SDmitry Torokhov 422ce896245SLinus Walleijconfig ARM_CHARLCD 423ce896245SLinus Walleij bool "ARM Ltd. Character LCD Driver" 424ce896245SLinus Walleij depends on PLAT_VERSATILE 425ce896245SLinus Walleij help 426ce896245SLinus Walleij This is a driver for the character LCD found on the ARM Ltd. 427ce896245SLinus Walleij Versatile and RealView Platform Baseboards. It doesn't do 428ce896245SLinus Walleij very much more than display the text "ARM Linux" on the first 429ce896245SLinus Walleij line and the Linux version on the second line, but that's 430ce896245SLinus Walleij still useful. 431ce896245SLinus Walleij 432cf4ece53SMasayuki Ohtakconfig PCH_PHUB 433584ad00cSTomoya MORINAGA tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) PHUB" 4344cd5773aSAndy Shevchenko select GENERIC_NET_UTILS 43546fd8c34SPaul Burton depends on PCI && (X86_32 || MIPS || COMPILE_TEST) 436cf4ece53SMasayuki Ohtak help 437cf4ece53SMasayuki Ohtak This driver is for PCH(Platform controller Hub) PHUB(Packet Hub) of 438cf4ece53SMasayuki Ohtak Intel Topcliff which is an IOH(Input/Output Hub) for x86 embedded 439cf4ece53SMasayuki Ohtak processor. The Topcliff has MAC address and Option ROM data in SROM. 440cf4ece53SMasayuki Ohtak This driver can access MAC address and Option ROM data in SROM. 441cf4ece53SMasayuki Ohtak 442584ad00cSTomoya MORINAGA This driver also can be used for LAPIS Semiconductor's IOH, 443584ad00cSTomoya MORINAGA ML7213/ML7223/ML7831. 444584ad00cSTomoya MORINAGA ML7213 which is for IVI(In-Vehicle Infotainment) use. 445584ad00cSTomoya MORINAGA ML7223 IOH is for MP(Media Phone) use. 446584ad00cSTomoya MORINAGA ML7831 IOH is for general purpose use. 447584ad00cSTomoya MORINAGA ML7213/ML7223/ML7831 is companion chip for Intel Atom E6xx series. 448584ad00cSTomoya MORINAGA ML7213/ML7223/ML7831 is completely compatible for Intel EG20T PCH. 449c47dda7dSTomoya MORINAGA 450cf4ece53SMasayuki Ohtak To compile this driver as a module, choose M here: the module will 451cf4ece53SMasayuki Ohtak be called pch_phub. 452cf4ece53SMasayuki Ohtak 453a1bb73d7SDonggeun Kimconfig USB_SWITCH_FSA9480 454a1bb73d7SDonggeun Kim tristate "FSA9480 USB Switch" 455a1bb73d7SDonggeun Kim depends on I2C 456a1bb73d7SDonggeun Kim help 457a1bb73d7SDonggeun Kim The FSA9480 is a USB port accessory detector and switch. 458a1bb73d7SDonggeun Kim The FSA9480 is fully controlled using I2C and enables USB data, 459a1bb73d7SDonggeun Kim stereo and mono audio, video, microphone and UART data to use 460a1bb73d7SDonggeun Kim a common connector port. 461a1bb73d7SDonggeun Kim 462781551dfSStefan Roeseconfig LATTICE_ECP3_CONFIG 463781551dfSStefan Roese tristate "Lattice ECP3 FPGA bitstream configuration via SPI" 464781551dfSStefan Roese depends on SPI && SYSFS 465781551dfSStefan Roese select FW_LOADER 466781551dfSStefan Roese default n 467781551dfSStefan Roese help 468781551dfSStefan Roese This option enables support for bitstream configuration (programming 469781551dfSStefan Roese or loading) of the Lattice ECP3 FPGA family via SPI. 470781551dfSStefan Roese 471781551dfSStefan Roese If unsure, say N. 472781551dfSStefan Roese 4734984c6f5SPhilipp Zabelconfig SRAM 4744984c6f5SPhilipp Zabel bool "Generic on-chip SRAM driver" 4754984c6f5SPhilipp Zabel depends on HAS_IOMEM 4764984c6f5SPhilipp Zabel select GENERIC_ALLOCATOR 47737afff0dSDave Gerlach select SRAM_EXEC if ARM 4784984c6f5SPhilipp Zabel help 4794984c6f5SPhilipp Zabel This driver allows you to declare a memory region to be managed by 4804984c6f5SPhilipp Zabel the genalloc API. It is supposed to be used for small on-chip SRAM 4814984c6f5SPhilipp Zabel areas found on many SoCs. 4824984c6f5SPhilipp Zabel 48337afff0dSDave Gerlachconfig SRAM_EXEC 48437afff0dSDave Gerlach bool 48537afff0dSDave Gerlach 486974cc7b9SPawel Mollconfig VEXPRESS_SYSCFG 487974cc7b9SPawel Moll bool "Versatile Express System Configuration driver" 488974cc7b9SPawel Moll depends on VEXPRESS_CONFIG 489974cc7b9SPawel Moll default y 490974cc7b9SPawel Moll help 491974cc7b9SPawel Moll ARM Ltd. Versatile Express uses specialised platform configuration 492974cc7b9SPawel Moll bus. System Configuration interface is one of the possible means 493974cc7b9SPawel Moll of generating transactions on this bus. 494e1ef962bSMiguel Bernal Marin 495305b37bdSKsenija Stanojevicconfig PANEL 496305b37bdSKsenija Stanojevic tristate "Parallel port LCD/Keypad Panel support" 497305b37bdSKsenija Stanojevic depends on PARPORT 498305b37bdSKsenija Stanojevic ---help--- 499305b37bdSKsenija Stanojevic Say Y here if you have an HD44780 or KS-0074 LCD connected to your 500305b37bdSKsenija Stanojevic parallel port. This driver also features 4 and 6-key keypads. The LCD 501305b37bdSKsenija Stanojevic is accessible through the /dev/lcd char device (10, 156), and the 502305b37bdSKsenija Stanojevic keypad through /dev/keypad (10, 185). Both require misc device to be 503305b37bdSKsenija Stanojevic enabled. This code can either be compiled as a module, or linked into 504305b37bdSKsenija Stanojevic the kernel and started at boot. If you don't understand what all this 505305b37bdSKsenija Stanojevic is about, say N. 506305b37bdSKsenija Stanojevic 507305b37bdSKsenija Stanojevicconfig PANEL_PARPORT 508305b37bdSKsenija Stanojevic int "Default parallel port number (0=LPT1)" 509305b37bdSKsenija Stanojevic depends on PANEL 510305b37bdSKsenija Stanojevic range 0 255 511305b37bdSKsenija Stanojevic default "0" 512305b37bdSKsenija Stanojevic ---help--- 513305b37bdSKsenija Stanojevic This is the index of the parallel port the panel is connected to. One 514305b37bdSKsenija Stanojevic driver instance only supports one parallel port, so if your keypad 515305b37bdSKsenija Stanojevic and LCD are connected to two separate ports, you have to start two 516305b37bdSKsenija Stanojevic modules with different arguments. Numbering starts with '0' for LPT1, 517305b37bdSKsenija Stanojevic and so on. 518305b37bdSKsenija Stanojevic 519305b37bdSKsenija Stanojevicconfig PANEL_PROFILE 520305b37bdSKsenija Stanojevic int "Default panel profile (0-5, 0=custom)" 521305b37bdSKsenija Stanojevic depends on PANEL 522305b37bdSKsenija Stanojevic range 0 5 523305b37bdSKsenija Stanojevic default "5" 524305b37bdSKsenija Stanojevic ---help--- 525305b37bdSKsenija Stanojevic To ease configuration, the driver supports different configuration 526305b37bdSKsenija Stanojevic profiles for past and recent wirings. These profiles can also be 527305b37bdSKsenija Stanojevic used to define an approximative configuration, completed by a few 528305b37bdSKsenija Stanojevic other options. Here are the profiles : 529305b37bdSKsenija Stanojevic 530305b37bdSKsenija Stanojevic 0 = custom (see further) 531305b37bdSKsenija Stanojevic 1 = 2x16 parallel LCD, old keypad 532305b37bdSKsenija Stanojevic 2 = 2x16 serial LCD (KS-0074), new keypad 533305b37bdSKsenija Stanojevic 3 = 2x16 parallel LCD (Hantronix), no keypad 534305b37bdSKsenija Stanojevic 4 = 2x16 parallel LCD (Nexcom NSA1045) with Nexcom's keypad 535305b37bdSKsenija Stanojevic 5 = 2x40 parallel LCD (old one), with old keypad 536305b37bdSKsenija Stanojevic 537305b37bdSKsenija Stanojevic Custom configurations allow you to define how your display is 538305b37bdSKsenija Stanojevic wired to the parallel port, and how it works. This is only intended 539305b37bdSKsenija Stanojevic for experts. 540305b37bdSKsenija Stanojevic 541305b37bdSKsenija Stanojevicconfig PANEL_KEYPAD 542305b37bdSKsenija Stanojevic depends on PANEL && PANEL_PROFILE="0" 543305b37bdSKsenija Stanojevic int "Keypad type (0=none, 1=old 6 keys, 2=new 6 keys, 3=Nexcom 4 keys)" 544305b37bdSKsenija Stanojevic range 0 3 545305b37bdSKsenija Stanojevic default 0 546305b37bdSKsenija Stanojevic ---help--- 547305b37bdSKsenija Stanojevic This enables and configures a keypad connected to the parallel port. 548305b37bdSKsenija Stanojevic The keys will be read from character device 10,185. Valid values are : 549305b37bdSKsenija Stanojevic 550305b37bdSKsenija Stanojevic 0 : do not enable this driver 551305b37bdSKsenija Stanojevic 1 : old 6 keys keypad 552305b37bdSKsenija Stanojevic 2 : new 6 keys keypad, as used on the server at www.ant-computing.com 553305b37bdSKsenija Stanojevic 3 : Nexcom NSA1045's 4 keys keypad 554305b37bdSKsenija Stanojevic 555305b37bdSKsenija Stanojevic New profiles can be described in the driver source. The driver also 556305b37bdSKsenija Stanojevic supports simultaneous keys pressed when the keypad supports them. 557305b37bdSKsenija Stanojevic 558305b37bdSKsenija Stanojevicconfig PANEL_LCD 559305b37bdSKsenija Stanojevic depends on PANEL && PANEL_PROFILE="0" 560305b37bdSKsenija Stanojevic int "LCD type (0=none, 1=custom, 2=old //, 3=ks0074, 4=hantronix, 5=Nexcom)" 561305b37bdSKsenija Stanojevic range 0 5 562305b37bdSKsenija Stanojevic default 0 563305b37bdSKsenija Stanojevic ---help--- 564305b37bdSKsenija Stanojevic This enables and configures an LCD connected to the parallel port. 565305b37bdSKsenija Stanojevic The driver includes an interpreter for escape codes starting with 566305b37bdSKsenija Stanojevic '\e[L' which are specific to the LCD, and a few ANSI codes. The 567305b37bdSKsenija Stanojevic driver will be registered as character device 10,156, usually 568305b37bdSKsenija Stanojevic under the name '/dev/lcd'. There are a total of 6 supported types : 569305b37bdSKsenija Stanojevic 570305b37bdSKsenija Stanojevic 0 : do not enable the driver 571305b37bdSKsenija Stanojevic 1 : custom configuration and wiring (see further) 572305b37bdSKsenija Stanojevic 2 : 2x16 & 2x40 parallel LCD (old wiring) 573305b37bdSKsenija Stanojevic 3 : 2x16 serial LCD (KS-0074 based) 574305b37bdSKsenija Stanojevic 4 : 2x16 parallel LCD (Hantronix wiring) 575305b37bdSKsenija Stanojevic 5 : 2x16 parallel LCD (Nexcom wiring) 576305b37bdSKsenija Stanojevic 577305b37bdSKsenija Stanojevic When type '1' is specified, other options will appear to configure 578305b37bdSKsenija Stanojevic more precise aspects (wiring, dimensions, protocol, ...). Please note 579305b37bdSKsenija Stanojevic that those values changed from the 2.4 driver for better consistency. 580305b37bdSKsenija Stanojevic 581305b37bdSKsenija Stanojevicconfig PANEL_LCD_HEIGHT 582305b37bdSKsenija Stanojevic depends on PANEL && PANEL_PROFILE="0" && PANEL_LCD="1" 583305b37bdSKsenija Stanojevic int "Number of lines on the LCD (1-2)" 584305b37bdSKsenija Stanojevic range 1 2 585305b37bdSKsenija Stanojevic default 2 586305b37bdSKsenija Stanojevic ---help--- 587305b37bdSKsenija Stanojevic This is the number of visible character lines on the LCD in custom profile. 588305b37bdSKsenija Stanojevic It can either be 1 or 2. 589305b37bdSKsenija Stanojevic 590305b37bdSKsenija Stanojevicconfig PANEL_LCD_WIDTH 591305b37bdSKsenija Stanojevic depends on PANEL && PANEL_PROFILE="0" && PANEL_LCD="1" 592305b37bdSKsenija Stanojevic int "Number of characters per line on the LCD (1-40)" 593305b37bdSKsenija Stanojevic range 1 40 594305b37bdSKsenija Stanojevic default 40 595305b37bdSKsenija Stanojevic ---help--- 596305b37bdSKsenija Stanojevic This is the number of characters per line on the LCD in custom profile. 597305b37bdSKsenija Stanojevic Common values are 16,20,24,40. 598305b37bdSKsenija Stanojevic 599305b37bdSKsenija Stanojevicconfig PANEL_LCD_BWIDTH 600305b37bdSKsenija Stanojevic depends on PANEL && PANEL_PROFILE="0" && PANEL_LCD="1" 601305b37bdSKsenija Stanojevic int "Internal LCD line width (1-40, 40 by default)" 602305b37bdSKsenija Stanojevic range 1 40 603305b37bdSKsenija Stanojevic default 40 604305b37bdSKsenija Stanojevic ---help--- 605305b37bdSKsenija Stanojevic Most LCDs use a standard controller which supports hardware lines of 40 606305b37bdSKsenija Stanojevic characters, although sometimes only 16, 20 or 24 of them are really wired 607305b37bdSKsenija Stanojevic to the terminal. This results in some non-visible but addressable characters, 608305b37bdSKsenija Stanojevic and is the case for most parallel LCDs. Other LCDs, and some serial ones, 609305b37bdSKsenija Stanojevic however, use the same line width internally as what is visible. The KS0074 610305b37bdSKsenija Stanojevic for example, uses 16 characters per line for 16 visible characters per line. 611305b37bdSKsenija Stanojevic 612305b37bdSKsenija Stanojevic This option lets you configure the value used by your LCD in 'custom' profile. 613305b37bdSKsenija Stanojevic If you don't know, put '40' here. 614305b37bdSKsenija Stanojevic 615305b37bdSKsenija Stanojevicconfig PANEL_LCD_HWIDTH 616305b37bdSKsenija Stanojevic depends on PANEL && PANEL_PROFILE="0" && PANEL_LCD="1" 617305b37bdSKsenija Stanojevic int "Hardware LCD line width (1-64, 64 by default)" 618305b37bdSKsenija Stanojevic range 1 64 619305b37bdSKsenija Stanojevic default 64 620305b37bdSKsenija Stanojevic ---help--- 621305b37bdSKsenija Stanojevic Most LCDs use a single address bit to differentiate line 0 and line 1. Since 622305b37bdSKsenija Stanojevic some of them need to be able to address 40 chars with the lower bits, they 623305b37bdSKsenija Stanojevic often use the immediately superior power of 2, which is 64, to address the 624305b37bdSKsenija Stanojevic next line. 625305b37bdSKsenija Stanojevic 626305b37bdSKsenija Stanojevic If you don't know what your LCD uses, in doubt let 16 here for a 2x16, and 627305b37bdSKsenija Stanojevic 64 here for a 2x40. 628305b37bdSKsenija Stanojevic 629305b37bdSKsenija Stanojevicconfig PANEL_LCD_CHARSET 630305b37bdSKsenija Stanojevic depends on PANEL && PANEL_PROFILE="0" && PANEL_LCD="1" 631305b37bdSKsenija Stanojevic int "LCD character set (0=normal, 1=KS0074)" 632305b37bdSKsenija Stanojevic range 0 1 633305b37bdSKsenija Stanojevic default 0 634305b37bdSKsenija Stanojevic ---help--- 635305b37bdSKsenija Stanojevic Some controllers such as the KS0074 use a somewhat strange character set 636305b37bdSKsenija Stanojevic where many symbols are at unusual places. The driver knows how to map 637305b37bdSKsenija Stanojevic 'standard' ASCII characters to the character sets used by these controllers. 638305b37bdSKsenija Stanojevic Valid values are : 639305b37bdSKsenija Stanojevic 640305b37bdSKsenija Stanojevic 0 : normal (untranslated) character set 641305b37bdSKsenija Stanojevic 1 : KS0074 character set 642305b37bdSKsenija Stanojevic 643305b37bdSKsenija Stanojevic If you don't know, use the normal one (0). 644305b37bdSKsenija Stanojevic 645305b37bdSKsenija Stanojevicconfig PANEL_LCD_PROTO 646305b37bdSKsenija Stanojevic depends on PANEL && PANEL_PROFILE="0" && PANEL_LCD="1" 647305b37bdSKsenija Stanojevic int "LCD communication mode (0=parallel 8 bits, 1=serial)" 648305b37bdSKsenija Stanojevic range 0 1 649305b37bdSKsenija Stanojevic default 0 650305b37bdSKsenija Stanojevic ---help--- 651305b37bdSKsenija Stanojevic This driver now supports any serial or parallel LCD wired to a parallel 652305b37bdSKsenija Stanojevic port. But before assigning signals, the driver needs to know if it will 653305b37bdSKsenija Stanojevic be driving a serial LCD or a parallel one. Serial LCDs only use 2 wires 654305b37bdSKsenija Stanojevic (SDA/SCL), while parallel ones use 2 or 3 wires for the control signals 655305b37bdSKsenija Stanojevic (E, RS, sometimes RW), and 4 or 8 for the data. Use 0 here for a 8 bits 656305b37bdSKsenija Stanojevic parallel LCD, and 1 for a serial LCD. 657305b37bdSKsenija Stanojevic 658305b37bdSKsenija Stanojevicconfig PANEL_LCD_PIN_E 659305b37bdSKsenija Stanojevic depends on PANEL && PANEL_PROFILE="0" && PANEL_LCD="1" && PANEL_LCD_PROTO="0" 660305b37bdSKsenija Stanojevic int "Parallel port pin number & polarity connected to the LCD E signal (-17...17) " 661305b37bdSKsenija Stanojevic range -17 17 662305b37bdSKsenija Stanojevic default 14 663305b37bdSKsenija Stanojevic ---help--- 664305b37bdSKsenija Stanojevic This describes the number of the parallel port pin to which the LCD 'E' 665305b37bdSKsenija Stanojevic signal has been connected. It can be : 666305b37bdSKsenija Stanojevic 667305b37bdSKsenija Stanojevic 0 : no connection (eg: connected to ground) 668305b37bdSKsenija Stanojevic 1..17 : directly connected to any of these pins on the DB25 plug 669305b37bdSKsenija Stanojevic -1..-17 : connected to the same pin through an inverter (eg: transistor). 670305b37bdSKsenija Stanojevic 671305b37bdSKsenija Stanojevic Default for the 'E' pin in custom profile is '14' (AUTOFEED). 672305b37bdSKsenija Stanojevic 673305b37bdSKsenija Stanojevicconfig PANEL_LCD_PIN_RS 674305b37bdSKsenija Stanojevic depends on PANEL && PANEL_PROFILE="0" && PANEL_LCD="1" && PANEL_LCD_PROTO="0" 675305b37bdSKsenija Stanojevic int "Parallel port pin number & polarity connected to the LCD RS signal (-17...17) " 676305b37bdSKsenija Stanojevic range -17 17 677305b37bdSKsenija Stanojevic default 17 678305b37bdSKsenija Stanojevic ---help--- 679305b37bdSKsenija Stanojevic This describes the number of the parallel port pin to which the LCD 'RS' 680305b37bdSKsenija Stanojevic signal has been connected. It can be : 681305b37bdSKsenija Stanojevic 682305b37bdSKsenija Stanojevic 0 : no connection (eg: connected to ground) 683305b37bdSKsenija Stanojevic 1..17 : directly connected to any of these pins on the DB25 plug 684305b37bdSKsenija Stanojevic -1..-17 : connected to the same pin through an inverter (eg: transistor). 685305b37bdSKsenija Stanojevic 686305b37bdSKsenija Stanojevic Default for the 'RS' pin in custom profile is '17' (SELECT IN). 687305b37bdSKsenija Stanojevic 688305b37bdSKsenija Stanojevicconfig PANEL_LCD_PIN_RW 689305b37bdSKsenija Stanojevic depends on PANEL && PANEL_PROFILE="0" && PANEL_LCD="1" && PANEL_LCD_PROTO="0" 690305b37bdSKsenija Stanojevic int "Parallel port pin number & polarity connected to the LCD RW signal (-17...17) " 691305b37bdSKsenija Stanojevic range -17 17 692305b37bdSKsenija Stanojevic default 16 693305b37bdSKsenija Stanojevic ---help--- 694305b37bdSKsenija Stanojevic This describes the number of the parallel port pin to which the LCD 'RW' 695305b37bdSKsenija Stanojevic signal has been connected. It can be : 696305b37bdSKsenija Stanojevic 697305b37bdSKsenija Stanojevic 0 : no connection (eg: connected to ground) 698305b37bdSKsenija Stanojevic 1..17 : directly connected to any of these pins on the DB25 plug 699305b37bdSKsenija Stanojevic -1..-17 : connected to the same pin through an inverter (eg: transistor). 700305b37bdSKsenija Stanojevic 701305b37bdSKsenija Stanojevic Default for the 'RW' pin in custom profile is '16' (INIT). 702305b37bdSKsenija Stanojevic 703305b37bdSKsenija Stanojevicconfig PANEL_LCD_PIN_SCL 704305b37bdSKsenija Stanojevic depends on PANEL && PANEL_PROFILE="0" && PANEL_LCD="1" && PANEL_LCD_PROTO!="0" 705305b37bdSKsenija Stanojevic int "Parallel port pin number & polarity connected to the LCD SCL signal (-17...17) " 706305b37bdSKsenija Stanojevic range -17 17 707305b37bdSKsenija Stanojevic default 1 708305b37bdSKsenija Stanojevic ---help--- 709305b37bdSKsenija Stanojevic This describes the number of the parallel port pin to which the serial 710305b37bdSKsenija Stanojevic LCD 'SCL' signal has been connected. It can be : 711305b37bdSKsenija Stanojevic 712305b37bdSKsenija Stanojevic 0 : no connection (eg: connected to ground) 713305b37bdSKsenija Stanojevic 1..17 : directly connected to any of these pins on the DB25 plug 714305b37bdSKsenija Stanojevic -1..-17 : connected to the same pin through an inverter (eg: transistor). 715305b37bdSKsenija Stanojevic 716305b37bdSKsenija Stanojevic Default for the 'SCL' pin in custom profile is '1' (STROBE). 717305b37bdSKsenija Stanojevic 718305b37bdSKsenija Stanojevicconfig PANEL_LCD_PIN_SDA 719305b37bdSKsenija Stanojevic depends on PANEL && PANEL_PROFILE="0" && PANEL_LCD="1" && PANEL_LCD_PROTO!="0" 720305b37bdSKsenija Stanojevic int "Parallel port pin number & polarity connected to the LCD SDA signal (-17...17) " 721305b37bdSKsenija Stanojevic range -17 17 722305b37bdSKsenija Stanojevic default 2 723305b37bdSKsenija Stanojevic ---help--- 724305b37bdSKsenija Stanojevic This describes the number of the parallel port pin to which the serial 725305b37bdSKsenija Stanojevic LCD 'SDA' signal has been connected. It can be : 726305b37bdSKsenija Stanojevic 727305b37bdSKsenija Stanojevic 0 : no connection (eg: connected to ground) 728305b37bdSKsenija Stanojevic 1..17 : directly connected to any of these pins on the DB25 plug 729305b37bdSKsenija Stanojevic -1..-17 : connected to the same pin through an inverter (eg: transistor). 730305b37bdSKsenija Stanojevic 731305b37bdSKsenija Stanojevic Default for the 'SDA' pin in custom profile is '2' (D0). 732305b37bdSKsenija Stanojevic 733305b37bdSKsenija Stanojevicconfig PANEL_LCD_PIN_BL 734305b37bdSKsenija Stanojevic depends on PANEL && PANEL_PROFILE="0" && PANEL_LCD="1" 735305b37bdSKsenija Stanojevic int "Parallel port pin number & polarity connected to the LCD backlight signal (-17...17) " 736305b37bdSKsenija Stanojevic range -17 17 737305b37bdSKsenija Stanojevic default 0 738305b37bdSKsenija Stanojevic ---help--- 739305b37bdSKsenija Stanojevic This describes the number of the parallel port pin to which the LCD 'BL' signal 740305b37bdSKsenija Stanojevic has been connected. It can be : 741305b37bdSKsenija Stanojevic 742305b37bdSKsenija Stanojevic 0 : no connection (eg: connected to ground) 743305b37bdSKsenija Stanojevic 1..17 : directly connected to any of these pins on the DB25 plug 744305b37bdSKsenija Stanojevic -1..-17 : connected to the same pin through an inverter (eg: transistor). 745305b37bdSKsenija Stanojevic 746305b37bdSKsenija Stanojevic Default for the 'BL' pin in custom profile is '0' (uncontrolled). 747305b37bdSKsenija Stanojevic 748305b37bdSKsenija Stanojevicconfig PANEL_CHANGE_MESSAGE 749305b37bdSKsenija Stanojevic depends on PANEL 750305b37bdSKsenija Stanojevic bool "Change LCD initialization message ?" 751305b37bdSKsenija Stanojevic default "n" 752305b37bdSKsenija Stanojevic ---help--- 753305b37bdSKsenija Stanojevic This allows you to replace the boot message indicating the kernel version 754305b37bdSKsenija Stanojevic and the driver version with a custom message. This is useful on appliances 755305b37bdSKsenija Stanojevic where a simple 'Starting system' message can be enough to stop a customer 756305b37bdSKsenija Stanojevic from worrying. 757305b37bdSKsenija Stanojevic 758305b37bdSKsenija Stanojevic If you say 'Y' here, you'll be able to choose a message yourself. Otherwise, 759305b37bdSKsenija Stanojevic say 'N' and keep the default message with the version. 760305b37bdSKsenija Stanojevic 761305b37bdSKsenija Stanojevicconfig PANEL_BOOT_MESSAGE 762305b37bdSKsenija Stanojevic depends on PANEL && PANEL_CHANGE_MESSAGE="y" 763305b37bdSKsenija Stanojevic string "New initialization message" 764305b37bdSKsenija Stanojevic default "" 765305b37bdSKsenija Stanojevic ---help--- 766305b37bdSKsenija Stanojevic This allows you to replace the boot message indicating the kernel version 767305b37bdSKsenija Stanojevic and the driver version with a custom message. This is useful on appliances 768305b37bdSKsenija Stanojevic where a simple 'Starting system' message can be enough to stop a customer 769305b37bdSKsenija Stanojevic from worrying. 770305b37bdSKsenija Stanojevic 771305b37bdSKsenija Stanojevic An empty message will only clear the display at driver init time. Any other 772305b37bdSKsenija Stanojevic printf()-formatted message is valid with newline and escape codes. 773974cc7b9SPawel Moll 7744e17e1dbSRodolfo Giomettisource "drivers/misc/c2port/Kconfig" 7755195e509SWolfram Sangsource "drivers/misc/eeprom/Kconfig" 7765f5bac82SMichał Mirosławsource "drivers/misc/cb710/Kconfig" 7772bb32e84SPavan Savoysource "drivers/misc/ti-st/Kconfig" 778ff606677SJean Delvaresource "drivers/misc/lis3lv02d/Kconfig" 779cff4fa84SIgor M. Liplianinsource "drivers/misc/altera-stapl/Kconfig" 780ffc2825cSGreg Kroah-Hartmansource "drivers/misc/mei/Kconfig" 78120259849SGeorge Zhangsource "drivers/misc/vmw_vmci/Kconfig" 782b170d8ceSSudeep Duttsource "drivers/misc/mic/Kconfig" 78376f5adbcSFrank Haverkampsource "drivers/misc/genwqe/Kconfig" 7846e2055a9SGreg Kroah-Hartmansource "drivers/misc/echo/Kconfig" 78510542ca0SIan Munsiesource "drivers/misc/cxl/Kconfig" 7867c5763b8SFabio Estevamendmenu 787