Merge pull request #173 from CGarces/fix_arm64

Fix missing CONFIG_PLATFORM_ARM_AARCH64 config option
This commit is contained in:
Carlos Garcés 2020-04-23 22:11:05 +02:00 committed by GitHub
commit 4868187fe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,6 +131,7 @@ CONFIG_RTW_SDIO_PM_KEEP_POWER = y
CONFIG_MP_VHT_HW_TX_MODE = n
###################### Platform Related #######################
CONFIG_PLATFORM_ARM_RPI = n
CONFIG_PLATFORM_ARM_AARCH64 = n
CONFIG_PLATFORM_I386_PC = y
CONFIG_PLATFORM_ANDROID_X86 = n
CONFIG_PLATFORM_ANDROID_INTEL_X86 = n