arch/x86: correct typo error to fix x86 boards build break

This commit is contained in:
liuhaitao 2020-03-04 20:56:08 +08:00 committed by Gregory Nutt
parent e16c3ca25b
commit b27cbf6de1
1 changed files with 2 additions and 2 deletions

View File

@ -79,10 +79,10 @@ config ARCH_SIM
---help---
Linux/Cygwin user-mode simulation.
config arch_x86
config ARCH_X86
bool "x86"
---help---
intel x86 architectures.
Intel x86 architectures.
config ARCH_X86_64
bool "x86_64"