Kconfig (e2bb6650ef94c64723e2dd35ab92410b9477bc64) | Kconfig (14c6b5e7add9ec393ad61bceb6106b47c7f14bd3) |
---|---|
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 --- 474 unchanged lines hidden (view full) --- 483 select GENERIC_TIME 484 select GENERIC_CLOCKEVENTS 485 select TICK_ONESHOT 486 select PLAT_PXA 487 help 488 Support for Intel/Marvell's PXA2xx/PXA3xx processor line. 489 490config ARCH_MMP | 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 --- 474 unchanged lines hidden (view full) --- 483 select GENERIC_TIME 484 select GENERIC_CLOCKEVENTS 485 select TICK_ONESHOT 486 select PLAT_PXA 487 help 488 Support for Intel/Marvell's PXA2xx/PXA3xx processor line. 489 490config ARCH_MMP |
491 bool "Marvell PXA168" | 491 bool "Marvell PXA168/910" |
492 depends on MMU 493 select GENERIC_GPIO 494 select ARCH_REQUIRE_GPIOLIB 495 select HAVE_CLK 496 select COMMON_CLKDEV 497 select GENERIC_TIME 498 select GENERIC_CLOCKEVENTS 499 select TICK_ONESHOT 500 select PLAT_PXA 501 help | 492 depends on MMU 493 select GENERIC_GPIO 494 select ARCH_REQUIRE_GPIOLIB 495 select HAVE_CLK 496 select COMMON_CLKDEV 497 select GENERIC_TIME 498 select GENERIC_CLOCKEVENTS 499 select TICK_ONESHOT 500 select PLAT_PXA 501 help |
502 Support for Marvell's PXA168 processor line. | 502 Support for Marvell's PXA168/910 processor line. |
503 504config ARCH_RPC 505 bool "RiscPC" 506 select ARCH_ACORN 507 select FIQ 508 select TIMER_ACORN 509 select ARCH_MAY_HAVE_PC_FDC 510 select HAVE_PATA_PLATFORM --- 854 unchanged lines hidden --- | 503 504config ARCH_RPC 505 bool "RiscPC" 506 select ARCH_ACORN 507 select FIQ 508 select TIMER_ACORN 509 select ARCH_MAY_HAVE_PC_FDC 510 select HAVE_PATA_PLATFORM --- 854 unchanged lines hidden --- |