diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-07-26 20:00:24 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-07-26 20:00:24 +0000 |
commit | c43c4da559585d9a0e6d833aff5e4c99d01f1300 (patch) | |
tree | c548510d6f7535a6a1370588debd193d0738bc07 /package/rt2x00/src/rt2x00_config.h | |
parent | 1a12e151ee8b9c2257cbd14ba8769f8065e19ec9 (diff) | |
download | upstream-c43c4da559585d9a0e6d833aff5e4c99d01f1300.tar.gz upstream-c43c4da559585d9a0e6d833aff5e4c99d01f1300.tar.bz2 upstream-c43c4da559585d9a0e6d833aff5e4c99d01f1300.zip |
Add rt2x00-mac80211 snapshot (#1916)
SVN-Revision: 8184
Diffstat (limited to 'package/rt2x00/src/rt2x00_config.h')
-rw-r--r-- | package/rt2x00/src/rt2x00_config.h | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/package/rt2x00/src/rt2x00_config.h b/package/rt2x00/src/rt2x00_config.h new file mode 100644 index 0000000000..8d6343461e --- /dev/null +++ b/package/rt2x00/src/rt2x00_config.h @@ -0,0 +1,66 @@ +#ifndef CONFIG_RT2X00 +#define CONFIG_RT2X00 +#endif + +#ifndef CONFIG_RT2X00_DEBUG +#define CONFIG_RT2X00_DEBUG +#endif + +#ifndef CONFIG_RT2X00_DEBUGFS +#define CONFIG_RT2X00_DEBUGFS +#endif + +#undef CONFIG_RT2X00_ASM + +#ifndef CONFIG_RT2400PCI +#define CONFIG_RT2400PCI +#endif + +#undef CONFIG_RT2400PCI_BUTTON + +#ifndef CONFIG_RT2500PCI +#define CONFIG_RT2500PCI +#endif + +#undef CONFIG_RT2500PCI_BUTTON + +#ifndef CONFIG_RT2500USB +#define CONFIG_RT2500USB +#endif + +#ifndef CONFIG_RT61PCI +#define CONFIG_RT61PCI +#endif + +#undef CONFIG_RT61PCI_BUTTON + +#ifndef CONFIG_RT73USB +#define CONFIG_RT73USB +#endif + +#ifndef CONFIG_D80211 +#define CONFIG_D80211 +#endif + +#ifndef CONFIG_D80211_DEBUG +#define CONFIG_D80211_DEBUG +#endif + +#undef CONFIG_D80211_ASM + +#ifndef CONFIG_CRC_ITU_T +#define CONFIG_CRC_ITU_T +#endif + +#undef CONFIG_CRC_ITU_T_ASM + +#ifndef CONFIG_EEPROM_93CX6 +#define CONFIG_EEPROM_93CX6 +#endif + +#undef CONFIG_EEPROM_93CX6_ASM + +#undef CONFIG_RFKILL + +#undef CONFIG_RFKILL_ASM + |