Config.e1 467 B

1234567891011121314151617181920212223242526272829303132
  1. # For a description of the syntax of this configuration file,
  2. # see extra/config/Kconfig-language.txt
  3. #
  4. config HAVE_ELF
  5. select ARCH_HAS_NO_MMU
  6. select ARCH_HAS_NO_FPU
  7. select HAVE_NO_SHARED
  8. select ARCH_HAS_NO_LDSO
  9. select ARCH_BIG_ENDIAN
  10. bool
  11. default n
  12. config TARGET_ARCH
  13. default "e1"
  14. config ARCH_E1
  15. bool
  16. default y
  17. config ARCH_CFLAGS
  18. string
  19. default "-I$(KERNEL_SOURCE)/include -mgnu-param"
  20. config ARCH_LDFLAGS
  21. string
  22. config LIBGCC_CFLAGS
  23. string