forked from apache/nuttx
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qemu-armv7a/smp: add defconfigs of qemu-armv7a:smp
Signed-off-by: chao an <[email protected]>
- Loading branch information
1 parent
c7770fd
commit e87de19
Showing
1 changed file
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# | ||
# This file is autogenerated: PLEASE DO NOT EDIT IT. | ||
# | ||
# You can use "make menuconfig" to make any modifications to the installed .config file. | ||
# You can then do "make savedefconfig" to generate a new defconfig file that includes your | ||
# modifications. | ||
# | ||
CONFIG_ALARM_ARCH=y | ||
CONFIG_ARCH="arm" | ||
CONFIG_ARCH_BOARD="qemu-armv7a" | ||
CONFIG_ARCH_BOARD_QEMU_ARMV7A=y | ||
CONFIG_ARCH_CHIP="qemu" | ||
CONFIG_ARCH_CHIP_QEMU_ARM=y | ||
CONFIG_ARCH_CHIP_QEMU_CORTEXA7=y | ||
CONFIG_ARCH_INTERRUPTSTACK=2048 | ||
CONFIG_ARCH_LOWVECTORS=y | ||
CONFIG_BUILTIN=y | ||
CONFIG_DEBUG_ASSERTIONS=y | ||
CONFIG_DEBUG_FEATURES=y | ||
CONFIG_DEBUG_FULLOPT=y | ||
CONFIG_DEBUG_SYMBOLS=y | ||
CONFIG_DEFAULT_TASK_STACKSIZE=4096 | ||
CONFIG_DEV_ZERO=y | ||
CONFIG_EXAMPLES_HELLO=y | ||
CONFIG_EXPERIMENTAL=y | ||
CONFIG_FLASH_SIZE=134217728 | ||
CONFIG_FLASH_START=0 | ||
CONFIG_FLASH_VSTART=0 | ||
CONFIG_FS_PROCFS=y | ||
CONFIG_FS_ROMFS=y | ||
CONFIG_HAVE_CXX=y | ||
CONFIG_HAVE_CXXINITIALIZE=y | ||
CONFIG_IDLETHREAD_STACKSIZE=4096 | ||
CONFIG_INIT_ENTRYPOINT="nsh_main" | ||
CONFIG_INTELHEX_BINARY=y | ||
CONFIG_NSH_ARCHINIT=y | ||
CONFIG_NSH_BUILTIN_APPS=y | ||
CONFIG_NSH_FILEIOSIZE=512 | ||
CONFIG_NSH_READLINE=y | ||
CONFIG_ONESHOT=y | ||
CONFIG_PREALLOC_TIMERS=4 | ||
CONFIG_RAMLOG=y | ||
CONFIG_RAM_SIZE=134217728 | ||
CONFIG_RAM_START=0x40000000 | ||
CONFIG_RAM_VSTART=0x40000000 | ||
CONFIG_RAW_BINARY=y | ||
CONFIG_READLINE_CMD_HISTORY=y | ||
CONFIG_RR_INTERVAL=200 | ||
CONFIG_SCHED_HPWORK=y | ||
CONFIG_SCHED_HPWORKPRIORITY=192 | ||
CONFIG_SMP=y | ||
CONFIG_STACK_COLORATION=y | ||
CONFIG_START_DAY=25 | ||
CONFIG_START_MONTH=4 | ||
CONFIG_START_YEAR=2023 | ||
CONFIG_SYMTAB_ORDEREDBYNAME=y | ||
CONFIG_SYSTEM_NSH=y | ||
CONFIG_SYSTEM_SYSTEM=y | ||
CONFIG_TESTING_GETPRIME=y | ||
CONFIG_TESTING_OSTEST=y | ||
CONFIG_UART1_BASE=0x9000000 | ||
CONFIG_UART1_IRQ=33 | ||
CONFIG_UART1_PL011=y | ||
CONFIG_UART1_SERIAL_CONSOLE=y | ||
CONFIG_UART_PL011=y | ||
CONFIG_USEC_PER_TICK=1000 |