Kconfig (69b02f6a9639af89c099d06d5f2c4c66a1b03ebf) | Kconfig (9dd0b194bf6804b1998f0fe261b2606ec7b58d72) |
---|---|
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 --- 363 unchanged lines hidden (view full) --- 372 <http://www.digi.com/products/microprocessors/index.jsp> 373 374config ARCH_MXC 375 bool "Freescale MXC/iMX-based" 376 select ARCH_MTD_XIP 377 help 378 Support for Freescale MXC/iMX-based family of processors 379 | 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 --- 363 unchanged lines hidden (view full) --- 372 <http://www.digi.com/products/microprocessors/index.jsp> 373 374config ARCH_MXC 375 bool "Freescale MXC/iMX-based" 376 select ARCH_MTD_XIP 377 help 378 Support for Freescale MXC/iMX-based family of processors 379 |
380config ARCH_ORION | 380config ARCH_ORION5X |
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 388 help | 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 388 help |
389 Support for Marvell Orion System on Chip family. | 389 Support for the following Marvell Orion 5x series SoCs: 390 Orion-1 (5181), Orion-NAS (5182), Orion-2 (5281.) |
390 391config ARCH_PNX4008 392 bool "Philips Nexperia PNX4008 Mobile" 393 help 394 This enables support for Philips PNX4008 mobile platform. 395 396config ARCH_PXA 397 bool "PXA2xx/PXA3xx-based" --- 114 unchanged lines hidden (view full) --- 512source "arch/arm/mach-sa1100/Kconfig" 513 514source "arch/arm/plat-omap/Kconfig" 515 516source "arch/arm/mach-omap1/Kconfig" 517 518source "arch/arm/mach-omap2/Kconfig" 519 | 391 392config ARCH_PNX4008 393 bool "Philips Nexperia PNX4008 Mobile" 394 help 395 This enables support for Philips PNX4008 mobile platform. 396 397config ARCH_PXA 398 bool "PXA2xx/PXA3xx-based" --- 114 unchanged lines hidden (view full) --- 513source "arch/arm/mach-sa1100/Kconfig" 514 515source "arch/arm/plat-omap/Kconfig" 516 517source "arch/arm/mach-omap1/Kconfig" 518 519source "arch/arm/mach-omap2/Kconfig" 520 |
520source "arch/arm/mach-orion/Kconfig" | 521source "arch/arm/mach-orion5x/Kconfig" |
521 522source "arch/arm/plat-s3c24xx/Kconfig" 523source "arch/arm/plat-s3c/Kconfig" 524 525if ARCH_S3C2410 526source "arch/arm/mach-s3c2400/Kconfig" 527source "arch/arm/mach-s3c2410/Kconfig" 528source "arch/arm/mach-s3c2412/Kconfig" --- 663 unchanged lines hidden --- | 522 523source "arch/arm/plat-s3c24xx/Kconfig" 524source "arch/arm/plat-s3c/Kconfig" 525 526if ARCH_S3C2410 527source "arch/arm/mach-s3c2400/Kconfig" 528source "arch/arm/mach-s3c2410/Kconfig" 529source "arch/arm/mach-s3c2412/Kconfig" --- 663 unchanged lines hidden --- |