Kconfig 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. # arch/arm/mach-s3c2412/Kconfig
  2. #
  3. # Copyright 2007 Simtec Electronics
  4. #
  5. # Licensed under GPLv2
  6. config CPU_S3C2412
  7. bool
  8. depends on ARCH_S3C2410
  9. select CPU_ARM926T
  10. select CPU_LLSERIAL_S3C2440
  11. select S3C2412_PM if PM
  12. select S3C2412_DMA if S3C2410_DMA
  13. select S3C2410_GPIO
  14. help
  15. Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line
  16. config CPU_S3C2412_ONLY
  17. bool
  18. depends on ARCH_S3C2410 && !CPU_S3C2400 && !CPU_S3C2410 && \
  19. !CPU_S3C2440 && !CPU_S3C2442 && !CPU_S3C2443 && CPU_S3C2412
  20. default y if CPU_S3C2412
  21. config S3C2412_DMA
  22. bool
  23. depends on CPU_S3C2412
  24. help
  25. Internal config node for S3C2412 DMA support
  26. config S3C2412_PM
  27. bool
  28. help
  29. Internal config node to apply S3C2412 power management
  30. # Note, the S3C2412 IOtiming support is in plat-s3c24xx
  31. config S3C2412_CPUFREQ
  32. bool
  33. depends on CPU_FREQ_S3C24XX && CPU_S3C2412
  34. select S3C2412_IOTIMING
  35. default y
  36. help
  37. CPU Frequency scaling support for S3C2412 and S3C2413 SoC CPUs.
  38. menu "S3C2412 Machines"
  39. config MACH_JIVE
  40. bool "Logitech Jive"
  41. select CPU_S3C2412
  42. select S3C_DEV_USB_HOST
  43. help
  44. Say Y here if you are using the Logitech Jive.
  45. config MACH_JIVE_SHOW_BOOTLOADER
  46. bool "Allow access to bootloader partitions in MTD"
  47. depends on MACH_JIVE && EXPERIMENTAL
  48. config MACH_SMDK2413
  49. bool "SMDK2413"
  50. select CPU_S3C2412
  51. select MACH_S3C2413
  52. select MACH_SMDK
  53. select S3C_DEV_USB_HOST
  54. help
  55. Say Y here if you are using an SMDK2413
  56. config MACH_S3C2413
  57. bool
  58. help
  59. Internal node for S3C2413 version of SMDK2413, so that
  60. machine_is_s3c2413() will work when MACH_SMDK2413 is
  61. selected
  62. config MACH_SMDK2412
  63. bool "SMDK2412"
  64. select MACH_SMDK2413
  65. help
  66. Say Y here if you are using an SMDK2412
  67. Note, this shares support with SMDK2413, so will automatically
  68. select MACH_SMDK2413.
  69. config MACH_VSTMS
  70. bool "VMSTMS"
  71. select CPU_S3C2412
  72. select S3C_DEV_USB_HOST
  73. help
  74. Say Y here if you are using an VSTMS board
  75. endmenu