In preparation to support AR933x SoC builds, allow the AH_SUPPORT_AR93(xx)

options to set the AR9300 HAL defines.

This enables the Wasp, Hornet (and later Scorpion) SoC code.
This commit is contained in:
Adrian Chadd
2013-06-26 04:34:45 +00:00
parent a778f8a19a
commit 9855e2aff2
@@ -51,10 +51,13 @@
#define AH_SUPPORT_AR9300 1
/* These are the embedded boards; we don't currently support these */
//#define AH_SUPPORT_HORNET 1
//#define AH_SUPPORT_WASP 1
#ifdef AH_SUPPORT_AR9330
#define AH_SUPPORT_HORNET 1
#endif /* AH_SUPPORT_AR9330 */
#ifdef AH_SUPPORT_AR9340
#define AH_SUPPORT_WASP 1
#endif /* AH_SUPPORT_AR9340 */
//#define AH_SUPPORT_SCORPION 1
#define FIX_NOISE_FLOOR 1
/* XXX this needs to be removed! No atomics in the HAL! */