diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-08 21:50:09 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-08 21:50:27 +0100 |
commit | 2cdf620f2df9b10acdaaacc8bf40c10a61f1df55 (patch) | |
tree | aa3ce0c90c55c3c0f009a5b794b36c4ca52ed663 /target/x86/systems | |
parent | 7eff6fdf6d2875eb5b2d270653fdcad3937808bd (diff) |
rework generic pc configs, add x86_64 config
Diffstat (limited to 'target/x86/systems')
-rw-r--r-- | target/x86/systems/generic-x86 (renamed from target/x86/systems/generic-pc) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/x86/systems/generic-pc b/target/x86/systems/generic-x86 index 05c470233..1aacceac4 100644 --- a/target/x86/systems/generic-pc +++ b/target/x86/systems/generic-x86 @@ -1,5 +1,5 @@ -config ADK_TARGET_SYSTEM_GENERIC_PC - bool "Generic PC" +config ADK_TARGET_SYSTEM_GENERIC_X86 + bool "Generic x86 PC (i686)" select ADK_CPU_I686 select ADK_TARGET_KERNEL_BZIMAGE select ADK_TARGET_WITH_PCI |