mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-11 17:10:13 +00:00
Remove ansi_cprng, since it's obsolete and unused, as confirmed at https://lore.kernel.org/r/aQxpnckYMgAAOLpZ@gondor.apana.org.au/ This was originally added in 2008, apparently as a FIPS approved random number generator. Whether this has ever belonged upstream is questionable. Either way, ansi_cprng is no longer usable for this purpose, since it's been superseded by the more modern algorithms in crypto/drbg.c, and FIPS itself no longer allows it. (NIST SP 800-131A Rev 1 (2015) says that RNGs based on ANSI X9.31 will be disallowed after 2015. NIST SP 800-131A Rev 2 (2019) confirms they are now disallowed.) Therefore, there is no reason to keep it around. Suggested-by: Herbert Xu <herbert@gondor.apana.org.au> Cc: Haotian Zhang <vulab@iscas.ac.cn> Cc: Neil Horman <nhorman@tuxdriver.com> Signed-off-by: Eric Biggers <ebiggers@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
52 lines
1.2 KiB
Plaintext
52 lines
1.2 KiB
Plaintext
# CONFIG_SWAP is not set
|
|
CONFIG_LOG_BUF_SHIFT=14
|
|
# CONFIG_UID16 is not set
|
|
# CONFIG_KALLSYMS is not set
|
|
# CONFIG_HOTPLUG is not set
|
|
# CONFIG_BUG is not set
|
|
# CONFIG_ELF_CORE is not set
|
|
CONFIG_BASE_SMALL=y
|
|
# CONFIG_FUTEX is not set
|
|
# CONFIG_EPOLL is not set
|
|
# CONFIG_SHMEM is not set
|
|
CONFIG_SLUB=y
|
|
CONFIG_SLUB_TINY=y
|
|
# CONFIG_BLK_DEV_BSG is not set
|
|
CONFIG_CPU_SUBTYPE_SH7706=y
|
|
CONFIG_MEMORY_START=0x0c000000
|
|
CONFIG_MEMORY_SIZE=0x00800000
|
|
CONFIG_FLATMEM_MANUAL=y
|
|
# CONFIG_SH_ADC is not set
|
|
CONFIG_SH_SHMIN=y
|
|
CONFIG_SH_PCLK_FREQ=32000000
|
|
CONFIG_CMDLINE_OVERWRITE=y
|
|
CONFIG_CMDLINE="console=ttySC1,115200 root=1f01 mtdparts=phys_mapped_flash:64k(firm)ro,-(sys) netdev=34,0x300,eth0 "
|
|
CONFIG_NET=y
|
|
CONFIG_UNIX=y
|
|
CONFIG_INET=y
|
|
CONFIG_IP_PNP=y
|
|
# CONFIG_IPV6 is not set
|
|
CONFIG_MTD=y
|
|
CONFIG_MTD_CMDLINE_PARTS=y
|
|
CONFIG_MTD_BLOCK=y
|
|
CONFIG_MTD_CFI=y
|
|
CONFIG_MTD_JEDECPROBE=y
|
|
CONFIG_MTD_CFI_AMDSTD=y
|
|
CONFIG_MTD_PHYSMAP=y
|
|
CONFIG_BLK_DEV_LOOP=y
|
|
CONFIG_NETDEVICES=y
|
|
CONFIG_NET_ETHERNET=y
|
|
# CONFIG_INPUT is not set
|
|
# CONFIG_SERIO is not set
|
|
# CONFIG_VT is not set
|
|
CONFIG_SERIAL_SH_SCI=y
|
|
CONFIG_SERIAL_SH_SCI_CONSOLE=y
|
|
# CONFIG_HWMON is not set
|
|
# CONFIG_DNOTIFY is not set
|
|
# CONFIG_SYSFS is not set
|
|
CONFIG_CRAMFS=y
|
|
CONFIG_NFS_FS=y
|
|
CONFIG_NFS_V3=y
|
|
CONFIG_ROOT_NFS=y
|
|
CONFIG_SH_STANDARD_BIOS=y
|