Kconfig 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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 S3C_DEV_USB_HOST
  32. help
  33. Say Y here if you are using the Simtec Electronics ANUBIS
  34. development system
  35. config MACH_OSIRIS
  36. bool "Simtec IM2440D20 (OSIRIS) module"
  37. select CPU_S3C2440
  38. select S3C24XX_DCLK
  39. select PM_SIMTEC if PM
  40. select S3C24XX_GPIO_EXTRA128
  41. select S3C_DEV_USB_HOST
  42. help
  43. Say Y here if you are using the Simtec IM2440D20 module, also
  44. known as the Osiris.
  45. config MACH_RX3715
  46. bool "HP iPAQ rx3715"
  47. select CPU_S3C2440
  48. select PM_H1940 if PM
  49. help
  50. Say Y here if you are using the HP iPAQ rx3715.
  51. config ARCH_S3C2440
  52. bool "SMDK2440"
  53. select CPU_S3C2440
  54. select MACH_SMDK
  55. select S3C_DEV_USB_HOST
  56. help
  57. Say Y here if you are using the SMDK2440.
  58. config MACH_NEXCODER_2440
  59. bool "NexVision NEXCODER 2440 Light Board"
  60. select CPU_S3C2440
  61. select S3C_DEV_USB_HOST
  62. help
  63. Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
  64. config SMDK2440_CPU2440
  65. bool "SMDK2440 with S3C2440 CPU module"
  66. depends on ARCH_S3C2440
  67. default y if ARCH_S3C2440
  68. select CPU_S3C2440
  69. config MACH_AT2440EVB
  70. bool "Avantech AT2440EVB development board"
  71. select CPU_S3C2440
  72. select S3C_DEV_USB_HOST
  73. help
  74. Say Y here if you are using the AT2440EVB development board
  75. config MACH_MINI2440
  76. bool "MINI2440 development board"
  77. select CPU_S3C2440
  78. select EEPROM_AT24
  79. select LEDS_TRIGGER_BACKLIGHT
  80. select SND_S3C24XX_SOC_S3C24XX_UDA134X
  81. help
  82. Say Y here to select support for the MINI2440. Is a 10cm x 10cm board
  83. available via various sources. It can come with a 3.5" or 7" touch LCD.
  84. endmenu