diff options
Diffstat (limited to 'target/i386/Kconfig')
-rw-r--r-- | target/i386/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/i386/Kconfig b/target/i386/Kconfig new file mode 100644 index 0000000000..ce6968906e --- /dev/null +++ b/target/i386/Kconfig @@ -0,0 +1,5 @@ +config I386 + bool + +config X86_64 + bool |