Kconfig 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844
  1. config M68K
  2. bool
  3. default y
  4. select HAVE_IDE
  5. select HAVE_GENERIC_HARDIRQS
  6. select GENERIC_HARDIRQS_NO_DEPRECATED
  7. config MMU
  8. bool
  9. default n
  10. config NO_DMA
  11. bool
  12. depends on !COLDFIRE
  13. default y
  14. config FPU
  15. bool
  16. default n
  17. config ZONE_DMA
  18. bool
  19. default y
  20. config RWSEM_GENERIC_SPINLOCK
  21. bool
  22. default y
  23. config RWSEM_XCHGADD_ALGORITHM
  24. bool
  25. default n
  26. config ARCH_HAS_ILOG2_U32
  27. bool
  28. default n
  29. config ARCH_HAS_ILOG2_U64
  30. bool
  31. default n
  32. config GENERIC_FIND_NEXT_BIT
  33. bool
  34. default y
  35. config GENERIC_GPIO
  36. bool
  37. default n
  38. config GENERIC_HWEIGHT
  39. bool
  40. default y
  41. config GENERIC_CALIBRATE_DELAY
  42. bool
  43. default y
  44. config GENERIC_CMOS_UPDATE
  45. bool
  46. default y
  47. config TIME_LOW_RES
  48. bool
  49. default y
  50. config GENERIC_CLOCKEVENTS
  51. bool
  52. default n
  53. config NO_IOPORT
  54. def_bool y
  55. config COLDFIRE_SW_A7
  56. bool
  57. default n
  58. config HAVE_CACHE_SPLIT
  59. bool
  60. config HAVE_CACHE_CB
  61. bool
  62. config HAVE_MBAR
  63. bool
  64. config HAVE_IPSBAR
  65. bool
  66. source "init/Kconfig"
  67. source "kernel/Kconfig.freezer"
  68. menu "Processor type and features"
  69. choice
  70. prompt "CPU"
  71. default M68EZ328
  72. config M68328
  73. bool "MC68328"
  74. help
  75. Motorola 68328 processor support.
  76. config M68EZ328
  77. bool "MC68EZ328"
  78. help
  79. Motorola 68EX328 processor support.
  80. config M68VZ328
  81. bool "MC68VZ328"
  82. help
  83. Motorola 68VZ328 processor support.
  84. config M68360
  85. bool "MC68360"
  86. help
  87. Motorola 68360 processor support.
  88. config M5206
  89. bool "MCF5206"
  90. select COLDFIRE_SW_A7
  91. select HAVE_MBAR
  92. help
  93. Motorola ColdFire 5206 processor support.
  94. config M5206e
  95. bool "MCF5206e"
  96. select COLDFIRE_SW_A7
  97. select HAVE_MBAR
  98. help
  99. Motorola ColdFire 5206e processor support.
  100. config M520x
  101. bool "MCF520x"
  102. select GENERIC_CLOCKEVENTS
  103. select HAVE_CACHE_SPLIT
  104. help
  105. Freescale Coldfire 5207/5208 processor support.
  106. config M523x
  107. bool "MCF523x"
  108. select GENERIC_CLOCKEVENTS
  109. select HAVE_CACHE_SPLIT
  110. select HAVE_IPSBAR
  111. help
  112. Freescale Coldfire 5230/1/2/4/5 processor support
  113. config M5249
  114. bool "MCF5249"
  115. select COLDFIRE_SW_A7
  116. select HAVE_MBAR
  117. help
  118. Motorola ColdFire 5249 processor support.
  119. config M5271
  120. bool "MCF5271"
  121. select HAVE_CACHE_SPLIT
  122. select HAVE_IPSBAR
  123. help
  124. Freescale (Motorola) ColdFire 5270/5271 processor support.
  125. config M5272
  126. bool "MCF5272"
  127. select COLDFIRE_SW_A7
  128. select HAVE_MBAR
  129. help
  130. Motorola ColdFire 5272 processor support.
  131. config M5275
  132. bool "MCF5275"
  133. select HAVE_CACHE_SPLIT
  134. select HAVE_IPSBAR
  135. help
  136. Freescale (Motorola) ColdFire 5274/5275 processor support.
  137. config M528x
  138. bool "MCF528x"
  139. select GENERIC_CLOCKEVENTS
  140. select HAVE_CACHE_SPLIT
  141. select HAVE_IPSBAR
  142. help
  143. Motorola ColdFire 5280/5282 processor support.
  144. config M5307
  145. bool "MCF5307"
  146. select COLDFIRE_SW_A7
  147. select HAVE_CACHE_CB
  148. select HAVE_MBAR
  149. help
  150. Motorola ColdFire 5307 processor support.
  151. config M532x
  152. bool "MCF532x"
  153. select HAVE_CACHE_CB
  154. help
  155. Freescale (Motorola) ColdFire 532x processor support.
  156. config M5407
  157. bool "MCF5407"
  158. select COLDFIRE_SW_A7
  159. select HAVE_CACHE_CB
  160. select HAVE_MBAR
  161. help
  162. Motorola ColdFire 5407 processor support.
  163. config M547x
  164. bool "MCF547x"
  165. select HAVE_CACHE_CB
  166. select HAVE_MBAR
  167. help
  168. Freescale ColdFire 5470/5471/5472/5473/5474/5475 processor support.
  169. config M548x
  170. bool "MCF548x"
  171. select HAVE_CACHE_CB
  172. select HAVE_MBAR
  173. help
  174. Freescale ColdFire 5480/5481/5482/5483/5484/5485 processor support.
  175. endchoice
  176. config M527x
  177. bool
  178. depends on (M5271 || M5275)
  179. select GENERIC_CLOCKEVENTS
  180. default y
  181. config M54xx
  182. bool
  183. depends on (M548x || M547x)
  184. default y
  185. config COLDFIRE
  186. bool
  187. depends on (M5206 || M5206e || M520x || M523x || M5249 || M527x || M5272 || M528x || M5307 || M532x || M5407 || M54xx)
  188. select GENERIC_GPIO
  189. select ARCH_REQUIRE_GPIOLIB
  190. default y
  191. config CLOCK_SET
  192. bool "Enable setting the CPU clock frequency"
  193. default n
  194. help
  195. On some CPU's you do not need to know what the core CPU clock
  196. frequency is. On these you can disable clock setting. On some
  197. traditional 68K parts, and on all ColdFire parts you need to set
  198. the appropriate CPU clock frequency. On these devices many of the
  199. onboard peripherals derive their timing from the master CPU clock
  200. frequency.
  201. config CLOCK_FREQ
  202. int "Set the core clock frequency"
  203. default "66666666"
  204. depends on CLOCK_SET
  205. help
  206. Define the CPU clock frequency in use. This is the core clock
  207. frequency, it may or may not be the same as the external clock
  208. crystal fitted to your board. Some processors have an internal
  209. PLL and can have their frequency programmed at run time, others
  210. use internal dividers. In general the kernel won't setup a PLL
  211. if it is fitted (there are some exceptions). This value will be
  212. specific to the exact CPU that you are using.
  213. config OLDMASK
  214. bool "Old mask 5307 (1H55J) silicon"
  215. depends on M5307
  216. help
  217. Build support for the older revision ColdFire 5307 silicon.
  218. Specifically this is the 1H55J mask revision.
  219. if HAVE_CACHE_SPLIT
  220. choice
  221. prompt "Split Cache Configuration"
  222. default CACHE_I
  223. config CACHE_I
  224. bool "Instruction"
  225. help
  226. Use all of the ColdFire CPU cache memory as an instruction cache.
  227. config CACHE_D
  228. bool "Data"
  229. help
  230. Use all of the ColdFire CPU cache memory as a data cache.
  231. config CACHE_BOTH
  232. bool "Both"
  233. help
  234. Split the ColdFire CPU cache, and use half as an instruction cache
  235. and half as a data cache.
  236. endchoice
  237. endif
  238. if HAVE_CACHE_CB
  239. choice
  240. prompt "Data cache mode"
  241. default CACHE_WRITETHRU
  242. config CACHE_WRITETHRU
  243. bool "Write-through"
  244. help
  245. The ColdFire CPU cache is set into Write-through mode.
  246. config CACHE_COPYBACK
  247. bool "Copy-back"
  248. help
  249. The ColdFire CPU cache is set into Copy-back mode.
  250. endchoice
  251. endif
  252. comment "Platform"
  253. config PILOT3
  254. bool "Pilot 1000/5000, PalmPilot Personal/Pro, or PalmIII support"
  255. depends on M68328
  256. help
  257. Support for the Palm Pilot 1000/5000, Personal/Pro and PalmIII.
  258. config XCOPILOT_BUGS
  259. bool "(X)Copilot support"
  260. depends on PILOT3
  261. help
  262. Support the bugs of Xcopilot.
  263. config UC5272
  264. bool 'Arcturus Networks uC5272 dimm board support'
  265. depends on M5272
  266. help
  267. Support for the Arcturus Networks uC5272 dimm board.
  268. config UC5282
  269. bool "Arcturus Networks uC5282 board support"
  270. depends on M528x
  271. help
  272. Support for the Arcturus Networks uC5282 dimm board.
  273. config UCSIMM
  274. bool "uCsimm module support"
  275. depends on M68EZ328
  276. help
  277. Support for the Arcturus Networks uCsimm module.
  278. config UCDIMM
  279. bool "uDsimm module support"
  280. depends on M68VZ328
  281. help
  282. Support for the Arcturus Networks uDsimm module.
  283. config DRAGEN2
  284. bool "DragenEngine II board support"
  285. depends on M68VZ328
  286. help
  287. Support for the DragenEngine II board.
  288. config DIRECT_IO_ACCESS
  289. bool "Allow user to access IO directly"
  290. depends on (UCSIMM || UCDIMM || DRAGEN2)
  291. help
  292. Disable the CPU internal registers protection in user mode,
  293. to allow a user application to read/write them.
  294. config INIT_LCD
  295. bool "Initialize LCD"
  296. depends on (UCSIMM || UCDIMM || DRAGEN2)
  297. help
  298. Initialize the LCD controller of the 68x328 processor.
  299. config MEMORY_RESERVE
  300. int "Memory reservation (MiB)"
  301. depends on (UCSIMM || UCDIMM)
  302. help
  303. Reserve certain memory regions on 68x328 based boards.
  304. config UCQUICC
  305. bool "Lineo uCquicc board support"
  306. depends on M68360
  307. help
  308. Support for the Lineo uCquicc board.
  309. config ARN5206
  310. bool "Arnewsh 5206 board support"
  311. depends on M5206
  312. help
  313. Support for the Arnewsh 5206 board.
  314. config M5206eC3
  315. bool "Motorola M5206eC3 board support"
  316. depends on M5206e
  317. help
  318. Support for the Motorola M5206eC3 board.
  319. config ELITE
  320. bool "Motorola M5206eLITE board support"
  321. depends on M5206e
  322. help
  323. Support for the Motorola M5206eLITE board.
  324. config M5208EVB
  325. bool "Freescale M5208EVB board support"
  326. depends on M520x
  327. help
  328. Support for the Freescale Coldfire M5208EVB.
  329. config M5235EVB
  330. bool "Freescale M5235EVB support"
  331. depends on M523x
  332. help
  333. Support for the Freescale M5235EVB board.
  334. config M5249C3
  335. bool "Motorola M5249C3 board support"
  336. depends on M5249
  337. help
  338. Support for the Motorola M5249C3 board.
  339. config M5271EVB
  340. bool "Freescale (Motorola) M5271EVB board support"
  341. depends on M5271
  342. help
  343. Support for the Freescale (Motorola) M5271EVB board.
  344. config M5275EVB
  345. bool "Freescale (Motorola) M5275EVB board support"
  346. depends on M5275
  347. help
  348. Support for the Freescale (Motorola) M5275EVB board.
  349. config M5272C3
  350. bool "Motorola M5272C3 board support"
  351. depends on M5272
  352. help
  353. Support for the Motorola M5272C3 board.
  354. config COBRA5272
  355. bool "senTec COBRA5272 board support"
  356. depends on M5272
  357. help
  358. Support for the senTec COBRA5272 board.
  359. config AVNET5282
  360. bool "Avnet 5282 board support"
  361. depends on M528x
  362. help
  363. Support for the Avnet 5282 board.
  364. config M5282EVB
  365. bool "Motorola M5282EVB board support"
  366. depends on M528x
  367. help
  368. Support for the Motorola M5282EVB board.
  369. config COBRA5282
  370. bool "senTec COBRA5282 board support"
  371. depends on M528x
  372. help
  373. Support for the senTec COBRA5282 board.
  374. config SOM5282EM
  375. bool "EMAC.Inc SOM5282EM board support"
  376. depends on M528x
  377. help
  378. Support for the EMAC.Inc SOM5282EM module.
  379. config WILDFIRE
  380. bool "Intec Automation Inc. WildFire board support"
  381. depends on M528x
  382. help
  383. Support for the Intec Automation Inc. WildFire.
  384. config WILDFIREMOD
  385. bool "Intec Automation Inc. WildFire module support"
  386. depends on M528x
  387. help
  388. Support for the Intec Automation Inc. WildFire module.
  389. config ARN5307
  390. bool "Arnewsh 5307 board support"
  391. depends on M5307
  392. help
  393. Support for the Arnewsh 5307 board.
  394. config M5307C3
  395. bool "Motorola M5307C3 board support"
  396. depends on M5307
  397. help
  398. Support for the Motorola M5307C3 board.
  399. config SECUREEDGEMP3
  400. bool "SnapGear SecureEdge/MP3 platform support"
  401. depends on M5307
  402. help
  403. Support for the SnapGear SecureEdge/MP3 platform.
  404. config M5329EVB
  405. bool "Freescale (Motorola) M5329EVB board support"
  406. depends on M532x
  407. help
  408. Support for the Freescale (Motorola) M5329EVB board.
  409. config COBRA5329
  410. bool "senTec COBRA5329 board support"
  411. depends on M532x
  412. help
  413. Support for the senTec COBRA5329 board.
  414. config M5407C3
  415. bool "Motorola M5407C3 board support"
  416. depends on M5407
  417. help
  418. Support for the Motorola M5407C3 board.
  419. config FIREBEE
  420. bool "FireBee board support"
  421. depends on M547x
  422. help
  423. Support for the FireBee ColdFire 5475 based board.
  424. config CLEOPATRA
  425. bool "Feith CLEOPATRA board support"
  426. depends on (M5307 || M5407)
  427. help
  428. Support for the Feith Cleopatra boards.
  429. config CANCam
  430. bool "Feith CANCam board support"
  431. depends on M5272
  432. help
  433. Support for the Feith CANCam board.
  434. config SCALES
  435. bool "Feith SCALES board support"
  436. depends on M5272
  437. help
  438. Support for the Feith SCALES board.
  439. config NETtel
  440. bool "SecureEdge/NETtel board support"
  441. depends on (M5206e || M5272 || M5307)
  442. help
  443. Support for the SnapGear NETtel/SecureEdge/SnapGear boards.
  444. config SNAPGEAR
  445. bool "SnapGear router board support"
  446. depends on NETtel
  447. help
  448. Special additional support for SnapGear router boards.
  449. config CPU16B
  450. bool "Sneha Technologies S.L. Sarasvati board support"
  451. depends on M5272
  452. help
  453. Support for the SNEHA CPU16B board.
  454. config MOD5272
  455. bool "Netburner MOD-5272 board support"
  456. depends on M5272
  457. help
  458. Support for the Netburner MOD-5272 board.
  459. config SAVANTrosie1
  460. bool "Savant Rosie1 board support"
  461. depends on M523x
  462. help
  463. Support for the Savant Rosie1 board.
  464. config ROMFS_FROM_ROM
  465. bool "ROMFS image not RAM resident"
  466. depends on (NETtel || SNAPGEAR)
  467. help
  468. The ROMfs filesystem will stay resident in the FLASH/ROM, not be
  469. moved into RAM.
  470. config PILOT
  471. bool
  472. default y
  473. depends on (PILOT3 || PILOT5)
  474. config ARNEWSH
  475. bool
  476. default y
  477. depends on (ARN5206 || ARN5307)
  478. config FREESCALE
  479. bool
  480. default y
  481. depends on (M5206eC3 || M5208EVB || M5235EVB || M5249C3 || M5271EVB || M5272C3 || M5275EVB || M5282EVB || M5307C3 || M5329EVB || M5407C3)
  482. config HW_FEITH
  483. bool
  484. default y
  485. depends on (CLEOPATRA || CANCam || SCALES)
  486. config senTec
  487. bool
  488. default y
  489. depends on (COBRA5272 || COBRA5282)
  490. config EMAC_INC
  491. bool
  492. default y
  493. depends on (SOM5282EM)
  494. config SNEHA
  495. bool
  496. default y
  497. depends on CPU16B
  498. config SAVANT
  499. bool
  500. default y
  501. depends on SAVANTrosie1
  502. config AVNET
  503. bool
  504. default y
  505. depends on (AVNET5282)
  506. config UBOOT
  507. bool "Support for U-Boot command line parameters"
  508. help
  509. If you say Y here kernel will try to collect command
  510. line parameters from the initial u-boot stack.
  511. default n
  512. config 4KSTACKS
  513. bool "Use 4Kb for kernel stacks instead of 8Kb"
  514. default y
  515. help
  516. If you say Y here the kernel will use a 4Kb stacksize for the
  517. kernel stack attached to each process/thread. This facilitates
  518. running more threads on a system and also reduces the pressure
  519. on the VM subsystem for higher order allocations.
  520. config HZ
  521. int
  522. default 1000 if CLEOPATRA
  523. default 100
  524. comment "RAM configuration"
  525. config RAMBASE
  526. hex "Address of the base of RAM"
  527. default "0"
  528. help
  529. Define the address that RAM starts at. On many platforms this is
  530. 0, the base of the address space. And this is the default. Some
  531. platforms choose to setup their RAM at other addresses within the
  532. processor address space.
  533. config RAMSIZE
  534. hex "Size of RAM (in bytes), or 0 for automatic"
  535. default "0x400000"
  536. help
  537. Define the size of the system RAM. If you select 0 then the
  538. kernel will try to probe the RAM size at runtime. This is not
  539. supported on all CPU types.
  540. config VECTORBASE
  541. hex "Address of the base of system vectors"
  542. default "0"
  543. help
  544. Define the address of the system vectors. Commonly this is
  545. put at the start of RAM, but it doesn't have to be. On ColdFire
  546. platforms this address is programmed into the VBR register, thus
  547. actually setting the address to use.
  548. config MBAR
  549. hex "Address of the MBAR (internal peripherals)"
  550. default "0x10000000"
  551. depends on HAVE_MBAR
  552. help
  553. Define the address of the internal system peripherals. This value
  554. is set in the processors MBAR register. This is generally setup by
  555. the boot loader, and will not be written by the kernel. By far most
  556. ColdFire boards use the default 0x10000000 value, so if unsure then
  557. use this.
  558. config IPSBAR
  559. hex "Address of the IPSBAR (internal peripherals)"
  560. default "0x40000000"
  561. depends on HAVE_IPSBAR
  562. help
  563. Define the address of the internal system peripherals. This value
  564. is set in the processors IPSBAR register. This is generally setup by
  565. the boot loader, and will not be written by the kernel. By far most
  566. ColdFire boards use the default 0x40000000 value, so if unsure then
  567. use this.
  568. config KERNELBASE
  569. hex "Address of the base of kernel code"
  570. default "0x400"
  571. help
  572. Typically on m68k systems the kernel will not start at the base
  573. of RAM, but usually some small offset from it. Define the start
  574. address of the kernel here. The most common setup will have the
  575. processor vectors at the base of RAM and then the start of the
  576. kernel. On some platforms some RAM is reserved for boot loaders
  577. and the kernel starts after that. The 0x400 default was based on
  578. a system with the RAM based at address 0, and leaving enough room
  579. for the theoretical maximum number of 256 vectors.
  580. choice
  581. prompt "RAM bus width"
  582. default RAMAUTOBIT
  583. config RAMAUTOBIT
  584. bool "AUTO"
  585. help
  586. Select the physical RAM data bus size. Not needed on most platforms,
  587. so you can generally choose AUTO.
  588. config RAM8BIT
  589. bool "8bit"
  590. help
  591. Configure RAM bus to be 8 bits wide.
  592. config RAM16BIT
  593. bool "16bit"
  594. help
  595. Configure RAM bus to be 16 bits wide.
  596. config RAM32BIT
  597. bool "32bit"
  598. help
  599. Configure RAM bus to be 32 bits wide.
  600. endchoice
  601. comment "ROM configuration"
  602. config ROM
  603. bool "Specify ROM linker regions"
  604. default n
  605. help
  606. Define a ROM region for the linker script. This creates a kernel
  607. that can be stored in flash, with possibly the text, and data
  608. regions being copied out to RAM at startup.
  609. config ROMBASE
  610. hex "Address of the base of ROM device"
  611. default "0"
  612. depends on ROM
  613. help
  614. Define the address that the ROM region starts at. Some platforms
  615. use this to set their chip select region accordingly for the boot
  616. device.
  617. config ROMVEC
  618. hex "Address of the base of the ROM vectors"
  619. default "0"
  620. depends on ROM
  621. help
  622. This is almost always the same as the base of the ROM. Since on all
  623. 68000 type variants the vectors are at the base of the boot device
  624. on system startup.
  625. config ROMVECSIZE
  626. hex "Size of ROM vector region (in bytes)"
  627. default "0x400"
  628. depends on ROM
  629. help
  630. Define the size of the vector region in ROM. For most 68000
  631. variants this would be 0x400 bytes in size. Set to 0 if you do
  632. not want a vector region at the start of the ROM.
  633. config ROMSTART
  634. hex "Address of the base of system image in ROM"
  635. default "0x400"
  636. depends on ROM
  637. help
  638. Define the start address of the system image in ROM. Commonly this
  639. is strait after the ROM vectors.
  640. config ROMSIZE
  641. hex "Size of the ROM device"
  642. default "0x100000"
  643. depends on ROM
  644. help
  645. Size of the ROM device. On some platforms this is used to setup
  646. the chip select that controls the boot ROM device.
  647. choice
  648. prompt "Kernel executes from"
  649. ---help---
  650. Choose the memory type that the kernel will be running in.
  651. config RAMKERNEL
  652. bool "RAM"
  653. help
  654. The kernel will be resident in RAM when running.
  655. config ROMKERNEL
  656. bool "ROM"
  657. help
  658. The kernel will be resident in FLASH/ROM when running. This is
  659. often referred to as Execute-in-Place (XIP), since the kernel
  660. code executes from the position it is stored in the FLASH/ROM.
  661. endchoice
  662. if COLDFIRE
  663. source "kernel/Kconfig.preempt"
  664. endif
  665. source "kernel/time/Kconfig"
  666. source "mm/Kconfig"
  667. endmenu
  668. config ISA_DMA_API
  669. bool
  670. depends on !M5272
  671. default y
  672. source "drivers/pcmcia/Kconfig"
  673. menu "Executable file formats"
  674. source "fs/Kconfig.binfmt"
  675. endmenu
  676. menu "Power management options"
  677. config PM
  678. bool "Power Management support"
  679. help
  680. Support processor power management modes
  681. endmenu
  682. source "net/Kconfig"
  683. source "drivers/Kconfig"
  684. source "fs/Kconfig"
  685. source "arch/m68knommu/Kconfig.debug"
  686. source "security/Kconfig"
  687. source "crypto/Kconfig"
  688. source "lib/Kconfig"