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