Kconfig 895 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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 NO_BOOTMEM
  20. select TIMER_OF
  21. select H8300_TMR8
  22. select HAVE_KERNEL_GZIP
  23. select HAVE_KERNEL_LZO
  24. select HAVE_ARCH_KGDB
  25. select HAVE_ARCH_HASH
  26. select CPU_NO_EFFICIENT_FFS
  27. select DMA_DIRECT_OPS
  28. config CPU_BIG_ENDIAN
  29. def_bool y
  30. config RWSEM_GENERIC_SPINLOCK
  31. def_bool y
  32. config GENERIC_HWEIGHT
  33. def_bool y
  34. config NO_IOPORT_MAP
  35. def_bool y
  36. config GENERIC_CSUM
  37. def_bool y
  38. config HZ
  39. int
  40. default 100
  41. config NR_CPUS
  42. int
  43. default 1
  44. source "arch/h8300/Kconfig.cpu"