mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
986a13769c
As of Linux 5.1, alpha and s390 are the last architectures that have defconfig in arch/*/ instead of arch/*/configs/. $ find arch -name defconfig | sort arch/alpha/defconfig arch/arm64/configs/defconfig arch/csky/configs/defconfig arch/nds32/configs/defconfig arch/riscv/configs/defconfig arch/s390/defconfig The arch/$(ARCH)/defconfig is the hard-coded default in Kconfig, and I want to deprecate it after evacuating the remaining defconfig into the standard location, arch/*/configs/. Define KBUILD_DEFCONFIG like other architectures, and move defconfig into the configs/ subdirectory. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Paul Walmsley <paul@pwsan.com>
75 lines
1.5 KiB
Plaintext
75 lines
1.5 KiB
Plaintext
CONFIG_EXPERIMENTAL=y
|
|
CONFIG_SYSVIPC=y
|
|
CONFIG_POSIX_MQUEUE=y
|
|
CONFIG_LOG_BUF_SHIFT=14
|
|
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
|
|
CONFIG_KALLSYMS_ALL=y
|
|
CONFIG_MODULES=y
|
|
CONFIG_MODULE_UNLOAD=y
|
|
CONFIG_VERBOSE_MCHECK=y
|
|
CONFIG_SRM_ENV=m
|
|
CONFIG_NET=y
|
|
CONFIG_PACKET=y
|
|
CONFIG_UNIX=y
|
|
CONFIG_XFRM_USER=m
|
|
CONFIG_NET_KEY=m
|
|
CONFIG_INET=y
|
|
CONFIG_IP_MULTICAST=y
|
|
CONFIG_INET_AH=m
|
|
CONFIG_INET_ESP=m
|
|
# CONFIG_IPV6 is not set
|
|
CONFIG_NETFILTER=y
|
|
CONFIG_IP_NF_IPTABLES=m
|
|
CONFIG_IP_NF_FILTER=m
|
|
CONFIG_VLAN_8021Q=m
|
|
CONFIG_PNP=y
|
|
CONFIG_ISAPNP=y
|
|
CONFIG_BLK_DEV_FD=y
|
|
CONFIG_BLK_DEV_LOOP=m
|
|
CONFIG_IDE=y
|
|
CONFIG_BLK_DEV_IDECD=y
|
|
CONFIG_IDE_GENERIC=y
|
|
CONFIG_BLK_DEV_GENERIC=y
|
|
CONFIG_BLK_DEV_ALI15X3=y
|
|
CONFIG_BLK_DEV_CMD64X=y
|
|
CONFIG_BLK_DEV_CY82C693=y
|
|
CONFIG_SCSI=y
|
|
CONFIG_BLK_DEV_SD=y
|
|
CONFIG_BLK_DEV_SR=y
|
|
CONFIG_BLK_DEV_SR_VENDOR=y
|
|
CONFIG_SCSI_AIC7XXX=m
|
|
CONFIG_AIC7XXX_CMDS_PER_DEVICE=253
|
|
# CONFIG_AIC7XXX_DEBUG_ENABLE is not set
|
|
CONFIG_NETDEVICES=y
|
|
CONFIG_DUMMY=m
|
|
CONFIG_NET_ETHERNET=y
|
|
CONFIG_NET_VENDOR_3COM=y
|
|
CONFIG_VORTEX=y
|
|
CONFIG_NET_TULIP=y
|
|
CONFIG_DE2104X=m
|
|
CONFIG_TULIP=y
|
|
CONFIG_TULIP_MMIO=y
|
|
CONFIG_NET_PCI=y
|
|
CONFIG_YELLOWFIN=y
|
|
CONFIG_SERIAL_8250=y
|
|
CONFIG_SERIAL_8250_CONSOLE=y
|
|
CONFIG_RTC=y
|
|
CONFIG_EXT2_FS=y
|
|
CONFIG_REISERFS_FS=m
|
|
CONFIG_ISO9660_FS=y
|
|
CONFIG_MSDOS_FS=y
|
|
CONFIG_VFAT_FS=y
|
|
CONFIG_PROC_KCORE=y
|
|
CONFIG_TMPFS=y
|
|
CONFIG_NFS_FS=m
|
|
CONFIG_NFS_V3=y
|
|
CONFIG_NFSD=m
|
|
CONFIG_NFSD_V3=y
|
|
CONFIG_NLS_CODEPAGE_437=y
|
|
CONFIG_MAGIC_SYSRQ=y
|
|
CONFIG_DEBUG_KERNEL=y
|
|
CONFIG_DEBUG_INFO=y
|
|
CONFIG_ALPHA_LEGACY_START_ADDRESS=y
|
|
CONFIG_MATHEMU=y
|
|
CONFIG_CRYPTO_HMAC=y
|