-
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.
This patch adds csky defconfig. Signed-off-by: Guo Ren <ren_guo@c-sky.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de>
- Loading branch information
Guo Ren
committed
Oct 25, 2018
1 parent
c32e64e
commit 7c768f8
Showing
1 changed file
with
61 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,61 @@ | ||
# CONFIG_LOCALVERSION_AUTO is not set | ||
CONFIG_DEFAULT_HOSTNAME="csky" | ||
# CONFIG_SWAP is not set | ||
CONFIG_SYSVIPC=y | ||
CONFIG_POSIX_MQUEUE=y | ||
CONFIG_AUDIT=y | ||
CONFIG_NO_HZ_IDLE=y | ||
CONFIG_HIGH_RES_TIMERS=y | ||
CONFIG_BSD_PROCESS_ACCT=y | ||
CONFIG_BSD_PROCESS_ACCT_V3=y | ||
CONFIG_MODULES=y | ||
CONFIG_MODULE_UNLOAD=y | ||
CONFIG_DEFAULT_DEADLINE=y | ||
CONFIG_CPU_CK807=y | ||
CONFIG_CPU_HAS_FPU=y | ||
CONFIG_NET=y | ||
CONFIG_PACKET=y | ||
CONFIG_UNIX=y | ||
CONFIG_INET=y | ||
CONFIG_DEVTMPFS=y | ||
CONFIG_DEVTMPFS_MOUNT=y | ||
CONFIG_BLK_DEV_LOOP=y | ||
CONFIG_BLK_DEV_RAM=y | ||
CONFIG_BLK_DEV_RAM_SIZE=65536 | ||
CONFIG_VT_HW_CONSOLE_BINDING=y | ||
CONFIG_SERIAL_NONSTANDARD=y | ||
CONFIG_SERIAL_8250=y | ||
CONFIG_SERIAL_8250_CONSOLE=y | ||
CONFIG_SERIAL_OF_PLATFORM=y | ||
CONFIG_TTY_PRINTK=y | ||
# CONFIG_VGA_CONSOLE is not set | ||
CONFIG_CSKY_MPTIMER=y | ||
CONFIG_GX6605S_TIMER=y | ||
CONFIG_PM_DEVFREQ=y | ||
CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y | ||
CONFIG_DEVFREQ_GOV_PERFORMANCE=y | ||
CONFIG_DEVFREQ_GOV_POWERSAVE=y | ||
CONFIG_DEVFREQ_GOV_USERSPACE=y | ||
CONFIG_GENERIC_PHY=y | ||
CONFIG_EXT4_FS=y | ||
CONFIG_FANOTIFY=y | ||
CONFIG_QUOTA=y | ||
CONFIG_FSCACHE=m | ||
CONFIG_FSCACHE_STATS=y | ||
CONFIG_CACHEFILES=m | ||
CONFIG_MSDOS_FS=y | ||
CONFIG_VFAT_FS=y | ||
CONFIG_FAT_DEFAULT_UTF8=y | ||
CONFIG_NTFS_FS=y | ||
CONFIG_PROC_KCORE=y | ||
CONFIG_PROC_CHILDREN=y | ||
CONFIG_TMPFS=y | ||
CONFIG_TMPFS_POSIX_ACL=y | ||
CONFIG_CONFIGFS_FS=y | ||
CONFIG_CRAMFS=y | ||
CONFIG_ROMFS_FS=y | ||
CONFIG_NFS_FS=y | ||
CONFIG_PRINTK_TIME=y | ||
CONFIG_DEBUG_INFO=y | ||
CONFIG_DEBUG_FS=y | ||
CONFIG_MAGIC_SYSRQ=y |