mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
d3efcd38c0
CONFIG_8xx_COPYBACK was there to help disabling copyback cache mode for debuging hardware. But nobody will design new boards with 8xx now. All 8xx platforms select it, so make it the default and remove the option. Also remove the Mx_RESETVAL values which are pretty useless and hide the real value while reading code. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/bcc968cda075516eb76e2f25e09821f582c566b4.1589866984.git.christophe.leroy@csgroup.eu
54 lines
1.2 KiB
Plaintext
54 lines
1.2 KiB
Plaintext
CONFIG_PPC_8xx=y
|
|
# CONFIG_SWAP is not set
|
|
CONFIG_SYSVIPC=y
|
|
CONFIG_NO_HZ=y
|
|
CONFIG_HIGH_RES_TIMERS=y
|
|
CONFIG_LOG_BUF_SHIFT=14
|
|
CONFIG_EXPERT=y
|
|
# CONFIG_ELF_CORE is not set
|
|
# CONFIG_BASE_FULL is not set
|
|
# CONFIG_FUTEX is not set
|
|
# CONFIG_VM_EVENT_COUNTERS is not set
|
|
# CONFIG_BLK_DEV_BSG is not set
|
|
CONFIG_PARTITION_ADVANCED=y
|
|
CONFIG_PPC_EP88XC=y
|
|
CONFIG_GEN_RTC=y
|
|
CONFIG_HZ_100=y
|
|
# CONFIG_SECCOMP is not set
|
|
CONFIG_NET=y
|
|
CONFIG_PACKET=y
|
|
CONFIG_UNIX=y
|
|
CONFIG_INET=y
|
|
CONFIG_IP_MULTICAST=y
|
|
CONFIG_IP_PNP=y
|
|
CONFIG_SYN_COOKIES=y
|
|
# CONFIG_IPV6 is not set
|
|
# CONFIG_FW_LOADER is not set
|
|
CONFIG_MTD=y
|
|
CONFIG_MTD_BLOCK=y
|
|
CONFIG_MTD_CFI=y
|
|
CONFIG_MTD_CFI_AMDSTD=y
|
|
CONFIG_MTD_PHYSMAP_OF=y
|
|
# CONFIG_BLK_DEV is not set
|
|
CONFIG_NETDEVICES=y
|
|
CONFIG_FS_ENET=y
|
|
# CONFIG_FS_ENET_HAS_SCC is not set
|
|
CONFIG_LXT_PHY=y
|
|
# CONFIG_INPUT is not set
|
|
# CONFIG_SERIO is not set
|
|
# CONFIG_VT is not set
|
|
# CONFIG_LEGACY_PTYS is not set
|
|
CONFIG_SERIAL_CPM=y
|
|
CONFIG_SERIAL_CPM_CONSOLE=y
|
|
# CONFIG_HWMON is not set
|
|
# CONFIG_USB_SUPPORT is not set
|
|
# CONFIG_DNOTIFY is not set
|
|
CONFIG_TMPFS=y
|
|
CONFIG_CRAMFS=y
|
|
CONFIG_NFS_FS=y
|
|
CONFIG_ROOT_NFS=y
|
|
CONFIG_CRC32_SLICEBY4=y
|
|
CONFIG_DEBUG_INFO=y
|
|
CONFIG_MAGIC_SYSRQ=y
|
|
CONFIG_DETECT_HUNG_TASK=y
|