Kconfig 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # arch/arm/plat-s5p/Kconfig
  2. #
  3. # Copyright (c) 2009 Samsung Electronics Co., Ltd.
  4. # http://www.samsung.com/
  5. #
  6. # Licensed under GPLv2
  7. config PLAT_S5P
  8. bool
  9. depends on (ARCH_S5P6440 || ARCH_S5P6442 || ARCH_S5PC100 || ARCH_S5PV210 || ARCH_S5PV310)
  10. default y
  11. select ARM_VIC if !ARCH_S5PV310
  12. select ARM_GIC if ARCH_S5PV310
  13. select NO_IOPORT
  14. select ARCH_REQUIRE_GPIOLIB
  15. select S3C_GPIO_TRACK
  16. select S5P_GPIO_DRVSTR
  17. select SAMSUNG_GPIOLIB_4BIT
  18. select S3C_GPIO_CFG_S3C64XX
  19. select S3C_GPIO_PULL_UPDOWN
  20. select S3C_GPIO_CFG_S3C24XX
  21. select PLAT_SAMSUNG
  22. select SAMSUNG_CLKSRC
  23. select SAMSUNG_IRQ_VIC_TIMER
  24. select SAMSUNG_IRQ_UART
  25. help
  26. Base platform code for Samsung's S5P series SoC.
  27. config S5P_EXT_INT
  28. bool
  29. help
  30. Use the external interrupts (other than GPIO interrupts.)
  31. Note: Do not choose this for S5P6440.
  32. config S5P_DEV_FIMC0
  33. bool
  34. help
  35. Compile in platform device definitions for FIMC controller 0
  36. config S5P_DEV_FIMC1
  37. bool
  38. help
  39. Compile in platform device definitions for FIMC controller 1
  40. config S5P_DEV_FIMC2
  41. bool
  42. help
  43. Compile in platform device definitions for FIMC controller 2