Kconfig (4854c7b27f0975a2b629f35ea3996d2968eb7c4f) Kconfig (cd701aa27e4cfab5c99c7da13d404b1f3a0aecfb)
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6mainmenu "Linux Kernel Configuration"
7
8config ARM

--- 239 unchanged lines hidden (view full) ---

248 bool "SA1100-based"
249 select ISA
250 select ARCH_DISCONTIGMEM_ENABLE
251 select ARCH_MTD_XIP
252 help
253 Support for StrongARM 11x0 based boards.
254
255config ARCH_S3C2410
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6mainmenu "Linux Kernel Configuration"
7
8config ARM

--- 239 unchanged lines hidden (view full) ---

248 bool "SA1100-based"
249 select ISA
250 select ARCH_DISCONTIGMEM_ENABLE
251 select ARCH_MTD_XIP
252 help
253 Support for StrongARM 11x0 based boards.
254
255config ARCH_S3C2410
256 bool "Samsung S3C2410"
256 bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442"
257 help
258 Samsung S3C2410X CPU based systems, such as the Simtec Electronics
259 BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
260 the Samsung SMDK2410 development board (and derivatives).
261
262config ARCH_SHARK
263 bool "Shark"
264 select ISA

--- 102 unchanged lines hidden (view full) ---

367 bool
368 select ISA_DMA_API
369
370# Select ISA DMA interface
371config ISA_DMA_API
372 bool
373
374config PCI
257 help
258 Samsung S3C2410X CPU based systems, such as the Simtec Electronics
259 BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
260 the Samsung SMDK2410 development board (and derivatives).
261
262config ARCH_SHARK
263 bool "Shark"
264 select ISA

--- 102 unchanged lines hidden (view full) ---

367 bool
368 select ISA_DMA_API
369
370# Select ISA DMA interface
371config ISA_DMA_API
372 bool
373
374config PCI
375 bool "PCI support" if ARCH_INTEGRATOR_AP || ARCH_VERSATILE_PB
375 bool "PCI support" if ARCH_INTEGRATOR_AP || ARCH_VERSATILE_PB || ARCH_IXP4XX
376 help
377 Find out whether you have a PCI motherboard. PCI is the name of a
378 bus system, i.e. the way the CPU talks to the other stuff inside
379 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
380 VESA. If you have PCI, say Y, otherwise N.
381
382 The PCI-HOWTO, available from
383 <http://www.tldp.org/docs.html#howto>, contains valuable

--- 510 unchanged lines hidden ---
376 help
377 Find out whether you have a PCI motherboard. PCI is the name of a
378 bus system, i.e. the way the CPU talks to the other stuff inside
379 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
380 VESA. If you have PCI, say Y, otherwise N.
381
382 The PCI-HOWTO, available from
383 <http://www.tldp.org/docs.html#howto>, contains valuable

--- 510 unchanged lines hidden ---