Kconfig 16 KB

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