Kconfig (6ac1ef482d7ae0c690f1640bf6eb818ff9a2d91e) | Kconfig (fea88a0c02822fbb91a0b8301bf9af04377876a3) |
---|---|
1config SUPERH 2 def_bool y 3 select EXPERT 4 select CLKDEV_LOOKUP 5 select HAVE_IDE if HAS_IOPORT 6 select HAVE_MEMBLOCK 7 select HAVE_MEMBLOCK_NODE_MAP 8 select ARCH_DISCARD_MEMBLOCK --- 413 unchanged lines hidden (view full) --- 422 select CPU_SHX2 423 select ARCH_SHMOBILE 424 select ARCH_SPARSEMEM_ENABLE 425 select SYS_SUPPORTS_CMT 426 select ARCH_WANT_OPTIONAL_GPIOLIB 427 help 428 Select SH7724 if you have an SH-MobileR2R CPU. 429 | 1config SUPERH 2 def_bool y 3 select EXPERT 4 select CLKDEV_LOOKUP 5 select HAVE_IDE if HAS_IOPORT 6 select HAVE_MEMBLOCK 7 select HAVE_MEMBLOCK_NODE_MAP 8 select ARCH_DISCARD_MEMBLOCK --- 413 unchanged lines hidden (view full) --- 422 select CPU_SHX2 423 select ARCH_SHMOBILE 424 select ARCH_SPARSEMEM_ENABLE 425 select SYS_SUPPORTS_CMT 426 select ARCH_WANT_OPTIONAL_GPIOLIB 427 help 428 Select SH7724 if you have an SH-MobileR2R CPU. 429 |
430config CPU_SUBTYPE_SH7734 431 bool "Support SH7734 processor" 432 select CPU_SH4A 433 select CPU_SHX2 434 select ARCH_WANT_OPTIONAL_GPIOLIB 435 select USB_ARCH_HAS_OHCI 436 select USB_ARCH_HAS_EHCI 437 help 438 Select SH7734 if you have a SH4A SH7734 CPU. 439 |
|
430config CPU_SUBTYPE_SH7757 431 bool "Support SH7757 processor" 432 select CPU_SH4A 433 select CPU_SHX2 434 select ARCH_WANT_OPTIONAL_GPIOLIB 435 select USB_ARCH_HAS_OHCI 436 select USB_ARCH_HAS_EHCI 437 help --- 141 unchanged lines hidden (view full) --- 579 platforms lacking an RTC. 580 581config SH_CLK_CPG 582 def_bool y 583 584config SH_CLK_CPG_LEGACY 585 depends on SH_CLK_CPG 586 def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE && \ | 440config CPU_SUBTYPE_SH7757 441 bool "Support SH7757 processor" 442 select CPU_SH4A 443 select CPU_SHX2 444 select ARCH_WANT_OPTIONAL_GPIOLIB 445 select USB_ARCH_HAS_OHCI 446 select USB_ARCH_HAS_EHCI 447 help --- 141 unchanged lines hidden (view full) --- 589 platforms lacking an RTC. 590 591config SH_CLK_CPG 592 def_bool y 593 594config SH_CLK_CPG_LEGACY 595 depends on SH_CLK_CPG 596 def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE && \ |
587 !CPU_SHX3 && !CPU_SUBTYPE_SH7757 | 597 !CPU_SHX3 && !CPU_SUBTYPE_SH7757 && !CPU_SUBTYPE_SH7734 |
588 589source "kernel/time/Kconfig" 590 591endmenu 592 593menu "CPU Frequency scaling" 594 595source "drivers/cpufreq/Kconfig" --- 317 unchanged lines hidden --- | 598 599source "kernel/time/Kconfig" 600 601endmenu 602 603menu "CPU Frequency scaling" 604 605source "drivers/cpufreq/Kconfig" --- 317 unchanged lines hidden --- |