URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [misc/] [Kconfig] - Rev 79
Go to most recent revision | Compare with Previous | Blame | View Log
## Misc strange devices#menuconfig MISC_DEVICESbool "Misc devices"default y---help---Say Y here to get to see options for device drivers from variousdifferent categories. This option alone does not add any kernel code.If you say N, all options in this submenu will be skipped and disabled.if MISC_DEVICESconfig IBM_ASMtristate "Device driver for IBM RSA service processor"depends on X86 && PCI && INPUT && EXPERIMENTAL---help---This option enables device driver support for in-band access to theIBM RSA (Condor) service processor in eServer xSeries systems.The ibmasm device driver allows user space application to accessASM (Advanced Systems Management) functions on the serviceprocessor. The driver is meant to be used in conjunction witha user space API.The ibmasm driver also enables the OS to use the UART on theservice processor board as a regular serial port. To make use ofthis feature serial driver support (CONFIG_SERIAL_8250) must beenabled.WARNING: This software may not be supported or functioncorrectly on your IBM server. Please consult the IBM ServerProvenwebsite <http://www.pc.ibm.com/ww/eserver/xseries/serverproven> forinformation on the specific driver level and support statementfor your IBM server.config PHANTOMtristate "Sensable PHANToM"depends on PCIhelpSay Y here if you want to build a driver for Sensable PHANToM device.If you choose to build module, its name will be phantom. If unsure,say N here.config EEPROM_93CX6tristate "EEPROM 93CX6 support"---help---This is a driver for the EEPROM chipsets 93c46 and 93c66.The driver supports both read as well as write commands.If unsure, say N.config SGI_IOC4tristate "SGI IOC4 Base IO support"depends on PCI---help---This option enables basic support for the IOC4 chip on certainSGI IO controller cards (IO9, IO10, and PCI-RT). This optiondoes not enable any specific functions on such a card, but providesnecessary infrastructure for other drivers to utilize.If you have an SGI Altix with an IOC4-based card say Y.Otherwise say N.config TIFM_COREtristate "TI Flash Media interface support (EXPERIMENTAL)"depends on EXPERIMENTAL && PCIhelpIf you want support for Texas Instruments(R) Flash Media adaptersyou should select this option and then also choose an appropriatehost adapter, such as 'TI Flash Media PCI74xx/PCI76xx host adaptersupport', if you have a TI PCI74xx compatible card reader, forexample.You will also have to select some flash card format drivers. MMC/SDcards are supported via 'MMC/SD Card support: TI Flash Media MMC/SDInterface support (MMC_TIFM_SD)'.To compile this driver as a module, choose M here: the module willbe called tifm_core.config TIFM_7XX1tristate "TI Flash Media PCI74xx/PCI76xx host adapter support (EXPERIMENTAL)"depends on PCI && TIFM_CORE && EXPERIMENTALdefault TIFM_COREhelpThis option enables support for Texas Instruments(R) PCI74xx andPCI76xx families of Flash Media adapters, found in many laptops.To make actual use of the device, you will have to select someflash card format drivers, as outlined in the TIFM_CORE Help.To compile this driver as a module, choose M here: the module willbe called tifm_7xx1.config ASUS_LAPTOPtristate "Asus Laptop Extras (EXPERIMENTAL)"depends on X86depends on ACPIdepends on EXPERIMENTAL && !ACPI_ASUSdepends on LEDS_CLASSdepends on BACKLIGHT_CLASS_DEVICE---help---This is the new Linux driver for Asus laptops. It may also support someMEDION, JVC or VICTOR laptops. It makes all the extra buttons generatestandard ACPI events that go through /proc/acpi/events. It also addssupport for video output switching, LCD backlight control, Bluetooth andWlan control, and most importantly, allows you to blink those fancy LEDs.For more information and a userspace daemon for handling the extrabuttons see <http://acpi4asus.sf.net/>.If you have an ACPI-compatible ASUS laptop, say Y or M here.config FUJITSU_LAPTOPtristate "Fujitsu Laptop Extras"depends on X86depends on ACPIdepends on BACKLIGHT_CLASS_DEVICE---help---This is a driver for laptops built by Fujitsu:* P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks* Possibly other Fujitsu laptop modelsIt adds support for LCD brightness control.If you have a Fujitsu laptop, say Y or M here.config MSI_LAPTOPtristate "MSI Laptop Extras"depends on X86depends on ACPI_ECdepends on BACKLIGHT_CLASS_DEVICE---help---This is a driver for laptops built by MSI (MICRO-STARINTERNATIONAL):MSI MegaBook S270 (MS-1013)Cytron/TCM/Medion/Tchibo MD96100/SAM2000It adds support for Bluetooth, WLAN and LCD brightness control.More information about this driver is available at<http://0pointer.de/lennart/tchibo.html>.If you have an MSI S270 laptop, say Y or M here.config SONY_LAPTOPtristate "Sony Laptop Extras"depends on X86 && ACPIselect BACKLIGHT_CLASS_DEVICEdepends on INPUT---help---This mini-driver drives the SNC and SPIC devices present in the ACPIBIOS of the Sony Vaio laptops.It gives access to some extra laptop functionalities like Bluetooth,screen brightness control, Fn keys and allows powering on/off somedevices.Read <file:Documentation/sony-laptop.txt> for more information.config SONYPI_COMPATbool "Sonypi compatibility"depends on SONY_LAPTOP---help---Build the sonypi driver compatibility code into the sony-laptop driver.config THINKPAD_ACPItristate "ThinkPad ACPI Laptop Extras"depends on X86 && ACPIselect BACKLIGHT_CLASS_DEVICEselect HWMONselect NVRAMdepends on INPUT---help---This is a driver for the IBM and Lenovo ThinkPad laptops. It addssupport for Fn-Fx key combinations, Bluetooth control, videooutput switching, ThinkLight control, UltraBay eject and more.For more information about this driver see<file:Documentation/thinkpad-acpi.txt> and <http://ibm-acpi.sf.net/> .This driver was formerly known as ibm-acpi.If you have an IBM or Lenovo ThinkPad laptop, say Y or M here.config THINKPAD_ACPI_DEBUGbool "Verbose debug mode"depends on THINKPAD_ACPIdefault n---help---Enables extra debugging information, at the expense of a slightlyincrease in driver size.If you are not sure, say N here.config THINKPAD_ACPI_DOCKbool "Legacy Docking Station Support"depends on THINKPAD_ACPIdepends on ACPI_DOCK=ndefault n---help---Allows the thinkpad_acpi driver to handle docking station events.This support was made obsolete by the generic ACPI docking stationsupport (CONFIG_ACPI_DOCK). It will allow locking and removing thelaptop from the docking station, but will not properly connect PCIdevices.If you are not sure, say N here.config THINKPAD_ACPI_BAYbool "Legacy Removable Bay Support"depends on THINKPAD_ACPIdefault y---help---Allows the thinkpad_acpi driver to handle removable bays. It willelectrically disable the device in the bay, and also generatenotifications when the bay lever is ejected or inserted.If you are not sure, say Y here.config ATMEL_SSCtristate "Device driver for Atmel SSC peripheral"depends on AVR32 || ARCH_AT91---help---This option enables device driver support for Atmel SyncronizedSerial Communication peripheral (SSC).The SSC peripheral supports a wide variety of serial frame basedcommunications, i.e. I2S, SPI, etc.If unsure, say N.endif # MISC_DEVICES
Go to most recent revision | Compare with Previous | Blame | View Log
