Kconfig (ffee921033e64edf8579a3b21c7f15d1a6c3ef71) Kconfig (b56e5a17b6b9acd16997960504b9940d0d7984e7)
1config ARCH
2 string
3 option env="ARCH"
4
5config KERNELVERSION
6 string
7 option env="KERNELVERSION"
8

--- 1654 unchanged lines hidden (view full) ---

1663config RT_MUTEXES
1664 boolean
1665
1666config BASE_SMALL
1667 int
1668 default 0 if BASE_FULL
1669 default 1 if !BASE_FULL
1670
1config ARCH
2 string
3 option env="ARCH"
4
5config KERNELVERSION
6 string
7 option env="KERNELVERSION"
8

--- 1654 unchanged lines hidden (view full) ---

1663config RT_MUTEXES
1664 boolean
1665
1666config BASE_SMALL
1667 int
1668 default 0 if BASE_FULL
1669 default 1 if !BASE_FULL
1670
1671config SYSTEM_TRUSTED_KEYRING
1672 bool "Provide system-wide ring of trusted keys"
1673 depends on KEYS
1674 help
1675 Provide a system keyring to which trusted keys can be added. Keys in
1676 the keyring are considered to be trusted. Keys may be added at will
1677 by the kernel from compiled-in data and from hardware key stores, but
1678 userspace may only add extra keys if those keys can be verified by
1679 keys already in the keyring.
1680
1681 Keys in this keyring are used by module signature checking.
1682
1671menuconfig MODULES
1672 bool "Enable loadable module support"
1673 option modules
1674 help
1675 Kernel modules are small pieces of compiled code which can
1676 be inserted in the running kernel, rather than being
1677 permanently built into the kernel. You use the "modprobe"
1678 tool to add (and sometimes remove) them. If you say Y here,

--- 57 unchanged lines hidden (view full) ---

1736 see exactly which source was used to build a module (since
1737 others sometimes change the module source without updating
1738 the version). With this option, such a "srcversion" field
1739 will be created for all modules. If unsure, say N.
1740
1741config MODULE_SIG
1742 bool "Module signature verification"
1743 depends on MODULES
1683menuconfig MODULES
1684 bool "Enable loadable module support"
1685 option modules
1686 help
1687 Kernel modules are small pieces of compiled code which can
1688 be inserted in the running kernel, rather than being
1689 permanently built into the kernel. You use the "modprobe"
1690 tool to add (and sometimes remove) them. If you say Y here,

--- 57 unchanged lines hidden (view full) ---

1748 see exactly which source was used to build a module (since
1749 others sometimes change the module source without updating
1750 the version). With this option, such a "srcversion" field
1751 will be created for all modules. If unsure, say N.
1752
1753config MODULE_SIG
1754 bool "Module signature verification"
1755 depends on MODULES
1756 select SYSTEM_TRUSTED_KEYRING
1744 select KEYS
1745 select CRYPTO
1746 select ASYMMETRIC_KEY_TYPE
1747 select ASYMMETRIC_PUBLIC_KEY_SUBTYPE
1748 select PUBLIC_KEY_ALGO_RSA
1749 select ASN1
1750 select OID_REGISTRY
1751 select X509_CERTIFICATE_PARSER

--- 111 unchanged lines hidden ---
1757 select KEYS
1758 select CRYPTO
1759 select ASYMMETRIC_KEY_TYPE
1760 select ASYMMETRIC_PUBLIC_KEY_SUBTYPE
1761 select PUBLIC_KEY_ALGO_RSA
1762 select ASN1
1763 select OID_REGISTRY
1764 select X509_CERTIFICATE_PARSER

--- 111 unchanged lines hidden ---