Config.hppa 515 B

123456789101112131415161718192021222324252627
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see extra/config/Kconfig-language.txt
  4. #
  5. config TARGET_ARCH
  6. string
  7. default "hppa"
  8. source "extra/Configs/Config.in.arches"
  9. menu "Target Architecture Features and Options"
  10. source "extra/Configs/Config.in.arch"
  11. config FORCE_OPTIONS_FOR_ARCH
  12. bool
  13. default y
  14. select ARCH_BIG_ENDIAN
  15. select ARCH_HAS_MMU
  16. select HAS_NO_THREADS
  17. select ARCH_HAS_NO_LDSO
  18. select HAVE_NO_SSP
  19. config ARCH_CFLAGS
  20. string
  21. endmenu
  22. source "extra/Configs/Config.in.common"