| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 | # 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	select ADK_KERNEL_BCM47XX_SSB	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	booleanconfig ADK_KERNEL_ARCH_BCM2708	booleanconfig ADK_KERNEL_BCM47XX_SSB	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
 |