Kconfig 12 KB

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