Kconfig (eb01d42a77785ff96b6e66a2a2e7027fc6d78e4a) | Kconfig (2eac9c2dfb2b9660d592abbf3d172ebcb0af3719) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2config SUPERH 3 def_bool y 4 select ARCH_HAS_PTE_SPECIAL 5 select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST 6 select ARCH_MIGHT_HAVE_PC_PARPORT 7 select ARCH_NO_COHERENT_DMA_MMAP if !MMU 8 select HAVE_PATA_PLATFORM --- 841 unchanged lines hidden (view full) --- 850 help 851 The Maple Bus is SEGA's serial communication bus for peripherals 852 on the Dreamcast. Without this bus support you won't be able to 853 get your Dreamcast keyboard etc to work, so most users 854 probably want to say 'Y' here, unless you are only using the 855 Dreamcast with a serial line terminal or a remote network 856 connection. 857 | 1# SPDX-License-Identifier: GPL-2.0 2config SUPERH 3 def_bool y 4 select ARCH_HAS_PTE_SPECIAL 5 select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST 6 select ARCH_MIGHT_HAVE_PC_PARPORT 7 select ARCH_NO_COHERENT_DMA_MMAP if !MMU 8 select HAVE_PATA_PLATFORM --- 841 unchanged lines hidden (view full) --- 850 help 851 The Maple Bus is SEGA's serial communication bus for peripherals 852 on the Dreamcast. Without this bus support you won't be able to 853 get your Dreamcast keyboard etc to work, so most users 854 probably want to say 'Y' here, unless you are only using the 855 Dreamcast with a serial line terminal or a remote network 856 connection. 857 |
858config PCI_DOMAINS 859 bool 860 | |
861source "drivers/pcmcia/Kconfig" 862 863endmenu 864 865menu "Power management options (EXPERIMENTAL)" 866 867source "kernel/power/Kconfig" 868 869source "drivers/cpuidle/Kconfig" 870 871endmenu | 858source "drivers/pcmcia/Kconfig" 859 860endmenu 861 862menu "Power management options (EXPERIMENTAL)" 863 864source "kernel/power/Kconfig" 865 866source "drivers/cpuidle/Kconfig" 867 868endmenu |