Kconfig 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513
  1. # arch/arm/mach-s3c24xx/Kconfig
  2. #
  3. # Copyright (c) 2012 Samsung Electronics Co., Ltd.
  4. # http://www.samsung.com/
  5. #
  6. # Copyright 2007 Simtec Electronics
  7. #
  8. # Licensed under GPLv2
  9. if ARCH_S3C24XX
  10. menu "SAMSUNG S3C24XX SoCs Support"
  11. comment "S3C24XX SoCs"
  12. config CPU_S3C2410
  13. bool "SAMSUNG S3C2410"
  14. default y
  15. select CPU_ARM920T
  16. select S3C2410_CLOCK
  17. select CPU_LLSERIAL_S3C2410
  18. select S3C2410_PM if PM
  19. select S3C2410_CPUFREQ if CPU_FREQ_S3C24XX
  20. help
  21. Support for S3C2410 and S3C2410A family from the S3C24XX line
  22. of Samsung Mobile CPUs.
  23. config CPU_S3C2412
  24. bool "SAMSUNG S3C2412"
  25. depends on ARCH_S3C24XX
  26. select CPU_ARM926T
  27. select CPU_LLSERIAL_S3C2440
  28. select S3C2412_PM if PM
  29. select S3C2412_DMA if S3C24XX_DMA
  30. help
  31. Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line
  32. config CPU_S3C2416
  33. bool "SAMSUNG S3C2416/S3C2450"
  34. depends on ARCH_S3C24XX
  35. select CPU_ARM926T
  36. select CPU_LLSERIAL_S3C2440
  37. select SAMSUNG_CLKSRC
  38. select S3C2443_COMMON
  39. select S3C2416_DMA if S3C24XX_DMA
  40. select S3C2416_PM if PM
  41. help
  42. Support for the S3C2416 SoC from the S3C24XX line
  43. config CPU_S3C2440
  44. bool "SAMSUNG S3C2440"
  45. select CPU_ARM920T
  46. select CPU_LLSERIAL_S3C2440
  47. select S3C2410_CLOCK
  48. select S3C2410_PM if PM
  49. select S3C2440_DMA if S3C24XX_DMA
  50. help
  51. Support for S3C2440 Samsung Mobile CPU based systems.
  52. config CPU_S3C2442
  53. bool "SAMSUNG S3C2442"
  54. select CPU_ARM920T
  55. select CPU_LLSERIAL_S3C2440
  56. select S3C2410_CLOCK
  57. select S3C2410_PM if PM
  58. help
  59. Support for S3C2442 Samsung Mobile CPU based systems.
  60. config CPU_S3C244X
  61. def_bool y
  62. depends on CPU_S3C2440 || CPU_S3C2442
  63. config CPU_S3C2443
  64. bool "SAMSUNG S3C2443"
  65. depends on ARCH_S3C24XX
  66. select CPU_ARM920T
  67. select CPU_LLSERIAL_S3C2440
  68. select SAMSUNG_CLKSRC
  69. select S3C2443_COMMON
  70. select S3C2443_DMA if S3C24XX_DMA
  71. help
  72. Support for the S3C2443 SoC from the S3C24XX line
  73. # common code
  74. config S3C24XX_SMDK
  75. bool
  76. help
  77. Common machine code for SMDK2410 and SMDK2440
  78. # cpu-specific sections
  79. if CPU_S3C2410
  80. config S3C2410_DMA
  81. bool
  82. depends on S3C24XX_DMA && (CPU_S3C2410 || CPU_S3C2442)
  83. default y if CPU_S3C2410 || CPU_S3C2442
  84. help
  85. DMA device selection for S3C2410 and compatible CPUs
  86. config S3C2410_PM
  87. bool
  88. help
  89. Power Management code common to S3C2410 and better
  90. config SIMTEC_NOR
  91. bool
  92. help
  93. Internal node to specify machine has simtec NOR mapping
  94. config MACH_BAST_IDE
  95. bool
  96. select HAVE_PATA_PLATFORM
  97. help
  98. Internal node for machines with an BAST style IDE
  99. interface
  100. comment "S3C2410 Boards"
  101. #
  102. # The "S3C2410 Boards" list is ordered alphabetically by option text.
  103. # (without ARCH_ or MACH_)
  104. #
  105. config MACH_AML_M5900
  106. bool "AML M5900 Series"
  107. select PM_SIMTEC if PM
  108. select S3C_DEV_USB_HOST
  109. help
  110. Say Y here if you are using the American Microsystems M5900 Series
  111. <http://www.amltd.com>
  112. config ARCH_BAST
  113. bool "Simtec Electronics BAST (EB2410ITX)"
  114. select S3C2410_IOTIMING if S3C2410_CPUFREQ
  115. select PM_SIMTEC if PM
  116. select SIMTEC_NOR
  117. select MACH_BAST_IDE
  118. select S3C24XX_DCLK
  119. select ISA
  120. select S3C_DEV_HWMON
  121. select S3C_DEV_USB_HOST
  122. select S3C_DEV_NAND
  123. help
  124. Say Y here if you are using the Simtec Electronics EB2410ITX
  125. development board (also known as BAST)
  126. config BAST_PC104_IRQ
  127. bool "BAST PC104 IRQ support"
  128. depends on ARCH_BAST
  129. default y
  130. help
  131. Say Y here to enable the PC104 IRQ routing on the
  132. Simtec BAST (EB2410ITX)
  133. config ARCH_H1940
  134. bool "IPAQ H1940"
  135. select PM_H1940 if PM
  136. select S3C_DEV_USB_HOST
  137. select S3C_DEV_NAND
  138. select S3C2410_SETUP_TS
  139. help
  140. Say Y here if you are using the HP IPAQ H1940
  141. config H1940BT
  142. tristate "Control the state of H1940 bluetooth chip"
  143. depends on ARCH_H1940
  144. select RFKILL
  145. help
  146. This is a simple driver that is able to control
  147. the state of built in bluetooth chip on h1940.
  148. config PM_H1940
  149. bool
  150. help
  151. Internal node for H1940 and related PM
  152. config MACH_N30
  153. bool "Acer N30 family"
  154. select MACH_N35
  155. select S3C_DEV_USB_HOST
  156. select S3C_DEV_NAND
  157. help
  158. Say Y here if you want suppt for the Acer N30, Acer N35,
  159. Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
  160. config MACH_OTOM
  161. bool "NexVision OTOM Board"
  162. select S3C_DEV_USB_HOST
  163. select S3C_DEV_NAND
  164. help
  165. Say Y here if you are using the Nex Vision OTOM board
  166. config MACH_QT2410
  167. bool "QT2410"
  168. select S3C_DEV_USB_HOST
  169. select S3C_DEV_NAND
  170. help
  171. Say Y here if you are using the Armzone QT2410
  172. config ARCH_SMDK2410
  173. bool "SMDK2410/A9M2410"
  174. select S3C24XX_SMDK
  175. help
  176. Say Y here if you are using the SMDK2410 or the derived module A9M2410
  177. <http://www.fsforth.de>
  178. config MACH_TCT_HAMMER
  179. bool "TCT Hammer Board"
  180. select S3C_DEV_USB_HOST
  181. help
  182. Say Y here if you are using the TinCanTools Hammer Board
  183. <http://www.tincantools.com>
  184. config MACH_VR1000
  185. bool "Thorcom VR1000"
  186. select PM_SIMTEC if PM
  187. select S3C24XX_DCLK
  188. select SIMTEC_NOR
  189. select MACH_BAST_IDE
  190. select S3C_DEV_USB_HOST
  191. help
  192. Say Y here if you are using the Thorcom VR1000 board.
  193. endif # CPU_S3C2410
  194. config S3C2412_PM_SLEEP
  195. bool
  196. help
  197. Internal config node to apply sleep for S3C2412 power management.
  198. Can be selected by another SoCs such as S3C2416 with similar
  199. sleep procedure.
  200. if CPU_S3C2412
  201. config CPU_S3C2412_ONLY
  202. bool
  203. depends on ARCH_S3C24XX && !CPU_S3C2410 && \
  204. !CPU_S3C2416 && !CPU_S3C2440 && !CPU_S3C2442 && \
  205. !CPU_S3C2443 && CPU_S3C2412
  206. default y
  207. config S3C2412_DMA
  208. bool
  209. help
  210. Internal config node for S3C2412 DMA support
  211. config S3C2412_PM
  212. bool
  213. help
  214. Internal config node to apply S3C2412 power management
  215. comment "S3C2412 Boards"
  216. #
  217. # The "S3C2412 Boards" list is ordered alphabetically by option text.
  218. # (without ARCH_ or MACH_)
  219. #
  220. config MACH_JIVE
  221. bool "Logitech Jive"
  222. select S3C_DEV_USB_HOST
  223. select S3C_DEV_NAND
  224. help
  225. Say Y here if you are using the Logitech Jive.
  226. config MACH_JIVE_SHOW_BOOTLOADER
  227. bool "Allow access to bootloader partitions in MTD (EXPERIMENTAL)"
  228. depends on MACH_JIVE && EXPERIMENTAL
  229. config MACH_S3C2413
  230. bool
  231. help
  232. Internal node for S3C2413 version of SMDK2413, so that
  233. machine_is_s3c2413() will work when MACH_SMDK2413 is
  234. selected
  235. config MACH_SMDK2412
  236. bool "SMDK2412"
  237. select MACH_SMDK2413
  238. help
  239. Say Y here if you are using an SMDK2412
  240. Note, this shares support with SMDK2413, so will automatically
  241. select MACH_SMDK2413.
  242. config MACH_SMDK2413
  243. bool "SMDK2413"
  244. select MACH_S3C2413
  245. select S3C24XX_SMDK
  246. select S3C_DEV_USB_HOST
  247. select S3C_DEV_NAND
  248. help
  249. Say Y here if you are using an SMDK2413
  250. config MACH_VSTMS
  251. bool "VMSTMS"
  252. select S3C_DEV_USB_HOST
  253. select S3C_DEV_NAND
  254. help
  255. Say Y here if you are using an VSTMS board
  256. endif # CPU_S3C2412
  257. if CPU_S3C2416
  258. config S3C2416_PM
  259. bool
  260. select S3C2412_PM_SLEEP
  261. help
  262. Internal config node to apply S3C2416 power management
  263. config S3C2416_SETUP_SDHCI
  264. bool
  265. select S3C2416_SETUP_SDHCI_GPIO
  266. help
  267. Internal helper functions for S3C2416 based SDHCI systems
  268. config S3C2416_SETUP_SDHCI_GPIO
  269. bool
  270. help
  271. Common setup code for SDHCI gpio.
  272. comment "S3C2416 Boards"
  273. config MACH_SMDK2416
  274. bool "SMDK2416"
  275. select S3C24XX_SMDK
  276. select S3C_DEV_FB
  277. select S3C_DEV_HSMMC
  278. select S3C_DEV_HSMMC1
  279. select S3C_DEV_NAND
  280. select S3C_DEV_USB_HOST
  281. select S3C2416_SETUP_SDHCI
  282. help
  283. Say Y here if you are using an SMDK2416
  284. endif # CPU_S3C2416
  285. if CPU_S3C2440
  286. config S3C2440_DMA
  287. bool
  288. help
  289. Support for S3C2440 specific DMA code5A
  290. comment "S3C2440 Boards"
  291. #
  292. # The "S3C2440 Boards" list is ordered alphabetically by option text.
  293. # (without ARCH_ or MACH_)
  294. #
  295. config MACH_ANUBIS
  296. bool "Simtec Electronics ANUBIS"
  297. select S3C24XX_DCLK
  298. select PM_SIMTEC if PM
  299. select HAVE_PATA_PLATFORM
  300. select S3C24XX_GPIO_EXTRA64
  301. select S3C2440_XTAL_12000000
  302. select S3C_DEV_USB_HOST
  303. help
  304. Say Y here if you are using the Simtec Electronics ANUBIS
  305. development system
  306. config MACH_AT2440EVB
  307. bool "Avantech AT2440EVB development board"
  308. select S3C_DEV_USB_HOST
  309. select S3C_DEV_NAND
  310. help
  311. Say Y here if you are using the AT2440EVB development board
  312. config MACH_MINI2440
  313. bool "MINI2440 development board"
  314. select EEPROM_AT24
  315. select NEW_LEDS
  316. select LEDS_CLASS
  317. select LEDS_TRIGGER
  318. select LEDS_TRIGGER_BACKLIGHT
  319. select S3C_DEV_NAND
  320. select S3C_DEV_USB_HOST
  321. help
  322. Say Y here to select support for the MINI2440. Is a 10cm x 10cm board
  323. available via various sources. It can come with a 3.5" or 7" touch LCD.
  324. config MACH_NEXCODER_2440
  325. bool "NexVision NEXCODER 2440 Light Board"
  326. select S3C2440_XTAL_12000000
  327. select S3C_DEV_USB_HOST
  328. select S3C_DEV_NAND
  329. help
  330. Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
  331. config MACH_OSIRIS
  332. bool "Simtec IM2440D20 (OSIRIS) module"
  333. select S3C24XX_DCLK
  334. select PM_SIMTEC if PM
  335. select S3C24XX_GPIO_EXTRA128
  336. select S3C2440_XTAL_12000000
  337. select S3C2410_IOTIMING if S3C2440_CPUFREQ
  338. select S3C_DEV_USB_HOST
  339. select S3C_DEV_NAND
  340. help
  341. Say Y here if you are using the Simtec IM2440D20 module, also
  342. known as the Osiris.
  343. config MACH_OSIRIS_DVS
  344. tristate "Simtec IM2440D20 (OSIRIS) Dynamic Voltage Scaling driver"
  345. depends on MACH_OSIRIS
  346. select TPS65010
  347. help
  348. Say Y/M here if you want to have dynamic voltage scaling support
  349. on the Simtec IM2440D20 (OSIRIS) module via the TPS65011.
  350. The DVS driver alters the voltage supplied to the ARM core
  351. depending on the frequency it is running at. The driver itself
  352. does not do any of the frequency alteration, which is left up
  353. to the cpufreq driver.
  354. config MACH_RX3715
  355. bool "HP iPAQ rx3715"
  356. select S3C2440_XTAL_16934400
  357. select PM_H1940 if PM
  358. select S3C_DEV_NAND
  359. help
  360. Say Y here if you are using the HP iPAQ rx3715.
  361. config ARCH_S3C2440
  362. bool "SMDK2440"
  363. select S3C2440_XTAL_16934400
  364. select S3C24XX_SMDK
  365. select S3C_DEV_USB_HOST
  366. select S3C_DEV_NAND
  367. help
  368. Say Y here if you are using the SMDK2440.
  369. config SMDK2440_CPU2440
  370. bool "SMDK2440 with S3C2440 CPU module"
  371. default y if ARCH_S3C2440
  372. select S3C2440_XTAL_16934400
  373. endif # CPU_S3C2440
  374. if CPU_S3C2442
  375. comment "S3C2442 Boards"
  376. #
  377. # The "S3C2442 Boards" list is ordered alphabetically by option text.
  378. # (without ARCH_ or MACH_)
  379. #
  380. config MACH_NEO1973_GTA02
  381. bool "Openmoko GTA02 / Freerunner phone"
  382. select MFD_PCF50633
  383. select PCF50633_GPIO
  384. select I2C
  385. select POWER_SUPPLY
  386. select MACH_NEO1973
  387. select S3C2410_PWM
  388. select S3C_DEV_USB_HOST
  389. help
  390. Say Y here if you are using the Openmoko GTA02 / Freerunner GSM Phone
  391. config MACH_RX1950
  392. bool "HP iPAQ rx1950"
  393. select S3C24XX_DCLK
  394. select PM_H1940 if PM
  395. select I2C
  396. select S3C2410_PWM
  397. select S3C_DEV_NAND
  398. select S3C2410_IOTIMING if S3C2440_CPUFREQ
  399. select S3C2440_XTAL_16934400
  400. help
  401. Say Y here if you're using HP iPAQ rx1950
  402. config SMDK2440_CPU2442
  403. bool "SMDM2440 with S3C2442 CPU module"
  404. endif # CPU_S3C2440
  405. if CPU_S3C2443 || CPU_S3C2416
  406. config S3C2443_COMMON
  407. bool
  408. help
  409. Common code for the S3C2443 and similar processors, which includes
  410. the S3C2416 and S3C2450.
  411. endif # CPU_S3C2443 || CPU_S3C2416
  412. if CPU_S3C2443
  413. config S3C2443_DMA
  414. bool
  415. help
  416. Internal config node for S3C2443 DMA support
  417. comment "S3C2443 Boards"
  418. config MACH_SMDK2443
  419. bool "SMDK2443"
  420. select S3C24XX_SMDK
  421. select S3C_DEV_HSMMC1
  422. help
  423. Say Y here if you are using an SMDK2443
  424. endif # CPU_S3C2443
  425. endmenu # SAMSUNG S3C24XX SoCs Support
  426. endif # ARCH_S3C24XX