Kconfig 15 KB

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