Kconfig 1.2 KB

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