-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'for-linus' of github.com:openrisc/linux
Pull OpenRISC updates from Stafford Horne: "In this cycle we add PCI support to OpenRISC used in our new QEMU virt platform. The main updates from me include: - Kconfig updates to support OpenRISC PCI (just config now after the PCI cleanups I did on Bjorn's branch) - A new defconfig for the qemu virt platform. - Also there is one MAINTAINERS update. As I was working on the PCI series we kept getting bounces from Richard's old email address. I added this here; I am not sure how these are usually handled when the maintainer doesn't queue it themselves" * tag 'for-linus' of github.com:openrisc/linux: openrisc: io: Define iounmap argument as volatile MAINTAINERS: Update Richard Henderson's address openrisc: Add virt defconfig openrisc: Add pci bus support
- Loading branch information
Showing
6 changed files
with
117 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
CONFIG_SYSVIPC=y | ||
CONFIG_POSIX_MQUEUE=y | ||
CONFIG_NO_HZ_IDLE=y | ||
CONFIG_LOG_BUF_SHIFT=14 | ||
CONFIG_CGROUPS=y | ||
CONFIG_BLK_DEV_INITRD=y | ||
CONFIG_OPENRISC_HAVE_INST_CMOV=y | ||
CONFIG_OPENRISC_HAVE_INST_ROR=y | ||
CONFIG_OPENRISC_HAVE_INST_RORI=y | ||
CONFIG_OPENRISC_HAVE_INST_SEXT=y | ||
CONFIG_NR_CPUS=8 | ||
CONFIG_SMP=y | ||
CONFIG_HZ_100=y | ||
# CONFIG_OPENRISC_NO_SPR_SR_DSX is not set | ||
# CONFIG_COMPAT_BRK is not set | ||
CONFIG_NET=y | ||
CONFIG_PACKET=y | ||
CONFIG_UNIX=y | ||
CONFIG_INET=y | ||
# CONFIG_INET_DIAG is not set | ||
CONFIG_TCP_CONG_ADVANCED=y | ||
# CONFIG_TCP_CONG_BIC is not set | ||
# CONFIG_TCP_CONG_CUBIC is not set | ||
# CONFIG_TCP_CONG_WESTWOOD is not set | ||
# CONFIG_TCP_CONG_HTCP is not set | ||
# CONFIG_IPV6 is not set | ||
# CONFIG_WIRELESS is not set | ||
CONFIG_PCI=y | ||
CONFIG_PCIEPORTBUS=y | ||
CONFIG_PCI_HOST_GENERIC=y | ||
CONFIG_DEVTMPFS=y | ||
CONFIG_DEVTMPFS_MOUNT=y | ||
# CONFIG_PREVENT_FIRMWARE_BUILD is not set | ||
CONFIG_BLK_DEV_LOOP=y | ||
CONFIG_BLK_DEV_NBD=y | ||
CONFIG_VIRTIO_BLK=y | ||
CONFIG_NETDEVICES=y | ||
CONFIG_VIRTIO_NET=y | ||
CONFIG_ETHOC=y | ||
CONFIG_MICREL_PHY=y | ||
# CONFIG_WLAN is not set | ||
CONFIG_INPUT_MOUSEDEV=y | ||
# CONFIG_LEGACY_PTYS is not set | ||
CONFIG_SERIAL_8250=y | ||
CONFIG_SERIAL_8250_CONSOLE=y | ||
CONFIG_SERIAL_OF_PLATFORM=y | ||
CONFIG_VIRTIO_CONSOLE=y | ||
# CONFIG_HW_RANDOM is not set | ||
CONFIG_POWER_RESET=y | ||
CONFIG_POWER_RESET_SYSCON=y | ||
CONFIG_POWER_RESET_SYSCON_POWEROFF=y | ||
CONFIG_SYSCON_REBOOT_MODE=y | ||
# CONFIG_HWMON is not set | ||
CONFIG_DRM=y | ||
# CONFIG_DRM_FBDEV_EMULATION is not set | ||
CONFIG_DRM_VIRTIO_GPU=y | ||
CONFIG_FB=y | ||
CONFIG_FIRMWARE_EDID=y | ||
CONFIG_FRAMEBUFFER_CONSOLE=y | ||
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y | ||
CONFIG_LOGO=y | ||
CONFIG_SOUND=y | ||
CONFIG_SND=y | ||
CONFIG_SND_INTEL8X0=y | ||
CONFIG_SND_INTEL8X0M=y | ||
CONFIG_SND_SOC=y | ||
CONFIG_SND_VIRTIO=y | ||
# CONFIG_HID_A4TECH is not set | ||
# CONFIG_HID_BELKIN is not set | ||
# CONFIG_HID_CHERRY is not set | ||
# CONFIG_HID_CHICONY is not set | ||
# CONFIG_HID_CYPRESS is not set | ||
# CONFIG_HID_EZKEY is not set | ||
# CONFIG_HID_ITE is not set | ||
# CONFIG_HID_KENSINGTON is not set | ||
# CONFIG_HID_REDRAGON is not set | ||
# CONFIG_HID_MICROSOFT is not set | ||
# CONFIG_HID_MONTEREY is not set | ||
CONFIG_USB=y | ||
CONFIG_USB_XHCI_HCD=y | ||
CONFIG_USB_XHCI_PLATFORM=y | ||
CONFIG_USB_EHCI_HCD=y | ||
CONFIG_USB_EHCI_HCD_PLATFORM=y | ||
CONFIG_USB_OHCI_HCD=y | ||
CONFIG_USB_OHCI_HCD_PLATFORM=y | ||
CONFIG_USB_SERIAL=y | ||
CONFIG_USB_GADGET=y | ||
CONFIG_TYPEC=y | ||
CONFIG_RTC_CLASS=y | ||
CONFIG_RTC_DRV_GOLDFISH=y | ||
CONFIG_VIRT_DRIVERS=y | ||
CONFIG_VIRTIO_PCI=y | ||
# CONFIG_VIRTIO_PCI_LEGACY is not set | ||
CONFIG_VIRTIO_INPUT=y | ||
CONFIG_VIRTIO_MMIO=y | ||
CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y | ||
CONFIG_EXT3_FS=y | ||
CONFIG_EXT3_FS_POSIX_ACL=y | ||
# CONFIG_DNOTIFY is not set | ||
CONFIG_MSDOS_FS=y | ||
CONFIG_VFAT_FS=y | ||
CONFIG_EXFAT_FS=y | ||
CONFIG_TMPFS=y | ||
CONFIG_NFS_FS=y | ||
CONFIG_UNICODE=y | ||
CONFIG_PRINTK_TIME=y | ||
CONFIG_DYNAMIC_DEBUG=y | ||
CONFIG_FTRACE=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters