Config.in.systems 237 B

1234567891011121314151617
  1. # page size
  2. config ADK_KERNEL_PAGE_SIZE_4KB
  3. boolean
  4. config ADK_KERNEL_PAGE_SIZE_16KB
  5. boolean
  6. # ABI
  7. config ADK_KERNEL_AEABI
  8. boolean
  9. # endianess
  10. config ADK_KERNEL_CPU_BIG_ENDIAN
  11. boolean
  12. config ADK_KERNEL_CPU_LITTLE_ENDIAN
  13. boolean