Kconfig (bda307ed7bdc160fcf1475a49f6c2e796fcb1294) | Kconfig (bb2b180ca0469a51256d5ad62008b495345ad61f) |
---|---|
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 --- 300 unchanged lines hidden (view full) --- 309 Support for Intel's IOP13XX (XScale) family of processors. 310 311config ARCH_IOP32X 312 bool "IOP32x-based" 313 depends on MMU 314 select PLAT_IOP 315 select PCI 316 select GENERIC_GPIO | 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 --- 300 unchanged lines hidden (view full) --- 309 Support for Intel's IOP13XX (XScale) family of processors. 310 311config ARCH_IOP32X 312 bool "IOP32x-based" 313 depends on MMU 314 select PLAT_IOP 315 select PCI 316 select GENERIC_GPIO |
317 select HAVE_GPIO_LIB | 317 select ARCH_REQUIRE_GPIOLIB |
318 help 319 Support for Intel's 80219 and IOP32X (XScale) family of 320 processors. 321 322config ARCH_IOP33X 323 bool "IOP33x-based" 324 depends on MMU 325 select PLAT_IOP 326 select PCI 327 select GENERIC_GPIO | 318 help 319 Support for Intel's 80219 and IOP32X (XScale) family of 320 processors. 321 322config ARCH_IOP33X 323 bool "IOP33x-based" 324 depends on MMU 325 select PLAT_IOP 326 select PCI 327 select GENERIC_GPIO |
328 select HAVE_GPIO_LIB | 328 select ARCH_REQUIRE_GPIOLIB |
329 help 330 Support for Intel's IOP33X (XScale) family of processors. 331 332config ARCH_IXP23XX 333 bool "IXP23XX-based" 334 depends on MMU 335 select PCI 336 help --- 76 unchanged lines hidden (view full) --- 413 MV781x0, MV782x0. 414 415config ARCH_MXC 416 bool "Freescale MXC/iMX-based" 417 select GENERIC_TIME 418 select GENERIC_CLOCKEVENTS 419 select ARCH_MTD_XIP 420 select GENERIC_GPIO | 329 help 330 Support for Intel's IOP33X (XScale) family of processors. 331 332config ARCH_IXP23XX 333 bool "IXP23XX-based" 334 depends on MMU 335 select PCI 336 help --- 76 unchanged lines hidden (view full) --- 413 MV781x0, MV782x0. 414 415config ARCH_MXC 416 bool "Freescale MXC/iMX-based" 417 select GENERIC_TIME 418 select GENERIC_CLOCKEVENTS 419 select ARCH_MTD_XIP 420 select GENERIC_GPIO |
421 select HAVE_GPIO_LIB | 421 select ARCH_REQUIRE_GPIOLIB |
422 help 423 Support for Freescale MXC/iMX-based family of processors 424 425config ARCH_ORION5X 426 bool "Marvell Orion" 427 depends on MMU 428 select PCI 429 select GENERIC_GPIO --- 810 unchanged lines hidden --- | 422 help 423 Support for Freescale MXC/iMX-based family of processors 424 425config ARCH_ORION5X 426 bool "Marvell Orion" 427 depends on MMU 428 select PCI 429 select GENERIC_GPIO --- 810 unchanged lines hidden --- |