Kconfig 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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. config S3C2412_CPUFREQ
  31. bool
  32. depends on CPU_FREQ_S3C24XX && CPU_S3C2412
  33. default y
  34. help
  35. CPU Frequency scaling support for S3C2412 and S3C2413 SoC CPUs.
  36. menu "S3C2412 Machines"
  37. config MACH_JIVE
  38. bool "Logitech Jive"
  39. select CPU_S3C2412
  40. select S3C_DEV_USB_HOST
  41. help
  42. Say Y here if you are using the Logitech Jive.
  43. config MACH_JIVE_SHOW_BOOTLOADER
  44. bool "Allow access to bootloader partitions in MTD"
  45. depends on MACH_JIVE && EXPERIMENTAL
  46. config MACH_SMDK2413
  47. bool "SMDK2413"
  48. select CPU_S3C2412
  49. select MACH_S3C2413
  50. select MACH_SMDK
  51. select S3C_DEV_USB_HOST
  52. help
  53. Say Y here if you are using an SMDK2413
  54. config MACH_S3C2413
  55. bool
  56. help
  57. Internal node for S3C2413 version of SMDK2413, so that
  58. machine_is_s3c2413() will work when MACH_SMDK2413 is
  59. selected
  60. config MACH_SMDK2412
  61. bool "SMDK2412"
  62. select MACH_SMDK2413
  63. help
  64. Say Y here if you are using an SMDK2412
  65. Note, this shares support with SMDK2413, so will automatically
  66. select MACH_SMDK2413.
  67. config MACH_VSTMS
  68. bool "VMSTMS"
  69. select CPU_S3C2412
  70. select S3C_DEV_USB_HOST
  71. help
  72. Say Y here if you are using an VSTMS board
  73. endmenu