]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/emulation/qemu-x86/Kconfig
x86: Support QEMU x86 targets
[karo-tx-uboot.git] / board / emulation / qemu-x86 / Kconfig
1 if TARGET_QEMU_X86
2
3 config SYS_BOARD
4         default "qemu-x86"
5
6 config SYS_VENDOR
7         default "emulation"
8
9 config SYS_SOC
10         default "qemu"
11
12 config SYS_CONFIG_NAME
13         default "qemu-x86"
14
15 config SYS_TEXT_BASE
16         default 0xfff00000
17
18 config BOARD_SPECIFIC_OPTIONS # dummy
19         def_bool y
20         select X86_RESET_VECTOR
21         select QEMU
22         select BOARD_ROMSIZE_KB_1024
23
24 endif