diff options
author | Ohad Ben-Cohen <ohad@wizery.com> | 2010-09-16 01:31:12 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-09-21 11:04:57 -0400 |
commit | 61ee7007a5d61aa066076da578e8e8084e122d7d (patch) | |
tree | a4a9a4d812504af92fd4e84e92578b7dfbbf2605 /drivers/net/wireless/wl12xx/Kconfig | |
parent | 2cc78ff78c0af502b040d4527212e29e02d3231d (diff) | |
download | talos-obmc-linux-61ee7007a5d61aa066076da578e8e8084e122d7d.tar.gz talos-obmc-linux-61ee7007a5d61aa066076da578e8e8084e122d7d.zip |
wl12xx: add platform data passing support
Add a simple mechanism to pass platform data to the
SDIO instances of wl12xx.
This way there is no confusion over who owns the 'embedded data',
typechecking is preserved, and no possibility for the wrong driver to
pick up the data.
Originally proposed by Russell King.
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/Kconfig')
-rw-r--r-- | drivers/net/wireless/wl12xx/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/Kconfig b/drivers/net/wireless/wl12xx/Kconfig index 2f98058be451..4a8bb25c1739 100644 --- a/drivers/net/wireless/wl12xx/Kconfig +++ b/drivers/net/wireless/wl12xx/Kconfig @@ -74,4 +74,7 @@ config WL1271_SDIO If you choose to build a module, it'll be called wl1271_sdio. Say N if unsure. - +config WL12XX_PLATFORM_DATA + bool + depends on WL1271_SDIO != n + default y |