Kconfig 15 KB

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