Kconfig 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712
  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. config PLAT_S3C24XX
  11. def_bool y
  12. select ARCH_REQUIRE_GPIOLIB
  13. select NO_IOPORT
  14. select S3C_DEV_NAND
  15. select IRQ_DOMAIN
  16. help
  17. Base platform code for any Samsung S3C24XX device
  18. menu "SAMSUNG S3C24XX SoCs Support"
  19. comment "S3C24XX SoCs"
  20. config CPU_S3C2410
  21. bool "SAMSUNG S3C2410"
  22. default y
  23. select CPU_ARM920T
  24. select CPU_LLSERIAL_S3C2410
  25. select S3C2410_CLOCK
  26. select S3C2410_CPUFREQ if CPU_FREQ_S3C24XX
  27. select S3C2410_PM if PM
  28. select SAMSUNG_HRT
  29. help
  30. Support for S3C2410 and S3C2410A family from the S3C24XX line
  31. of Samsung Mobile CPUs.
  32. config CPU_S3C2412
  33. bool "SAMSUNG S3C2412"
  34. depends on ARCH_S3C24XX
  35. select CPU_ARM926T
  36. select CPU_LLSERIAL_S3C2440
  37. select S3C2412_DMA if S3C24XX_DMA
  38. select S3C2412_PM if PM
  39. select SAMSUNG_HRT
  40. help
  41. Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line
  42. config CPU_S3C2416
  43. bool "SAMSUNG S3C2416/S3C2450"
  44. depends on ARCH_S3C24XX
  45. select CPU_ARM926T
  46. select CPU_LLSERIAL_S3C2440
  47. select S3C2416_PM if PM
  48. select S3C2443_COMMON
  49. select S3C2443_DMA if S3C24XX_DMA
  50. select SAMSUNG_CLKSRC
  51. select SAMSUNG_HRT
  52. help
  53. Support for the S3C2416 SoC from the S3C24XX line
  54. config CPU_S3C2440
  55. bool "SAMSUNG S3C2440"
  56. select CPU_ARM920T
  57. select CPU_LLSERIAL_S3C2440
  58. select S3C2410_CLOCK
  59. select S3C2410_PM if PM
  60. select S3C2440_DMA if S3C24XX_DMA
  61. select SAMSUNG_HRT
  62. help
  63. Support for S3C2440 Samsung Mobile CPU based systems.
  64. config CPU_S3C2442
  65. bool "SAMSUNG S3C2442"
  66. select CPU_ARM920T
  67. select CPU_LLSERIAL_S3C2440
  68. select S3C2410_CLOCK
  69. select S3C2410_PM if PM
  70. select SAMSUNG_HRT
  71. help
  72. Support for S3C2442 Samsung Mobile CPU based systems.
  73. config CPU_S3C244X
  74. def_bool y
  75. depends on CPU_S3C2440 || CPU_S3C2442
  76. config CPU_S3C2443
  77. bool "SAMSUNG S3C2443"
  78. depends on ARCH_S3C24XX
  79. select CPU_ARM920T
  80. select CPU_LLSERIAL_S3C2440
  81. select S3C2443_COMMON
  82. select S3C2443_DMA if S3C24XX_DMA
  83. select SAMSUNG_CLKSRC
  84. select SAMSUNG_HRT
  85. help
  86. Support for the S3C2443 SoC from the S3C24XX line
  87. # common code
  88. config S3C2410_CLOCK
  89. bool
  90. help
  91. Clock code for the S3C2410, and similar processors which
  92. is currently includes the S3C2410, S3C2440, S3C2442.
  93. config S3C24XX_DCLK
  94. bool
  95. help
  96. Clock code for supporting DCLK/CLKOUT on S3C24XX architectures
  97. config S3C24XX_SMDK
  98. bool
  99. help
  100. Common machine code for SMDK2410 and SMDK2440
  101. config S3C24XX_SIMTEC_AUDIO
  102. bool
  103. depends on (ARCH_BAST || MACH_VR1000 || MACH_OSIRIS || MACH_ANUBIS)
  104. default y
  105. help
  106. Add audio devices for common Simtec S3C24XX boards
  107. config S3C24XX_SIMTEC_PM
  108. bool
  109. help
  110. Common power management code for systems that are
  111. compatible with the Simtec style of power management
  112. config S3C24XX_SIMTEC_USB
  113. bool
  114. help
  115. USB management code for common Simtec S3C24XX boards
  116. config S3C24XX_SETUP_TS
  117. bool
  118. help
  119. Compile in platform device definition for Samsung TouchScreen.
  120. config S3C24XX_DMA
  121. bool "S3C2410 DMA support"
  122. depends on ARCH_S3C24XX
  123. select S3C_DMA
  124. help
  125. S3C2410 DMA support. This is needed for drivers like sound which
  126. use the S3C2410's DMA system to move data to and from the
  127. peripheral blocks.
  128. config S3C2410_DMA_DEBUG
  129. bool "S3C2410 DMA support debug"
  130. depends on ARCH_S3C24XX && S3C2410_DMA
  131. help
  132. Enable debugging output for the DMA code. This option sends info
  133. to the kernel log, at priority KERN_DEBUG.
  134. config S3C2410_DMA
  135. bool
  136. depends on S3C24XX_DMA && (CPU_S3C2410 || CPU_S3C2442)
  137. default y if CPU_S3C2410 || CPU_S3C2442
  138. help
  139. DMA device selection for S3C2410 and compatible CPUs
  140. config S3C2410_PM
  141. bool
  142. help
  143. Power Management code common to S3C2410 and better
  144. # low-level serial option nodes
  145. config CPU_LLSERIAL_S3C2410_ONLY
  146. bool
  147. default y if CPU_LLSERIAL_S3C2410 && !CPU_LLSERIAL_S3C2440
  148. config CPU_LLSERIAL_S3C2440_ONLY
  149. bool
  150. default y if CPU_LLSERIAL_S3C2440 && !CPU_LLSERIAL_S3C2410
  151. config CPU_LLSERIAL_S3C2410
  152. bool
  153. help
  154. Selected if there is an S3C2410 (or register compatible) serial
  155. low-level implementation needed
  156. config CPU_LLSERIAL_S3C2440
  157. bool
  158. help
  159. Selected if there is an S3C2440 (or register compatible) serial
  160. low-level implementation needed
  161. # gpio configurations
  162. config S3C24XX_GPIO_EXTRA
  163. int
  164. default 128 if S3C24XX_GPIO_EXTRA128
  165. default 64 if S3C24XX_GPIO_EXTRA64
  166. default 16 if ARCH_H1940
  167. default 0
  168. config S3C24XX_GPIO_EXTRA64
  169. bool
  170. help
  171. Add an extra 64 gpio numbers to the available GPIO pool. This is
  172. available for boards that need extra gpios for external devices.
  173. config S3C24XX_GPIO_EXTRA128
  174. bool
  175. help
  176. Add an extra 128 gpio numbers to the available GPIO pool. This is
  177. available for boards that need extra gpios for external devices.
  178. # cpu frequency items common between s3c2410 and s3c2440/s3c2442
  179. config S3C2410_IOTIMING
  180. bool
  181. depends on CPU_FREQ_S3C24XX
  182. help
  183. Internal node to select io timing code that is common to the s3c2410
  184. and s3c2440/s3c2442 cpu frequency support.
  185. config S3C2410_CPUFREQ_UTILS
  186. bool
  187. depends on CPU_FREQ_S3C24XX
  188. help
  189. Internal node to select timing code that is common to the s3c2410
  190. and s3c2440/s3c244 cpu frequency support.
  191. # cpu frequency support common to s3c2412, s3c2413 and s3c2442
  192. config S3C2412_IOTIMING
  193. bool
  194. depends on CPU_FREQ_S3C24XX && (CPU_S3C2412 || CPU_S3C2443)
  195. help
  196. Intel node to select io timing code that is common to the s3c2412
  197. and the s3c2443.
  198. # cpu-specific sections
  199. if CPU_S3C2410
  200. config S3C2410_CPUFREQ
  201. bool
  202. depends on CPU_FREQ_S3C24XX && CPU_S3C2410
  203. select S3C2410_CPUFREQ_UTILS
  204. help
  205. CPU Frequency scaling support for S3C2410
  206. config S3C2410_PLL
  207. bool
  208. depends on S3C2410_CPUFREQ && CPU_FREQ_S3C24XX_PLL
  209. default y
  210. help
  211. Select the PLL table for the S3C2410
  212. config S3C24XX_SIMTEC_NOR
  213. bool
  214. help
  215. Internal node to specify machine has simtec NOR mapping
  216. config MACH_BAST_IDE
  217. bool
  218. select HAVE_PATA_PLATFORM
  219. help
  220. Internal node for machines with an BAST style IDE
  221. interface
  222. comment "S3C2410 Boards"
  223. #
  224. # The "S3C2410 Boards" list is ordered alphabetically by option text.
  225. # (without ARCH_ or MACH_)
  226. #
  227. config MACH_AML_M5900
  228. bool "AML M5900 Series"
  229. select S3C24XX_SIMTEC_PM if PM
  230. select S3C_DEV_USB_HOST
  231. help
  232. Say Y here if you are using the American Microsystems M5900 Series
  233. <http://www.amltd.com>
  234. config ARCH_BAST
  235. bool "Simtec Electronics BAST (EB2410ITX)"
  236. select ISA
  237. select MACH_BAST_IDE
  238. select S3C2410_IOTIMING if S3C2410_CPUFREQ
  239. select S3C24XX_DCLK
  240. select S3C24XX_SIMTEC_NOR
  241. select S3C24XX_SIMTEC_PM if PM
  242. select S3C24XX_SIMTEC_USB
  243. select S3C_DEV_HWMON
  244. select S3C_DEV_NAND
  245. select S3C_DEV_USB_HOST
  246. help
  247. Say Y here if you are using the Simtec Electronics EB2410ITX
  248. development board (also known as BAST)
  249. config BAST_PC104_IRQ
  250. bool "BAST PC104 IRQ support"
  251. depends on ARCH_BAST
  252. default y
  253. help
  254. Say Y here to enable the PC104 IRQ routing on the
  255. Simtec BAST (EB2410ITX)
  256. config ARCH_H1940
  257. bool "IPAQ H1940"
  258. select PM_H1940 if PM
  259. select S3C24XX_SETUP_TS
  260. select S3C_DEV_NAND
  261. select S3C_DEV_USB_HOST
  262. help
  263. Say Y here if you are using the HP IPAQ H1940
  264. config H1940BT
  265. tristate "Control the state of H1940 bluetooth chip"
  266. depends on ARCH_H1940
  267. select RFKILL
  268. help
  269. This is a simple driver that is able to control
  270. the state of built in bluetooth chip on h1940.
  271. config PM_H1940
  272. bool
  273. help
  274. Internal node for H1940 and related PM
  275. config MACH_N30
  276. bool "Acer N30 family"
  277. select MACH_N35
  278. select S3C_DEV_NAND
  279. select S3C_DEV_USB_HOST
  280. help
  281. Say Y here if you want suppt for the Acer N30, Acer N35,
  282. Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
  283. config MACH_OTOM
  284. bool "NexVision OTOM Board"
  285. select S3C_DEV_NAND
  286. select S3C_DEV_USB_HOST
  287. help
  288. Say Y here if you are using the Nex Vision OTOM board
  289. config MACH_QT2410
  290. bool "QT2410"
  291. select S3C_DEV_NAND
  292. select S3C_DEV_USB_HOST
  293. help
  294. Say Y here if you are using the Armzone QT2410
  295. config ARCH_SMDK2410
  296. bool "SMDK2410/A9M2410"
  297. select S3C24XX_SMDK
  298. select S3C_DEV_USB_HOST
  299. help
  300. Say Y here if you are using the SMDK2410 or the derived module A9M2410
  301. <http://www.fsforth.de>
  302. config MACH_TCT_HAMMER
  303. bool "TCT Hammer Board"
  304. select S3C_DEV_USB_HOST
  305. help
  306. Say Y here if you are using the TinCanTools Hammer Board
  307. <http://www.tincantools.com>
  308. config MACH_VR1000
  309. bool "Thorcom VR1000"
  310. select MACH_BAST_IDE
  311. select S3C24XX_DCLK
  312. select S3C24XX_SIMTEC_NOR
  313. select S3C24XX_SIMTEC_PM if PM
  314. select S3C24XX_SIMTEC_USB
  315. select S3C_DEV_USB_HOST
  316. help
  317. Say Y here if you are using the Thorcom VR1000 board.
  318. endif # CPU_S3C2410
  319. config S3C2412_PM_SLEEP
  320. bool
  321. help
  322. Internal config node to apply sleep for S3C2412 power management.
  323. Can be selected by another SoCs such as S3C2416 with similar
  324. sleep procedure.
  325. if CPU_S3C2412
  326. config CPU_S3C2412_ONLY
  327. bool
  328. depends on ARCH_S3C24XX && !CPU_S3C2410 && \
  329. !CPU_S3C2416 && !CPU_S3C2440 && !CPU_S3C2442 && \
  330. !CPU_S3C2443 && CPU_S3C2412
  331. default y
  332. config S3C2412_CPUFREQ
  333. bool
  334. depends on CPU_FREQ_S3C24XX && CPU_S3C2412
  335. default y
  336. select S3C2412_IOTIMING
  337. help
  338. CPU Frequency scaling support for S3C2412 and S3C2413 SoC CPUs.
  339. config S3C2412_DMA
  340. bool
  341. help
  342. Internal config node for S3C2412 DMA support
  343. config S3C2412_PM
  344. bool
  345. select S3C2412_PM_SLEEP
  346. help
  347. Internal config node to apply S3C2412 power management
  348. comment "S3C2412 Boards"
  349. #
  350. # The "S3C2412 Boards" list is ordered alphabetically by option text.
  351. # (without ARCH_ or MACH_)
  352. #
  353. config MACH_JIVE
  354. bool "Logitech Jive"
  355. select S3C_DEV_NAND
  356. select S3C_DEV_USB_HOST
  357. help
  358. Say Y here if you are using the Logitech Jive.
  359. config MACH_JIVE_SHOW_BOOTLOADER
  360. bool "Allow access to bootloader partitions in MTD"
  361. depends on MACH_JIVE
  362. config MACH_S3C2413
  363. bool
  364. help
  365. Internal node for S3C2413 version of SMDK2413, so that
  366. machine_is_s3c2413() will work when MACH_SMDK2413 is
  367. selected
  368. config MACH_SMDK2412
  369. bool "SMDK2412"
  370. select MACH_SMDK2413
  371. help
  372. Say Y here if you are using an SMDK2412
  373. Note, this shares support with SMDK2413, so will automatically
  374. select MACH_SMDK2413.
  375. config MACH_SMDK2413
  376. bool "SMDK2413"
  377. select MACH_S3C2413
  378. select S3C24XX_SMDK
  379. select S3C_DEV_NAND
  380. select S3C_DEV_USB_HOST
  381. help
  382. Say Y here if you are using an SMDK2413
  383. config MACH_VSTMS
  384. bool "VMSTMS"
  385. select S3C_DEV_NAND
  386. select S3C_DEV_USB_HOST
  387. help
  388. Say Y here if you are using an VSTMS board
  389. endif # CPU_S3C2412
  390. if CPU_S3C2416
  391. config S3C2416_PM
  392. bool
  393. select S3C2412_PM_SLEEP
  394. help
  395. Internal config node to apply S3C2416 power management
  396. config S3C2416_SETUP_SDHCI
  397. bool
  398. select S3C2416_SETUP_SDHCI_GPIO
  399. help
  400. Internal helper functions for S3C2416 based SDHCI systems
  401. config S3C2416_SETUP_SDHCI_GPIO
  402. bool
  403. help
  404. Common setup code for SDHCI gpio.
  405. comment "S3C2416 Boards"
  406. config MACH_SMDK2416
  407. bool "SMDK2416"
  408. select S3C2416_SETUP_SDHCI
  409. select S3C24XX_SMDK
  410. select S3C_DEV_FB
  411. select S3C_DEV_HSMMC
  412. select S3C_DEV_HSMMC1
  413. select S3C_DEV_NAND
  414. select S3C_DEV_USB_HOST
  415. help
  416. Say Y here if you are using an SMDK2416
  417. endif # CPU_S3C2416
  418. if CPU_S3C2440
  419. config S3C2440_CPUFREQ
  420. bool "S3C2440/S3C2442 CPU Frequency scaling support"
  421. depends on CPU_FREQ_S3C24XX && (CPU_S3C2440 || CPU_S3C2442)
  422. default y
  423. select S3C2410_CPUFREQ_UTILS
  424. help
  425. CPU Frequency scaling support for S3C2440 and S3C2442 SoC CPUs.
  426. config S3C2440_DMA
  427. bool
  428. help
  429. Support for S3C2440 specific DMA code5A
  430. config S3C2440_XTAL_12000000
  431. bool
  432. help
  433. Indicate that the build needs to support 12MHz system
  434. crystal.
  435. config S3C2440_XTAL_16934400
  436. bool
  437. help
  438. Indicate that the build needs to support 16.9344MHz system
  439. crystal.
  440. config S3C2440_PLL_12000000
  441. bool
  442. depends on S3C2440_CPUFREQ && S3C2440_XTAL_12000000
  443. default y if CPU_FREQ_S3C24XX_PLL
  444. help
  445. PLL tables for S3C2440 or S3C2442 CPUs with 12MHz crystals.
  446. config S3C2440_PLL_16934400
  447. bool
  448. depends on S3C2440_CPUFREQ && S3C2440_XTAL_16934400
  449. default y if CPU_FREQ_S3C24XX_PLL
  450. help
  451. PLL tables for S3C2440 or S3C2442 CPUs with 16.934MHz crystals.
  452. comment "S3C2440 Boards"
  453. #
  454. # The "S3C2440 Boards" list is ordered alphabetically by option text.
  455. # (without ARCH_ or MACH_)
  456. #
  457. config MACH_ANUBIS
  458. bool "Simtec Electronics ANUBIS"
  459. select HAVE_PATA_PLATFORM
  460. select S3C2440_XTAL_12000000
  461. select S3C24XX_DCLK
  462. select S3C24XX_GPIO_EXTRA64
  463. select S3C24XX_SIMTEC_PM if PM
  464. select S3C_DEV_USB_HOST
  465. help
  466. Say Y here if you are using the Simtec Electronics ANUBIS
  467. development system
  468. config MACH_AT2440EVB
  469. bool "Avantech AT2440EVB development board"
  470. select S3C_DEV_NAND
  471. select S3C_DEV_USB_HOST
  472. help
  473. Say Y here if you are using the AT2440EVB development board
  474. config MACH_MINI2440
  475. bool "MINI2440 development board"
  476. select EEPROM_AT24
  477. select LEDS_CLASS
  478. select LEDS_TRIGGERS
  479. select LEDS_TRIGGER_BACKLIGHT
  480. select NEW_LEDS
  481. select S3C_DEV_NAND
  482. select S3C_DEV_USB_HOST
  483. select S3C_SETUP_CAMIF
  484. help
  485. Say Y here to select support for the MINI2440. Is a 10cm x 10cm board
  486. available via various sources. It can come with a 3.5" or 7" touch LCD.
  487. config MACH_NEXCODER_2440
  488. bool "NexVision NEXCODER 2440 Light Board"
  489. select S3C2440_XTAL_12000000
  490. select S3C_DEV_NAND
  491. select S3C_DEV_USB_HOST
  492. help
  493. Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
  494. config MACH_OSIRIS
  495. bool "Simtec IM2440D20 (OSIRIS) module"
  496. select S3C2410_IOTIMING if S3C2440_CPUFREQ
  497. select S3C2440_XTAL_12000000
  498. select S3C24XX_DCLK
  499. select S3C24XX_GPIO_EXTRA128
  500. select S3C24XX_SIMTEC_PM if PM
  501. select S3C_DEV_NAND
  502. select S3C_DEV_USB_HOST
  503. help
  504. Say Y here if you are using the Simtec IM2440D20 module, also
  505. known as the Osiris.
  506. config MACH_OSIRIS_DVS
  507. tristate "Simtec IM2440D20 (OSIRIS) Dynamic Voltage Scaling driver"
  508. depends on MACH_OSIRIS
  509. select TPS65010
  510. help
  511. Say Y/M here if you want to have dynamic voltage scaling support
  512. on the Simtec IM2440D20 (OSIRIS) module via the TPS65011.
  513. The DVS driver alters the voltage supplied to the ARM core
  514. depending on the frequency it is running at. The driver itself
  515. does not do any of the frequency alteration, which is left up
  516. to the cpufreq driver.
  517. config MACH_RX3715
  518. bool "HP iPAQ rx3715"
  519. select PM_H1940 if PM
  520. select S3C2440_XTAL_16934400
  521. select S3C_DEV_NAND
  522. help
  523. Say Y here if you are using the HP iPAQ rx3715.
  524. config ARCH_S3C2440
  525. bool "SMDK2440"
  526. select S3C2440_XTAL_16934400
  527. select S3C24XX_SMDK
  528. select S3C_DEV_NAND
  529. select S3C_DEV_USB_HOST
  530. help
  531. Say Y here if you are using the SMDK2440.
  532. config SMDK2440_CPU2440
  533. bool "SMDK2440 with S3C2440 CPU module"
  534. default y if ARCH_S3C2440
  535. select S3C2440_XTAL_16934400
  536. endif # CPU_S3C2440
  537. if CPU_S3C2442
  538. comment "S3C2442 Boards"
  539. #
  540. # The "S3C2442 Boards" list is ordered alphabetically by option text.
  541. # (without ARCH_ or MACH_)
  542. #
  543. config MACH_NEO1973_GTA02
  544. bool "Openmoko GTA02 / Freerunner phone"
  545. select I2C
  546. select MACH_NEO1973
  547. select MFD_PCF50633
  548. select PCF50633_GPIO
  549. select POWER_SUPPLY
  550. select S3C24XX_PWM
  551. select S3C_DEV_USB_HOST
  552. help
  553. Say Y here if you are using the Openmoko GTA02 / Freerunner GSM Phone
  554. config MACH_RX1950
  555. bool "HP iPAQ rx1950"
  556. select I2C
  557. select PM_H1940 if PM
  558. select S3C2410_IOTIMING if S3C2440_CPUFREQ
  559. select S3C2440_XTAL_16934400
  560. select S3C24XX_DCLK
  561. select S3C24XX_PWM
  562. select S3C_DEV_NAND
  563. help
  564. Say Y here if you're using HP iPAQ rx1950
  565. config SMDK2440_CPU2442
  566. bool "SMDM2440 with S3C2442 CPU module"
  567. endif # CPU_S3C2440
  568. if CPU_S3C2443 || CPU_S3C2416
  569. config S3C2443_COMMON
  570. bool
  571. help
  572. Common code for the S3C2443 and similar processors, which includes
  573. the S3C2416 and S3C2450.
  574. config S3C2443_DMA
  575. bool
  576. help
  577. Internal config node for S3C2443 DMA support
  578. config S3C2443_SETUP_SPI
  579. bool
  580. help
  581. Common setup code for SPI GPIO configurations
  582. endif # CPU_S3C2443 || CPU_S3C2416
  583. if CPU_S3C2443
  584. comment "S3C2443 Boards"
  585. config MACH_SMDK2443
  586. bool "SMDK2443"
  587. select S3C24XX_SMDK
  588. select S3C_DEV_HSMMC1
  589. help
  590. Say Y here if you are using an SMDK2443
  591. endif # CPU_S3C2443
  592. endmenu # SAMSUNG S3C24XX SoCs Support
  593. endif # ARCH_S3C24XX