Kconfig (1da177e4c3f41524e886b7f1b8a0c1fc7321cac2) | Kconfig (5cae841b13f23ccdf7e38b2400b5cf57deb57ccf) |
---|---|
1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6mainmenu "Linux/SuperH Kernel Configuration" 7 8config SUPERH --- 679 unchanged lines hidden (view full) --- 688config RTC_9701JE 689 tristate "EPSON RTC-9701JE support" 690 depends on SH_RTS7751R2D 691 help 692 Selecting this option will support EPSON RTC-9701JE. 693 694endmenu 695 | 1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6mainmenu "Linux/SuperH Kernel Configuration" 7 8config SUPERH --- 679 unchanged lines hidden (view full) --- 688config RTC_9701JE 689 tristate "EPSON RTC-9701JE support" 690 depends on SH_RTS7751R2D 691 help 692 Selecting this option will support EPSON RTC-9701JE. 693 694endmenu 695 |
696config ISA_DMA_API 697 bool 698 depends on MPC1211 699 default y |
|
696 697menu "Bus options (PCI, PCMCIA, EISA, MCA, ISA)" 698 699# Even on SuperH devices which don't have an ISA bus, 700# this variable helps the PCMCIA modules handle 701# IRQ requesting properly -- Greg Banks. 702# 703# Though we're generally not interested in it when --- 90 unchanged lines hidden --- | 700 701menu "Bus options (PCI, PCMCIA, EISA, MCA, ISA)" 702 703# Even on SuperH devices which don't have an ISA bus, 704# this variable helps the PCMCIA modules handle 705# IRQ requesting properly -- Greg Banks. 706# 707# Though we're generally not interested in it when --- 90 unchanged lines hidden --- |