-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
powerpc/microwatt: Add microwatt_defconfig
Signed-off-by: Paul Mackerras <paulus@ozlabs.org> Reviewed-by: Segher Boessenkool <segher@kernel.crashing.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/YMwXfL8hOpReIiiP@thinks.paulus.ozlabs.org
- Loading branch information
Paul Mackerras
authored and
Michael Ellerman
committed
Jun 21, 2021
1 parent
c25769f
commit 4a1511e
Showing
1 changed file
with
98 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,98 @@ | ||
# CONFIG_SWAP is not set | ||
# CONFIG_CROSS_MEMORY_ATTACH is not set | ||
CONFIG_HIGH_RES_TIMERS=y | ||
CONFIG_PREEMPT_VOLUNTARY=y | ||
CONFIG_TICK_CPU_ACCOUNTING=y | ||
CONFIG_LOG_BUF_SHIFT=16 | ||
CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=12 | ||
CONFIG_BLK_DEV_INITRD=y | ||
CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
CONFIG_KALLSYMS_ALL=y | ||
CONFIG_EMBEDDED=y | ||
# CONFIG_VM_EVENT_COUNTERS is not set | ||
# CONFIG_SLUB_DEBUG is not set | ||
# CONFIG_COMPAT_BRK is not set | ||
# CONFIG_SLAB_MERGE_DEFAULT is not set | ||
CONFIG_PPC64=y | ||
# CONFIG_PPC_KUEP is not set | ||
# CONFIG_PPC_KUAP is not set | ||
CONFIG_CPU_LITTLE_ENDIAN=y | ||
CONFIG_NR_IRQS=64 | ||
CONFIG_PANIC_TIMEOUT=10 | ||
# CONFIG_PPC_POWERNV is not set | ||
# CONFIG_PPC_PSERIES is not set | ||
CONFIG_PPC_MICROWATT=y | ||
# CONFIG_PPC_OF_BOOT_TRAMPOLINE is not set | ||
CONFIG_CPU_FREQ=y | ||
CONFIG_HZ_100=y | ||
# CONFIG_PPC_MEM_KEYS is not set | ||
# CONFIG_SECCOMP is not set | ||
# CONFIG_MQ_IOSCHED_KYBER is not set | ||
# CONFIG_COREDUMP is not set | ||
# CONFIG_COMPACTION is not set | ||
# CONFIG_MIGRATION is not set | ||
CONFIG_NET=y | ||
CONFIG_PACKET=y | ||
CONFIG_PACKET_DIAG=y | ||
CONFIG_UNIX=y | ||
CONFIG_UNIX_DIAG=y | ||
CONFIG_INET=y | ||
CONFIG_INET_UDP_DIAG=y | ||
CONFIG_INET_RAW_DIAG=y | ||
# CONFIG_WIRELESS is not set | ||
CONFIG_DEVTMPFS=y | ||
CONFIG_DEVTMPFS_MOUNT=y | ||
# CONFIG_STANDALONE is not set | ||
# CONFIG_PREVENT_FIRMWARE_BUILD is not set | ||
# CONFIG_FW_LOADER is not set | ||
# CONFIG_ALLOW_DEV_COREDUMP is not set | ||
CONFIG_MTD=y | ||
CONFIG_MTD_BLOCK=y | ||
CONFIG_MTD_PARTITIONED_MASTER=y | ||
CONFIG_MTD_SPI_NOR=y | ||
CONFIG_BLK_DEV_LOOP=y | ||
CONFIG_BLK_DEV_RAM=y | ||
CONFIG_NETDEVICES=y | ||
# CONFIG_WLAN is not set | ||
# CONFIG_INPUT is not set | ||
# CONFIG_SERIO is not set | ||
# CONFIG_VT is not set | ||
CONFIG_SERIAL_8250=y | ||
# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set | ||
CONFIG_SERIAL_8250_CONSOLE=y | ||
CONFIG_SERIAL_OF_PLATFORM=y | ||
CONFIG_SERIAL_NONSTANDARD=y | ||
# CONFIG_NVRAM is not set | ||
CONFIG_RANDOM_TRUST_CPU=y | ||
CONFIG_SPI=y | ||
CONFIG_SPI_DEBUG=y | ||
CONFIG_SPI_BITBANG=y | ||
CONFIG_SPI_SPIDEV=y | ||
# CONFIG_HWMON is not set | ||
# CONFIG_USB_SUPPORT is not set | ||
# CONFIG_VIRTIO_MENU is not set | ||
# CONFIG_IOMMU_SUPPORT is not set | ||
# CONFIG_NVMEM is not set | ||
CONFIG_EXT4_FS=y | ||
# CONFIG_FILE_LOCKING is not set | ||
# CONFIG_DNOTIFY is not set | ||
# CONFIG_INOTIFY_USER is not set | ||
# CONFIG_MISC_FILESYSTEMS is not set | ||
# CONFIG_CRYPTO_HW is not set | ||
# CONFIG_XZ_DEC_X86 is not set | ||
# CONFIG_XZ_DEC_IA64 is not set | ||
# CONFIG_XZ_DEC_ARM is not set | ||
# CONFIG_XZ_DEC_ARMTHUMB is not set | ||
# CONFIG_XZ_DEC_SPARC is not set | ||
CONFIG_PRINTK_TIME=y | ||
# CONFIG_SYMBOLIC_ERRNAME is not set | ||
# CONFIG_DEBUG_BUGVERBOSE is not set | ||
# CONFIG_DEBUG_MISC is not set | ||
# CONFIG_SCHED_DEBUG is not set | ||
# CONFIG_FTRACE is not set | ||
# CONFIG_STRICT_DEVMEM is not set | ||
CONFIG_PPC_DISABLE_WERROR=y | ||
CONFIG_XMON=y | ||
CONFIG_XMON_DEFAULT=y | ||
# CONFIG_XMON_DEFAULT_RO_MODE is not set | ||
# CONFIG_RUNTIME_TESTING_MENU is not set |