Kconfig 12 KB

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