Kconfig 1.6 KB

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