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:
@@ -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! */
|
||||
|
||||
Reference in New Issue
Block a user