| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 | # 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_VERSATILE	booleanconfig ADK_KERNEL_PXA_SHARP_Cxx00	booleanconfig ADK_KERNEL_ARCH_PXA	booleanconfig ADK_KERNEL_PXA_SHARPSL	booleanconfig ADK_KERNEL_MACH_SPITZ	booleanconfig 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# cris systemsconfig ADK_KERNEL_ETRAXFS	boolean
 |