- This makes MadWifi determine the needed HAL based on the target
- hardware. This will generally work most of the time, but there are some
- cases where you need to override it.
-
-config MADWIFI_HAL_MIPS_BE_ELF
- bool "Use MIPS big endian ELF HAL"
- depends on mips
- depends on BIG_ENDIAN
-
-config MADWIFI_HAL_MIPS_LE_ELF
- bool "Use MIPS little endian ELF HAL"
- depends on mips
- depends on !BIG_ENDIAN
-
-config MADWIFI_HAL_I386_ELF
- bool "Use i386 ELF HAL"
- depends on TARGET_x86
-
-config MADWIFI_HAL_XSCALE_BE_ELF
- bool "Use XScale big endian ELF HAL"
- depends TARGET_ixp4xx
- depends on BIG_ENDIAN
-
-config MADWIFI_HAL_XSCALE_LE_ELF
- bool "Use XScale little endian ELF HAL"
- depends TARGET_iop32x
- depends on !BIG_ENDIAN
-
-config MADWIFI_HAL_ARMV4_LE_ELF
- bool "Use ARMV4 little endian ELF HAL"
- depends TARGET_storm
- depends on !BIG_ENDIAN
-
-config MADWIFI_HAL_AP30
- bool "Use AP30 HAL"
- depends on TARGET_atheros
-
-config MADWIFI_HAL_AP43
- bool "Use AP43 HAL"
- depends on TARGET_atheros