diff options
author | Ido Yariv <ido@wizery.com> | 2011-08-04 09:51:23 +0200 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2011-09-17 12:23:23 +0200 |
commit | ab3f5c1fc21e07896aca4f3a1552197565b72003 (patch) | |
tree | 889e2a6eee1b8c7e3285d587ba304b4dbd498875 /arch/arm/mach-davinci/Kconfig | |
parent | mmc: davinci: Add support for set_power callback (diff) | |
download | linux-ab3f5c1fc21e07896aca4f3a1552197565b72003.tar.xz linux-ab3f5c1fc21e07896aca4f3a1552197565b72003.zip |
ARM: davinci: AM18x: Add wl1271/wlan support
The wl1271 daughter card for AM18x EVMs is a combo wireless connectivity
add-on card, based on the LS Research TiWi module with Texas
Instruments' wl1271 solution.
It is a 4-wire, 1.8V, embedded SDIO WLAN device with an external IRQ
line and is power-controlled by a GPIO-based fixed regulator.
Add support for the WLAN capabilities of this expansion board.
Signed-off-by: Ido Yariv <ido@wizery.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/Kconfig')
-rw-r--r-- | arch/arm/mach-davinci/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index c0deacae778d..32d837d8eab9 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig @@ -192,6 +192,16 @@ config DA850_UI_RMII endchoice +config DA850_WL12XX + bool "AM18x wl1271 daughter board" + depends on MACH_DAVINCI_DA850_EVM + help + The wl1271 daughter card for AM18x EVMs is a combo wireless + connectivity add-on card, based on the LS Research TiWi module with + Texas Instruments' wl1271 solution. + Say Y if you want to use a wl1271 expansion card connected to the + AM18x EVM. + config GPIO_PCA953X default MACH_DAVINCI_DA850_EVM |