| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 | # page sizeconfig ADK_KERNEL_PAGE_SIZE_4KB	booleanconfig ADK_KERNEL_PAGE_SIZE_16KB	boolean# mips systemsconfig ADK_KERNEL_ATHEROS_AR231X	booleanconfig ADK_KERNEL_MIPS_MALTA	booleanconfig ADK_KERNEL_MIKROTIK_RB532	booleanconfig ADK_KERNEL_AR7	booleanconfig ADK_KERNEL_BCM47XX	booleanconfig ADK_KERNEL_ATHEROS_AR71XX	booleanconfig ADK_KERNEL_AR71XX_MACH_RB4XX	boolean# mips64 systemsconfig ADK_KERNEL_MACH_LOONGSON	booleanconfig ADK_KERNEL_LEMOTE_MACH2F	boolean# arm systemsconfig ADK_KERNEL_ARCH_AT91	booleanconfig ADK_KERNEL_ARCH_AT91SAM9G20	booleanconfig ADK_KERNEL_MACH_ACMENETUSFOXG20	boolean# endianesss and ABIconfig ADK_KERNEL_AEABI	booleanconfig ADK_KERNEL_CPU_BIG_ENDIAN	booleanconfig ADK_KERNEL_CPU_LITTLE_ENDIAN	boolean
 |