Kconfig 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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 HAVE_DMA_ATTRS
  19. config RWSEM_GENERIC_SPINLOCK
  20. def_bool y
  21. config GENERIC_HWEIGHT
  22. def_bool y
  23. config NO_IOPORT_MAP
  24. def_bool y
  25. config GENERIC_CSUM
  26. def_bool y
  27. config HZ
  28. int
  29. default 100
  30. config NR_CPUS
  31. int
  32. default 1
  33. source "init/Kconfig"
  34. source "kernel/Kconfig.freezer"
  35. source "arch/h8300/Kconfig.cpu"
  36. menu "Kernel Features"
  37. source "kernel/Kconfig.preempt"
  38. source "mm/Kconfig"
  39. endmenu
  40. menu "Executable file formats"
  41. source "fs/Kconfig.binfmt"
  42. endmenu
  43. source "net/Kconfig"
  44. source "drivers/Kconfig"
  45. source "fs/Kconfig"
  46. menu "Kernel hacking"
  47. source "lib/Kconfig.debug"
  48. endmenu
  49. source "security/Kconfig"
  50. source "crypto/Kconfig"
  51. source "lib/Kconfig"