Kconfig 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. # arch/arm/mach-s3c2440/Kconfig
  2. #
  3. # Copyright 2007 Simtec Electronics
  4. #
  5. # Licensed under GPLv2
  6. config CPU_S3C2440
  7. bool
  8. depends on ARCH_S3C2410
  9. select CPU_ARM920T
  10. select S3C2410_CLOCK
  11. select S3C2410_PM if PM
  12. select S3C2410_GPIO
  13. select S3C2440_DMA if S3C2410_DMA
  14. select CPU_S3C244X
  15. select CPU_LLSERIAL_S3C2440
  16. help
  17. Support for S3C2440 Samsung Mobile CPU based systems.
  18. config S3C2440_DMA
  19. bool
  20. depends on ARCH_S3C2410 && CPU_S3C24405B
  21. help
  22. Support for S3C2440 specific DMA code5A
  23. menu "S3C2440 Machines"
  24. config MACH_ANUBIS
  25. bool "Simtec Electronics ANUBIS"
  26. select CPU_S3C2440
  27. select S3C24XX_DCLK
  28. select PM_SIMTEC if PM
  29. select HAVE_PATA_PLATFORM
  30. select S3C24XX_GPIO_EXTRA64
  31. select S3C2440_XTAL_12000000
  32. select S3C_DEV_USB_HOST
  33. help
  34. Say Y here if you are using the Simtec Electronics ANUBIS
  35. development system
  36. config MACH_OSIRIS
  37. bool "Simtec IM2440D20 (OSIRIS) module"
  38. select CPU_S3C2440
  39. select S3C24XX_DCLK
  40. select PM_SIMTEC if PM
  41. select S3C24XX_GPIO_EXTRA128
  42. select S3C2440_XTAL_12000000
  43. select S3C_DEV_USB_HOST
  44. help
  45. Say Y here if you are using the Simtec IM2440D20 module, also
  46. known as the Osiris.
  47. config MACH_RX3715
  48. bool "HP iPAQ rx3715"
  49. select CPU_S3C2440
  50. select S3C2440_XTAL_16934400
  51. select PM_H1940 if PM
  52. help
  53. Say Y here if you are using the HP iPAQ rx3715.
  54. config ARCH_S3C2440
  55. bool "SMDK2440"
  56. select CPU_S3C2440
  57. select S3C2440_XTAL_16934400
  58. select MACH_SMDK
  59. select S3C_DEV_USB_HOST
  60. help
  61. Say Y here if you are using the SMDK2440.
  62. config MACH_NEXCODER_2440
  63. bool "NexVision NEXCODER 2440 Light Board"
  64. select CPU_S3C2440
  65. select S3C2440_XTAL_12000000
  66. select S3C_DEV_USB_HOST
  67. help
  68. Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
  69. config SMDK2440_CPU2440
  70. bool "SMDK2440 with S3C2440 CPU module"
  71. depends on ARCH_S3C2440
  72. default y if ARCH_S3C2440
  73. select S3C2440_XTAL_16934400
  74. select CPU_S3C2440
  75. config MACH_AT2440EVB
  76. bool "Avantech AT2440EVB development board"
  77. select CPU_S3C2440
  78. select S3C_DEV_USB_HOST
  79. help
  80. Say Y here if you are using the AT2440EVB development board
  81. config MACH_MINI2440
  82. bool "MINI2440 development board"
  83. select CPU_S3C2440
  84. select EEPROM_AT24
  85. select LEDS_TRIGGER_BACKLIGHT
  86. select SND_S3C24XX_SOC_S3C24XX_UDA134X
  87. help
  88. Say Y here to select support for the MINI2440. Is a 10cm x 10cm board
  89. available via various sources. It can come with a 3.5" or 7" touch LCD.
  90. endmenu