| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 | config ADK_KERNEL_STAGING	booleanconfig ADK_KERNEL_EXPERIMENTAL	booleanconfig ADK_KERNEL_BLK_DEV_INITRD	booleanconfig ADK_KERNEL_BLK_DEV_RAM	booleanconfig ADK_KERNEL_INITRAMFS_COMPRESSION_NONE	booleanconfig ADK_KERNEL_INITRAMFS_COMPRESSION_XZ	select ADK_HOST_NEED_XZ	booleanconfig ADK_KERNEL_INITRAMFS_COMPRESSION_LZMA	select ADK_HOST_NEED_LZMA	booleanconfig ADK_KERNEL_INITRAMFS_COMPRESSION_LZO	select ADK_HOST_NEED_LZOP	booleanconfig ADK_KERNEL_INITRAMFS_COMPRESSION_BZIP2	select ADK_HOST_NEED_BZIP2	booleanconfig ADK_KERNEL_INITRAMFS_COMPRESSION_GZIP	booleanconfig ADK_KERNEL_RD_GZIP	booleanconfig ADK_KERNEL_KERNEL_GZIP	booleanconfig ADK_KERNEL_RD_BZIP2	booleanconfig ADK_KERNEL_KERNEL_BZIP2	booleanconfig ADK_KERNEL_RD_LZMA	booleanconfig ADK_KERNEL_KERNEL_LZMA	booleanconfig ADK_KERNEL_RD_LZO	booleanconfig ADK_KERNEL_KERNEL_LZO	booleanconfig ADK_KERNEL_RD_XZ	booleanconfig ADK_KERNEL_KERNEL_XZ	booleanconfig ADK_KERNEL_INITRAMFS_SOURCE	string	default ""config ADK_KERNEL_NETWORK_FILESYSTEMS	booleanconfig ADK_KERNEL_IP_PNP	booleanconfig ADK_KERNEL_IP_PNP_DHCP	booleanconfig ADK_KERNEL_NFS_FS	booleanconfig ADK_KERNEL_NFS_V3	booleanconfig ADK_KERNEL_ROOT_NFS	booleanconfig ADK_KERNEL_LOCKD	booleanconfig ADK_KERNEL_NFS_COMMON	booleanconfig ADK_KERNEL_SUNRPC	booleanconfig ADK_KERNEL_PCI	booleanconfig ADK_KERNEL_64BIT	boolean	default y if ADK_TARGET_KERNEL64config ADK_KERNEL_CPU_MIPS64	booleanconfig ADK_KERNEL_CPU_MIPS64_R1	booleanconfig ADK_KERNEL_PREEMPT	booleanconfig ADK_KERNEL_THUMB2_KERNEL	boolean# page sizeconfig ADK_KERNEL_PAGE_SIZE_4KB	booleanconfig ADK_KERNEL_PAGE_SIZE_16KB	boolean# ABIconfig ADK_KERNEL_AEABI	boolean# endianessconfig ADK_KERNEL_CPU_BIG_ENDIAN	booleanconfig ADK_KERNEL_CPU_LITTLE_ENDIAN	boolean
 |