mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 18:57:47 +07:00
f9065c83cc
In commit 73d8ef7600
("Input: mousedev - stop offering PS/2 to userspace by
default") (Jan 2017), CONFIG_INPUT_MOUSEDEV was switched from default y to
default n, with the explanation:
Evdev interface has been available for many years and by now everyone
is switched to using it, so let's stop offering /dev/input/mouseN
and /dev/psaux by default.
We had a number of configs which had it enabled, but going by the above
explanation probably don't need it enabled anymore.
So drop the last remnants of it from our defconfigs.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
69 lines
1.3 KiB
Plaintext
69 lines
1.3 KiB
Plaintext
CONFIG_PPC_85xx=y
|
|
CONFIG_SYSVIPC=y
|
|
CONFIG_LOG_BUF_SHIFT=14
|
|
CONFIG_BLK_DEV_INITRD=y
|
|
CONFIG_EXPERT=y
|
|
CONFIG_MODULES=y
|
|
CONFIG_MODVERSIONS=y
|
|
# CONFIG_BLK_DEV_BSG is not set
|
|
CONFIG_STX_GP3=y
|
|
CONFIG_HIGHMEM=y
|
|
CONFIG_BINFMT_MISC=m
|
|
CONFIG_MATH_EMULATION=y
|
|
CONFIG_PCI=y
|
|
CONFIG_NET=y
|
|
CONFIG_PACKET=y
|
|
CONFIG_UNIX=y
|
|
CONFIG_INET=y
|
|
CONFIG_IP_PNP=y
|
|
CONFIG_IP_PNP_BOOTP=y
|
|
# CONFIG_IPV6 is not set
|
|
CONFIG_NETFILTER=y
|
|
CONFIG_IP_NF_IPTABLES=m
|
|
CONFIG_IP_NF_FILTER=m
|
|
CONFIG_NET_PKTGEN=y
|
|
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
|
# CONFIG_FW_LOADER is not set
|
|
CONFIG_PARPORT=m
|
|
CONFIG_PARPORT_PC=m
|
|
CONFIG_BLK_DEV_LOOP=m
|
|
CONFIG_BLK_DEV_NBD=m
|
|
CONFIG_BLK_DEV_RAM=y
|
|
CONFIG_BLK_DEV_RAM_SIZE=32768
|
|
CONFIG_SCSI=m
|
|
CONFIG_BLK_DEV_SD=m
|
|
CONFIG_CHR_DEV_ST=m
|
|
CONFIG_BLK_DEV_SR=m
|
|
CONFIG_CHR_DEV_SG=m
|
|
CONFIG_SCSI_CONSTANTS=y
|
|
CONFIG_NETDEVICES=y
|
|
CONFIG_GIANFAR=y
|
|
CONFIG_MARVELL_PHY=y
|
|
CONFIG_INPUT_JOYDEV=m
|
|
CONFIG_INPUT_EVDEV=m
|
|
# CONFIG_VT is not set
|
|
CONFIG_SERIAL_CPM=y
|
|
CONFIG_SERIAL_CPM_CONSOLE=y
|
|
CONFIG_PRINTER=m
|
|
CONFIG_I2C_CHARDEV=m
|
|
CONFIG_AGP=m
|
|
CONFIG_DRM=m
|
|
CONFIG_SOUND=m
|
|
CONFIG_EXT2_FS=y
|
|
CONFIG_EXT4_FS=y
|
|
CONFIG_AUTOFS4_FS=y
|
|
CONFIG_ISO9660_FS=m
|
|
CONFIG_UDF_FS=m
|
|
CONFIG_MSDOS_FS=m
|
|
CONFIG_VFAT_FS=m
|
|
CONFIG_TMPFS=y
|
|
CONFIG_CRAMFS=m
|
|
CONFIG_NFS_FS=y
|
|
CONFIG_ROOT_NFS=y
|
|
CONFIG_NLS=y
|
|
CONFIG_CRC_CCITT=y
|
|
CONFIG_CRC_T10DIF=m
|
|
CONFIG_DETECT_HUNG_TASK=y
|
|
# CONFIG_DEBUG_BUGVERBOSE is not set
|
|
CONFIG_BDI_SWITCH=y
|