diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-23 07:30:13 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-23 07:30:13 +0000 |
commit | de8239f3946f68ed48596b4b81a08876a03291e6 (patch) | |
tree | 386cfac8e256381c7fca6024e4397695f61fb910 /package/p54/src/Kconfig | |
parent | f539177523a2c6235e8d20d87fdaa4ffbc3289a3 (diff) |
Add the prism54-mac80211 version from #2560
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9414 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/p54/src/Kconfig')
-rw-r--r-- | package/p54/src/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/p54/src/Kconfig b/package/p54/src/Kconfig new file mode 100644 index 0000000000..70a5183413 --- /dev/null +++ b/package/p54/src/Kconfig @@ -0,0 +1,12 @@ +config P54_COMMON + tristate "Softmac Prism54 support" + depends on MAC80211 && WLAN_80211 && FW_LOADER && EXPERIMENTAL + +config P54_USB + tristate "Prism54 USB support" + depends on P54_COMMON && USB + select CRC32 + +config P54_PCI + tristate "Prism54 PCI support" + depends on P54_COMMON && PCI |