Skip to content
Snippets Groups Projects
Commit c8ea916f authored by Matthew Fernandez's avatar Matthew Fernandez Committed by Adrian Danis
Browse files

Kconfig: Remove x86_64 platform options.

This branch does not have support for this platform.
parent d796aa0a
No related branches found
No related tags found
No related merge requests found
......@@ -31,16 +31,13 @@ menu "seL4 System"
config ARCH_I386
bool "x86"
config ARCH_X86_64
bool "x86_64"
config ARCH_ARM
bool "ARM"
endchoice
config ARCH_IA32
bool
default y if ARCH_I386 || ARCH_X86_64
default y if ARCH_I386
choice
prompt "ARM CPU selection"
......@@ -163,7 +160,7 @@ config ARCH_IA32
config PLAT_PC99
bool "PC99"
depends on ARCH_I386 || ARCH_X86_64
depends on ARCH_I386
help
Support for PC99 based platform
endchoice
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment