Kconfig (54f53f2b94feb72622bec7a8563fc487d9f97720) Kconfig (69b02f6a9639af89c099d06d5f2c4c66a1b03ebf)
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

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

379
380config ARCH_ORION
381 bool "Marvell Orion"
382 depends on MMU
383 select PCI
384 select GENERIC_GPIO
385 select GENERIC_TIME
386 select GENERIC_CLOCKEVENTS
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

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

379
380config ARCH_ORION
381 bool "Marvell Orion"
382 depends on MMU
383 select PCI
384 select GENERIC_GPIO
385 select GENERIC_TIME
386 select GENERIC_CLOCKEVENTS
387 select PLAT_ORION
387 help
388 Support for Marvell Orion System on Chip family.
389
390config ARCH_PNX4008
391 bool "Philips Nexperia PNX4008 Mobile"
392 help
393 This enables support for Philips PNX4008 mobile platform.
394

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

558
559# Definitions to make life easier
560config ARCH_ACORN
561 bool
562
563config PLAT_IOP
564 bool
565
388 help
389 Support for Marvell Orion System on Chip family.
390
391config ARCH_PNX4008
392 bool "Philips Nexperia PNX4008 Mobile"
393 help
394 This enables support for Philips PNX4008 mobile platform.
395

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

559
560# Definitions to make life easier
561config ARCH_ACORN
562 bool
563
564config PLAT_IOP
565 bool
566
567config PLAT_ORION
568 bool
569
566source arch/arm/mm/Kconfig
567
568config IWMMXT
569 bool "Enable iWMMXt support"
570 depends on CPU_XSCALE || CPU_XSC3
571 default y if PXA27x || PXA3xx
572 help
573 Enable support for iWMMXt context switching at run time if

--- 614 unchanged lines hidden ---
570source arch/arm/mm/Kconfig
571
572config IWMMXT
573 bool "Enable iWMMXt support"
574 depends on CPU_XSCALE || CPU_XSC3
575 default y if PXA27x || PXA3xx
576 help
577 Enable support for iWMMXt context switching at run time if

--- 614 unchanged lines hidden ---