Config.in.hardware 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. # hardware features, do not use for qemu
  4. config ADK_TARGET_WITH_CPU_FREQ
  5. bool
  6. config ADK_TARGET_WITH_NETDEVICE
  7. bool
  8. config ADK_TARGET_WITH_NET
  9. bool
  10. config ADK_TARGET_WITH_BLOCK
  11. bool
  12. config ADK_TARGET_WITH_USB
  13. bool
  14. config ADK_TARGET_WITH_I2C
  15. bool
  16. config ADK_TARGET_WITH_SPI
  17. bool
  18. config ADK_TARGET_WITH_PCI
  19. bool
  20. config ADK_TARGET_WITH_SSB
  21. bool
  22. config ADK_TARGET_WITH_SDIO
  23. bool
  24. config ADK_TARGET_WITH_AHB
  25. bool
  26. config ADK_TARGET_WITH_MINIPCI
  27. bool
  28. config ADK_TARGET_WITH_ACPI
  29. bool
  30. config ADK_TARGET_WITH_VGA
  31. bool
  32. config ADK_TARGET_WITH_SERIAL
  33. bool
  34. config ADK_TARGET_WITH_NAND
  35. bool
  36. config ADK_TARGET_WITH_SD
  37. bool
  38. config ADK_TARGET_WITH_MTD
  39. bool
  40. config ADK_TARGET_WITH_GEODE_CRYPTO
  41. bool
  42. config ADK_TARGET_WITH_PATA
  43. bool
  44. config ADK_TARGET_WITH_SATA
  45. bool
  46. config ADK_TARGET_WITH_SCSI
  47. bool
  48. config ADK_TARGET_WITH_INPUT
  49. bool
  50. config ADK_TARGET_WITH_SOUND
  51. bool
  52. config ADK_TARGET_WITH_TOUCHSCREEN
  53. bool
  54. config ADK_TARGET_WITH_LEDS
  55. bool
  56. config ADK_TARGET_WITH_PP
  57. bool
  58. config ADK_TARGET_WITH_CARDBUS
  59. bool
  60. config ADK_TARGET_WITH_PCMCIA
  61. bool
  62. config ADK_TARGET_WITH_RTC
  63. bool
  64. config ADK_TARGET_WITH_WATCHDOG
  65. bool
  66. config ADK_TARGET_WITH_WIFI
  67. bool
  68. config ADK_TARGET_WITH_DSL
  69. bool
  70. config ADK_TARGET_WITH_VIRTIO
  71. bool
  72. config ADK_TARGET_WITH_USB_BOOT
  73. bool
  74. config ADK_TARGET_WITH_SMP
  75. bool
  76. config ADK_TARGET_WITH_IOMMU
  77. bool