Kconfig 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. config H8300
  2. bool
  3. default y
  4. select HAVE_IDE
  5. select GENERIC_ATOMIC64
  6. select HAVE_UID16
  7. select VIRT_TO_BUS
  8. select ARCH_WANT_IPC_PARSE_VERSION
  9. select GENERIC_IRQ_SHOW
  10. select GENERIC_CPU_DEVICES
  11. select MODULES_USE_ELF_RELA
  12. select OLD_SIGSUSPEND3
  13. select OLD_SIGACTION
  14. select HAVE_UNDERSCORE_SYMBOL_PREFIX
  15. config MMU
  16. bool
  17. default n
  18. config SWAP
  19. bool
  20. default n
  21. config ZONE_DMA
  22. bool
  23. default y
  24. config FPU
  25. bool
  26. default n
  27. config RWSEM_GENERIC_SPINLOCK
  28. bool
  29. default y
  30. config RWSEM_XCHGADD_ALGORITHM
  31. bool
  32. default n
  33. config ARCH_HAS_ILOG2_U32
  34. bool
  35. default n
  36. config ARCH_HAS_ILOG2_U64
  37. bool
  38. default n
  39. config GENERIC_HWEIGHT
  40. bool
  41. default y
  42. config GENERIC_CALIBRATE_DELAY
  43. bool
  44. default y
  45. config GENERIC_BUG
  46. bool
  47. depends on BUG
  48. config TIME_LOW_RES
  49. bool
  50. default y
  51. config NO_IOPORT
  52. def_bool y
  53. config NO_DMA
  54. def_bool y
  55. config ISA
  56. bool
  57. default y
  58. config PCI
  59. bool
  60. default n
  61. config HZ
  62. int
  63. default 100
  64. source "init/Kconfig"
  65. source "kernel/Kconfig.freezer"
  66. source "arch/h8300/Kconfig.cpu"
  67. menu "Executable file formats"
  68. source "fs/Kconfig.binfmt"
  69. endmenu
  70. source "net/Kconfig"
  71. source "drivers/Kconfig"
  72. source "arch/h8300/Kconfig.ide"
  73. source "fs/Kconfig"
  74. source "arch/h8300/Kconfig.debug"
  75. source "security/Kconfig"
  76. source "crypto/Kconfig"
  77. source "lib/Kconfig"