Kconfig 854 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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 TIMER_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. select DMA_DIRECT_OPS
  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 "arch/h8300/Kconfig.cpu"