Kconfig 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. select S3C_DEV_NAND
  44. help
  45. Say Y here if you are using the Logitech Jive.
  46. config MACH_JIVE_SHOW_BOOTLOADER
  47. bool "Allow access to bootloader partitions in MTD"
  48. depends on MACH_JIVE && EXPERIMENTAL
  49. config MACH_SMDK2413
  50. bool "SMDK2413"
  51. select CPU_S3C2412
  52. select MACH_S3C2413
  53. select MACH_SMDK
  54. select S3C_DEV_USB_HOST
  55. select S3C_DEV_NAND
  56. help
  57. Say Y here if you are using an SMDK2413
  58. config MACH_S3C2413
  59. bool
  60. help
  61. Internal node for S3C2413 version of SMDK2413, so that
  62. machine_is_s3c2413() will work when MACH_SMDK2413 is
  63. selected
  64. config MACH_SMDK2412
  65. bool "SMDK2412"
  66. select MACH_SMDK2413
  67. help
  68. Say Y here if you are using an SMDK2412
  69. Note, this shares support with SMDK2413, so will automatically
  70. select MACH_SMDK2413.
  71. config MACH_VSTMS
  72. bool "VMSTMS"
  73. select CPU_S3C2412
  74. select S3C_DEV_USB_HOST
  75. select S3C_DEV_NAND
  76. help
  77. Say Y here if you are using an VSTMS board
  78. endmenu