Kconfig 11 KB

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