Kconfig 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. # SPDX-License-Identifier: GPL-2.0
  2. config H8300
  3. def_bool y
  4. select GENERIC_ATOMIC64
  5. select HAVE_UID16
  6. select VIRT_TO_BUS
  7. select GENERIC_IRQ_SHOW
  8. select FRAME_POINTER
  9. select GENERIC_CPU_DEVICES
  10. select MODULES_USE_ELF_RELA
  11. select GENERIC_CLOCKEVENTS
  12. select CLKDEV_LOOKUP
  13. select COMMON_CLK
  14. select ARCH_WANT_FRAME_POINTERS
  15. select OF
  16. select OF_IRQ
  17. select OF_EARLY_FLATTREE
  18. select HAVE_MEMBLOCK
  19. select TIMER_OF
  20. select H8300_TMR8
  21. select HAVE_KERNEL_GZIP
  22. select HAVE_KERNEL_LZO
  23. select HAVE_ARCH_KGDB
  24. select HAVE_ARCH_HASH
  25. select CPU_NO_EFFICIENT_FFS
  26. config CPU_BIG_ENDIAN
  27. def_bool y
  28. config RWSEM_GENERIC_SPINLOCK
  29. def_bool y
  30. config GENERIC_HWEIGHT
  31. def_bool y
  32. config NO_IOPORT_MAP
  33. def_bool y
  34. config GENERIC_CSUM
  35. def_bool y
  36. config HZ
  37. int
  38. default 100
  39. config NR_CPUS
  40. int
  41. default 1
  42. source "init/Kconfig"
  43. source "kernel/Kconfig.freezer"
  44. source "arch/h8300/Kconfig.cpu"
  45. menu "Kernel Features"
  46. source "kernel/Kconfig.preempt"
  47. source "mm/Kconfig"
  48. endmenu
  49. menu "Executable file formats"
  50. source "fs/Kconfig.binfmt"
  51. endmenu
  52. source "net/Kconfig"
  53. source "drivers/Kconfig"
  54. source "fs/Kconfig"
  55. menu "Kernel hacking"
  56. source "lib/Kconfig.debug"
  57. endmenu
  58. source "security/Kconfig"
  59. source "crypto/Kconfig"
  60. source "lib/Kconfig"