blob: 0702f622a55f525f1e8e7d6e2f57bae579599b35 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
config OR1K_SIM
bool
default y
depends on OPENRISC
select DEVICE_TREE
select SERIAL_MM
select OPENCORES_ETH
select OMPIC
select SPLIT_IRQ
config OR1K_VIRT
bool
default y
depends on OPENRISC
imply PCI_DEVICES
imply VIRTIO_VGA
imply TEST_DEVICES
select DEVICE_TREE
select PCI
select PCI_EXPRESS_GENERIC_BRIDGE
select GOLDFISH_RTC
select SERIAL_MM
select SIFIVE_TEST
select VIRTIO_MMIO
|