Kconfig 1.3 KB

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