--- zzzz-none-000/linux-2.6.28.10/drivers/mmc/Kconfig 2009-05-02 18:54:43.000000000 +0000 +++ puma5-6360-529/linux-2.6.28.10/drivers/mmc/Kconfig 2010-03-09 15:05:48.000000000 +0000 @@ -27,4 +27,28 @@ source "drivers/mmc/host/Kconfig" +config MMC_TIFM_SD + tristate "TI Flash Media MMC/SD Interface support (EXPERIMENTAL)" + depends on MMC && EXPERIMENTAL + select TIFM_CORE + help + Say Y here if you want to be able to access MMC/SD cards with + the Texas Instruments(R) Flash Media card reader, found in many + laptops. + This option 'selects' (turns on, enables) 'TIFM_CORE', but you + probably also need appropriate card reader host adapter, such as + 'Misc devices: TI Flash Media PCI74xx/PCI76xx host adapter support + (TIFM_7XX1)'. + + To compile this driver as a module, choose M here: the + module will be called tifm_sd. + + +if LANTIQ +#IFX plaform specific +source "drivers/mmc/Kconfig.ifx" +endif + endif # MMC + +