-uhci-pci.c as
*_UHCI_SYSBUS and *_UHCI_PCI.
Signed-off-by: Ákos Kovács
Create CONFIG_USB_OHCI_PCI and CONFIG_USB_OHCI_SYSBUS configuration
options for the new hcd-ohci-pci.c and hcd-ohci-sysbus.c files.
Add CONFIG_USB_OHCI_PCI to default-configs/{arm,sh4}-softmmu.mak.
Signed-off-by: Ákos Kovács
---
default-configs/arm-softmmu.mak |2 ++
default-configs/sh4
Move the existing sysbus and PCI logic to hcd-ohci-sysbus.c and
hcd-ohci-pci.c from hcd-ohci.c. Create a new hcd-ohci.h header for the
shared declarations and macros.
Signed-off-by: Ákos Kovács
---
hw/usb/hcd-ohci-pci.c| 96 ++
hw/usb/hcd-ohci-sysbus.c | 84 +
hw/usb/hcd
Create new configuration variables, CONFIG_USB_EHCI_SYSBUS and
CONFIG_USB_EHCI_PCI for hcd-ehci-sysbus.o and hcd-ehci-pci.o.
Make CONFIG_USB_EHCI_SYSBUS default for arm-softmmu.mak.
Signed-off-by: Ákos Kovács
---
default-configs/arm-softmmu.mak |1 +
hw/usb/Makefile.objs|4
Add the new CONFIG_* values to default-config/xtensa*-softmmu.mak.
Signed-off-by: Ákos Kovács
---
default-configs/xtensa-softmmu.mak |3 +++
default-configs/xtensaeb-softmmu.mak |3 +++
hw/xtensa/Makefile.objs |4 ++--
3 files changed, 8 insertions(+), 2 deletions
lnot, land, lor, lif, eq, ne, isempty, notempty functions added
Example usage:
obj-$(call lor,$(CONFIG_LINUX),$(CONFIG_BSD)) += feature.o
Signed-off-by: Ákos Kovács
---
rules.mak | 16
1 file changed, 16 insertions(+)
diff --git a/rules.mak b/rules.mak
index 4499745
hset does not contain any way to build binaries with the
new configuration,
but it can be 'imitated' with a single 'include ../.config' line in the
target's
*-softmmu/config-devices.mak or default-configs/*-softmmu.mak.
Signed-off-by: Ákos Kovács
CONFIG_NO_* variables replaced with the lnot logical function
Signed-off-by: Ákos Kovács
---
Makefile.target |8 ++--
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/Makefile.target b/Makefile.target
index 9a49852..bbc668b 100644
--- a/Makefile.target
+++ b/Makefile.target
Add the kconfig-frontends to scripts/, picking version 3.10.
Signed-off-by: Ákos Kovács
---
.gitmodules |3 +++
scripts/kconfig |1 +
2 files changed, 4 insertions(+)
create mode 16 scripts/kconfig
diff --git a/.gitmodules b/.gitmodules
index d7e3f3c..754fc03 100644
--- a
Signed-off-by: Ákos Kovács
---
hw/block/Kconfig | 34 ++
1 file changed, 34 insertions(+)
create mode 100644 hw/block/Kconfig
diff --git a/hw/block/Kconfig b/hw/block/Kconfig
new file mode 100644
index 000..400cab3
--- /dev/null
+++ b/hw/block/Kconfig
Signed-off-by: Ákos Kovács
---
hw/audio/Kconfig | 41 +
1 file changed, 41 insertions(+)
create mode 100644 hw/audio/Kconfig
diff --git a/hw/audio/Kconfig b/hw/audio/Kconfig
new file mode 100644
index 000..bb6c31d
--- /dev/null
+++ b/hw/audio
Makefile.target: Build gdbstub-xml.o only when
TARGET_XML_FILES is not empty.
Signed-off-by: Ákos Kovács
---
Makefile.target |2 +-
default-configs/arm-linux-user.mak|2 --
default-configs/arm-softmmu.mak |1 -
default-configs/armeb-linux
Signed-off-by: Ákos Kovács
---
hw/cpu/Kconfig | 11 +++
1 file changed, 11 insertions(+)
create mode 100644 hw/cpu/Kconfig
diff --git a/hw/cpu/Kconfig b/hw/cpu/Kconfig
new file mode 100644
index 000..d90cbe5
--- /dev/null
+++ b/hw/cpu/Kconfig
@@ -0,0 +1,11 @@
+config ARM11MPCORE
Signed-off-by: Ákos Kovács
---
hw/i2c/Kconfig | 10 ++
1 file changed, 10 insertions(+)
create mode 100644 hw/i2c/Kconfig
diff --git a/hw/i2c/Kconfig b/hw/i2c/Kconfig
new file mode 100644
index 000..eaf17cc
--- /dev/null
+++ b/hw/i2c/Kconfig
@@ -0,0 +1,10 @@
+config VERSATILE_I2C
Set CONFIG_CLIPPER as default for default-configs/alpha-softmmu.mak
Signed-off-by: Ákos Kovács
---
default-configs/alpha-softmmu.mak |2 ++
hw/alpha/Makefile.objs|2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/default-configs/alpha-softmmu.mak
b/default
Signed-off-by: Ákos Kovács
---
hw/input/Kconfig | 23 +++
1 file changed, 23 insertions(+)
create mode 100644 hw/input/Kconfig
diff --git a/hw/input/Kconfig b/hw/input/Kconfig
new file mode 100644
index 000..9114433
--- /dev/null
+++ b/hw/input/Kconfig
@@ -0,0 +1,23
CONFIG_PETALOGIX_* configs added to default-configs/microblaze-softmmu.mak
and default-configs/microblazeel-softmmu.mak.
Signed-off-by: Ákos Kovács
---
default-configs/microblaze-softmmu.mak |3 +++
default-configs/microblazeel-softmmu.mak |3 +++
hw/microblaze/Makefile.objs
Signed-off-by: Ákos Kovács
---
hw/pci/Kconfig |8
1 file changed, 8 insertions(+)
create mode 100644 hw/pci/Kconfig
diff --git a/hw/pci/Kconfig b/hw/pci/Kconfig
new file mode 100644
index 000..31a755d
--- /dev/null
+++ b/hw/pci/Kconfig
@@ -0,0 +1,8 @@
+config PCI
+bool
Signed-off-by: Ákos Kovács
---
hw/net/Kconfig | 74
1 file changed, 74 insertions(+)
create mode 100644 hw/net/Kconfig
diff --git a/hw/net/Kconfig b/hw/net/Kconfig
new file mode 100644
index 000..19ca549
--- /dev/null
+++ b/hw/net
Add the new configs to default-configs/mips*-sofmmu.mak.
Signed-off-by: Ákos Kovács
---
default-configs/mips-softmmu.mak |6 ++
default-configs/mips64-softmmu.mak |6 ++
default-configs/mips64el-softmmu.mak |6 ++
default-configs/mipsel-softmmu.mak |6
CONFIG_PPC405, CONFIG_PPC440, CONFIG_PPC4XX, CONFIG_PREP,
CONFIG_MAC_OLDWORLD, CONFIG_MAC_NEWWORLD, CONFIG_VIRTEX configuration
options created for default-configs/ppc*-softmmu.mak.
Signed-off-by: Ákos Kovács
---
default-configs/ppc-softmmu.mak|8
default-configs/ppc64
CONFIG_LEON3 added to default-configs/sparc-softmmu.mak.
Signed-off-by: Ákos Kovács
---
default-configs/sparc-softmmu.mak |2 ++
hw/sparc/Makefile.objs|3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/default-configs/sparc-softmmu.mak
b/default-configs
Signed-off-by: Ákos Kovács
---
hw/pci-bridge/Kconfig |3 +++
1 file changed, 3 insertions(+)
create mode 100644 hw/pci-bridge/Kconfig
diff --git a/hw/pci-bridge/Kconfig b/hw/pci-bridge/Kconfig
new file mode 100644
index 000..1d23483
--- /dev/null
+++ b/hw/pci-bridge/Kconfig
@@ -0,0
New CONFIG_* varibales created for r2d and shix boards
and added to the default-configs/sh4*-softmmu.mak.
Signed-off-by: Ákos Kovács
---
default-configs/sh4-softmmu.mak |3 +++
default-configs/sh4eb-softmmu.mak |3 +++
hw/sh4/Makefile.objs |4 ++--
3 files changed, 8
Signed-off-by: Ákos Kovács
---
hw/tpm/Kconfig |6 ++
1 file changed, 6 insertions(+)
create mode 100644 hw/tpm/Kconfig
diff --git a/hw/tpm/Kconfig b/hw/tpm/Kconfig
new file mode 100644
index 000..8c9fb24
--- /dev/null
+++ b/hw/tpm/Kconfig
@@ -0,0 +1,6 @@
+config TPM_TIS
+bool
Signed-off-by: Ákos Kovács
---
hw/9pfs/Kconfig |2 ++
1 file changed, 2 insertions(+)
create mode 100644 hw/9pfs/Kconfig
diff --git a/hw/9pfs/Kconfig b/hw/9pfs/Kconfig
new file mode 100644
index 000..f16ffed
--- /dev/null
+++ b/hw/9pfs/Kconfig
@@ -0,0 +1,2 @@
+config OPEN_BY_HANDLE
Signed-off-by: Ákos Kovács
---
hw/lm32/Makefile.objs |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/lm32/Makefile.objs b/hw/lm32/Makefile.objs
index ea6418a..c394186 100644
--- a/hw/lm32/Makefile.objs
+++ b/hw/lm32/Makefile.objs
@@ -1,3 +1,3 @@
# LM32 boards
-obj
Signed-off-by: Ákos Kovács
---
hw/Kconfig | 27 +++
1 file changed, 27 insertions(+)
create mode 100644 hw/Kconfig
diff --git a/hw/Kconfig b/hw/Kconfig
new file mode 100644
index 000..23e062b
--- /dev/null
+++ b/hw/Kconfig
@@ -0,0 +1,27 @@
+source "hw/9pfs/Kc
Signed-off-by: Ákos Kovács
---
hw/char/Kconfig | 24
1 file changed, 24 insertions(+)
create mode 100644 hw/char/Kconfig
diff --git a/hw/char/Kconfig b/hw/char/Kconfig
new file mode 100644
index 000..7ad0bd3
--- /dev/null
+++ b/hw/char/Kconfig
@@ -0,0 +1,24
Signed-off-by: Ákos Kovács
---
hw/arm/Kconfig | 235
1 file changed, 235 insertions(+)
create mode 100644 hw/arm/Kconfig
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
new file mode 100644
index 000..c72b949
--- /dev/null
+++ b/hw/arm
Signed-off-by: Ákos Kovács
---
hw/core/Kconfig | 11 +++
1 file changed, 11 insertions(+)
create mode 100644 hw/core/Kconfig
diff --git a/hw/core/Kconfig b/hw/core/Kconfig
new file mode 100644
index 000..8c275f7
--- /dev/null
+++ b/hw/core/Kconfig
@@ -0,0 +1,11 @@
+config
Signed-off-by: Ákos Kovács
---
hw/dma/Kconfig | 25 +
1 file changed, 25 insertions(+)
create mode 100644 hw/dma/Kconfig
diff --git a/hw/dma/Kconfig b/hw/dma/Kconfig
new file mode 100644
index 000..1ef6b47
--- /dev/null
+++ b/hw/dma/Kconfig
@@ -0,0 +1,25
Signed-off-by: Ákos Kovács
---
hw/display/Kconfig | 84
1 file changed, 84 insertions(+)
create mode 100644 hw/display/Kconfig
diff --git a/hw/display/Kconfig b/hw/display/Kconfig
new file mode 100644
index 000..1f6f386
--- /dev/null
Signed-off-by: Ákos Kovács
---
hw/gpio/Kconfig |5 +
1 file changed, 5 insertions(+)
create mode 100644 hw/gpio/Kconfig
diff --git a/hw/gpio/Kconfig b/hw/gpio/Kconfig
new file mode 100644
index 000..820c76f
--- /dev/null
+++ b/hw/gpio/Kconfig
@@ -0,0 +1,5 @@
+config MAX7310
Signed-off-by: Ákos Kovács
---
hw/ide/Kconfig | 49 +
1 file changed, 49 insertions(+)
create mode 100644 hw/ide/Kconfig
diff --git a/hw/ide/Kconfig b/hw/ide/Kconfig
new file mode 100644
index 000..c73af88
--- /dev/null
+++ b/hw/ide/Kconfig
CONFIG_AN5206, CONFIG_DUMMY_M68K, CONFIG_MCF5206, CONFIG_MCF5208
make variables created for m68k boards, and added to
default-configs/m86k-softmmu.mak.
Signed-off-by: Ákos Kovács
---
default-configs/m68k-softmmu.mak |3 +++
hw/m68k/Makefile.objs|7 ---
2 files changed, 7
Signed-off-by: Ákos Kovács
---
hw/intc/Kconfig | 28
1 file changed, 28 insertions(+)
create mode 100644 hw/intc/Kconfig
diff --git a/hw/intc/Kconfig b/hw/intc/Kconfig
new file mode 100644
index 000..c4dec79
--- /dev/null
+++ b/hw/intc/Kconfig
@@ -0,0 +1,28
Signed-off-by: Ákos Kovács
---
hw/isa/Kconfig | 42 ++
1 file changed, 42 insertions(+)
create mode 100644 hw/isa/Kconfig
diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig
new file mode 100644
index 000..8b6baaf
--- /dev/null
+++ b/hw/isa/Kconfig
Signed-off-by: Ákos Kovács
---
hw/pci-host/Kconfig | 36
1 file changed, 36 insertions(+)
create mode 100644 hw/pci-host/Kconfig
diff --git a/hw/pci-host/Kconfig b/hw/pci-host/Kconfig
new file mode 100644
index 000..12014f5
--- /dev/null
+++ b/hw/pci
Signed-off-by: Ákos Kovács
---
hw/misc/Kconfig | 67 +++
1 file changed, 67 insertions(+)
create mode 100644 hw/misc/Kconfig
diff --git a/hw/misc/Kconfig b/hw/misc/Kconfig
new file mode 100644
index 000..5a6477f
--- /dev/null
+++ b/hw
Signed-off-by: Ákos Kovács
---
hw/nvram/Kconfig |5 +
1 file changed, 5 insertions(+)
create mode 100644 hw/nvram/Kconfig
diff --git a/hw/nvram/Kconfig b/hw/nvram/Kconfig
new file mode 100644
index 000..1235c6e
--- /dev/null
+++ b/hw/nvram/Kconfig
@@ -0,0 +1,5 @@
+config DS1225Y
Signed-off-by: Ákos Kovács
---
hw/scsi/Kconfig | 21 +
1 file changed, 21 insertions(+)
create mode 100644 hw/scsi/Kconfig
diff --git a/hw/scsi/Kconfig b/hw/scsi/Kconfig
new file mode 100644
index 000..5e493a6
--- /dev/null
+++ b/hw/scsi/Kconfig
@@ -0,0 +1,21 @@
+menu
Signed-off-by: Ákos Kovács
---
hw/timer/Kconfig | 80 ++
1 file changed, 80 insertions(+)
create mode 100644 hw/timer/Kconfig
diff --git a/hw/timer/Kconfig b/hw/timer/Kconfig
new file mode 100644
index 000..5d55137
--- /dev/null
+++ b
Signed-off-by: Ákos Kovács
---
hw/sd/Kconfig | 23 +++
1 file changed, 23 insertions(+)
create mode 100644 hw/sd/Kconfig
diff --git a/hw/sd/Kconfig b/hw/sd/Kconfig
new file mode 100644
index 000..eaef4f7
--- /dev/null
+++ b/hw/sd/Kconfig
@@ -0,0 +1,23 @@
+config SD
Signed-off-by: Ákos Kovács
---
hw/ssi/Kconfig | 14 ++
1 file changed, 14 insertions(+)
create mode 100644 hw/ssi/Kconfig
diff --git a/hw/ssi/Kconfig b/hw/ssi/Kconfig
new file mode 100644
index 000..4f89fd2
--- /dev/null
+++ b/hw/ssi/Kconfig
@@ -0,0 +1,14 @@
+config SSI
Signed-off-by: Ákos Kovács
---
hw/watchdog/Kconfig |7 +++
1 file changed, 7 insertions(+)
create mode 100644 hw/watchdog/Kconfig
diff --git a/hw/watchdog/Kconfig b/hw/watchdog/Kconfig
new file mode 100644
index 000..d579e32
--- /dev/null
+++ b/hw/watchdog/Kconfig
@@ -0,0 +1,7
Signed-off-by: Ákos Kovács
---
Kconfig | 12
1 file changed, 12 insertions(+)
create mode 100644 Kconfig
diff --git a/Kconfig b/Kconfig
new file mode 100644
index 000..7fd9771
--- /dev/null
+++ b/Kconfig
@@ -0,0 +1,12 @@
+# Kconfig SeaBIOS configuration
+
+mainmenu "
Signed-off-by: Ákos Kovács
---
configure | 11 +++
1 file changed, 11 insertions(+)
diff --git a/configure b/configure
index 18fa608..353c0cb 100755
--- a/configure
+++ b/configure
@@ -4288,6 +4288,7 @@ case "$target_name" in
;;
sparc64)
TARGET_BASE_
Signed-off-by: Ákos Kovács
---
Makefile | 150 --
1 file changed, 88 insertions(+), 62 deletions(-)
diff --git a/Makefile b/Makefile
index 4d257f1..9e7d815 100644
--- a/Makefile
+++ b/Makefile
@@ -56,8 +56,8 @@ Makefile: ;
configure
The new CONFIG_* definitions added to the default-configs/arm-softmmu.mak
Signed-off-by: Ákos Kovács
---
default-configs/arm-softmmu.mak | 13 +
hw/arm/Makefile.objs| 35 ---
2 files changed, 41 insertions(+), 7 deletions(-)
diff --git
Signed-off-by: Ákos Kovács
---
hw/usb/Kconfig | 60
1 file changed, 60 insertions(+)
create mode 100644 hw/usb/Kconfig
diff --git a/hw/usb/Kconfig b/hw/usb/Kconfig
new file mode 100644
index 000..a39915c
--- /dev/null
+++ b/hw/usb
The new CONFIG_* definitions added to the default-configs/arm-softmmu.mak
Signed-off-by: Ákos Kovács
---
default-configs/arm-softmmu.mak | 13 +
hw/arm/Makefile.objs| 35 ---
2 files changed, 41 insertions(+), 7 deletions(-)
diff --git
On Sun, May 05, 2013 at 08:47:25PM +0200, Laszlo Ersek wrote:
> On 05/04/13 17:22, akoskov...@gmx.com wrote:
> > From: Ákos Kovács
> >
> > Cc: Laszlo Ersek
> > Signed-off-by: Ákos Kovács
> > ---
> > po/hu.po | 63
> >
ping
http://patchwork.ozlabs.org/patch/241726/
--
Ákos Kovács
PGP public key ID: 5376F854 at pgp.mit.edu
:wq!
2013/5/8 Anthony Liguori
> Paolo Bonzini writes:
>
> > Il 07/05/2013 10:26, Laszlo Ersek ha scritto:
> >> I suspected that something like this was in the b
The new CONFIG_* definitions added to the default-configs/arm-softmmu.mak
Signed-off-by: Ákos Kovács
---
default-configs/arm-softmmu.mak | 13 +
hw/arm/Makefile.objs| 35 ---
2 files changed, 41 insertions(+), 7 deletions(-)
diff --git a
CONFIG_NO_* variables replaced with the lnot logical function.
Signed-off-by: Ákos Kovács
---
Makefile.target | 8 ++--
hw/pci/Makefile.objs | 2 +-
2 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/Makefile.target b/Makefile.target
index 9a49852..bbc668b 100644
--- a
CONFIG_LEON3 added to default-configs/sparc-softmmu.mak.
Signed-off-by: Ákos Kovács
---
default-configs/sparc-softmmu.mak | 2 ++
hw/sparc/Makefile.objs| 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/default-configs/sparc-softmmu.mak
b/default-configs/sparc
New CONFIG_* varibales created for r2d and shix boards
and added to the default-configs/sh4*-softmmu.mak.
Signed-off-by: Ákos Kovács
---
default-configs/sh4-softmmu.mak | 3 +++
default-configs/sh4eb-softmmu.mak | 3 +++
hw/sh4/Makefile.objs | 4 ++--
3 files changed, 8
kconfig-devices.mak or exclude it with the 'make defconfig' command.
Ákos Kovács (71):
rules.mak: New logical functions
Makefile.target: CONFIG_NO_* variables removed
default-configs/: CONFIG_GDBSTUB_XML removed
scripts/kconfig: kconfig-frontends submodule added
Makefile: Clo
CONFIG_PETALOGIX_* configs added to default-configs/microblaze-softmmu.mak
and default-configs/microblazeel-softmmu.mak.
Signed-off-by: Ákos Kovács
---
default-configs/microblaze-softmmu.mak | 3 +++
default-configs/microblazeel-softmmu.mak | 3 +++
hw/microblaze/Makefile.objs
configuration.
Make defconfig target capable to restore the original behaviour.
Signed-off-by: Ákos Kovács
---
Makefile| 97 +++--
Makefile.target | 2 +-
configure | 3 ++
3 files changed, 99 insertions(+), 3 deletions(-)
diff
Signed-off-by: Ákos Kovács
---
hw/lm32/Makefile.objs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/lm32/Makefile.objs b/hw/lm32/Makefile.objs
index ea6418a..c394186 100644
--- a/hw/lm32/Makefile.objs
+++ b/hw/lm32/Makefile.objs
@@ -1,3 +1,3 @@
# LM32 boards
-obj-y
Add the new configs to default-configs/mips*-sofmmu.mak.
Signed-off-by: Ákos Kovács
---
default-configs/mips-softmmu.mak | 6 ++
default-configs/mips64-softmmu.mak | 6 ++
default-configs/mips64el-softmmu.mak | 6 ++
default-configs/mipsel-softmmu.mak | 6 ++
hw/mips
lnot, land, lor, lif, eq, ne, isempty, notempty functions added
Example usage:
obj-$(call lor,$(CONFIG_LINUX),$(CONFIG_BSD)) += feature.o
Signed-off-by: Ákos Kovács
---
rules.mak | 16
1 file changed, 16 insertions(+)
diff --git a/rules.mak b/rules.mak
index 4499745
Signed-off-by: Ákos Kovács
---
hw/arm/Kconfig | 237 +
1 file changed, 237 insertions(+)
create mode 100644 hw/arm/Kconfig
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
new file mode 100644
index 000..5548656
--- /dev/null
+++ b/hw/arm
Signed-off-by: Ákos Kovács
---
hw/intc/Kconfig | 32
hw/intc/Makefile.objs | 2 +-
2 files changed, 33 insertions(+), 1 deletion(-)
create mode 100644 hw/intc/Kconfig
diff --git a/hw/intc/Kconfig b/hw/intc/Kconfig
new file mode 100644
index 000
Makefile.target: Build gdbstub-xml.o only when
TARGET_XML_FILES is not empty.
Signed-off-by: Ákos Kovács
---
Makefile.target | 2 +-
default-configs/arm-linux-user.mak| 2 --
default-configs/arm-softmmu.mak | 1 -
default-configs/armeb-linux-user.mak
Signed-off-by: Ákos Kovács
---
hw/block/Kconfig | 31 +++
1 file changed, 31 insertions(+)
create mode 100644 hw/block/Kconfig
diff --git a/hw/block/Kconfig b/hw/block/Kconfig
new file mode 100644
index 000..d7a7e61
--- /dev/null
+++ b/hw/block/Kconfig
@@ -0,0
Signed-off-by: Ákos Kovács
---
hw/s390x/Kconfig | 12
1 file changed, 12 insertions(+)
create mode 100644 hw/s390x/Kconfig
diff --git a/hw/s390x/Kconfig b/hw/s390x/Kconfig
new file mode 100644
index 000..39fd62a
--- /dev/null
+++ b/hw/s390x/Kconfig
@@ -0,0 +1,12 @@
+menu
Signed-off-by: Ákos Kovács
---
hw/audio/Kconfig | 41 +
1 file changed, 41 insertions(+)
create mode 100644 hw/audio/Kconfig
diff --git a/hw/audio/Kconfig b/hw/audio/Kconfig
new file mode 100644
index 000..bb6c31d
--- /dev/null
+++ b/hw/audio/Kconfig
CONFIG_AN5206, CONFIG_DUMMY_M68K, CONFIG_MCF5206, CONFIG_MCF5208
make variables created for m68k boards, and added to
default-configs/m86k-softmmu.mak.
Signed-off-by: Ákos Kovács
---
default-configs/m68k-softmmu.mak | 3 +++
hw/m68k/Makefile.objs| 7 ---
2 files changed, 7
Signed-off-by: Ákos Kovács
---
hw/cpu/Kconfig | 18 ++
1 file changed, 18 insertions(+)
create mode 100644 hw/cpu/Kconfig
diff --git a/hw/cpu/Kconfig b/hw/cpu/Kconfig
new file mode 100644
index 000..bd208bf
--- /dev/null
+++ b/hw/cpu/Kconfig
@@ -0,0 +1,18 @@
+config
CONFIG_PPC405, CONFIG_PPC440, CONFIG_PPC4XX, CONFIG_PREP,
CONFIG_MAC_OLDWORLD, CONFIG_MAC_NEWWORLD, CONFIG_VIRTEX configuration
options created for default-configs/ppc*-softmmu.mak.
Signed-off-by: Ákos Kovács
---
default-configs/ppc-softmmu.mak| 8
default-configs/ppc64
Signed-off-by: Ákos Kovács
---
hw/nvram/Kconfig | 5 +
1 file changed, 5 insertions(+)
create mode 100644 hw/nvram/Kconfig
diff --git a/hw/nvram/Kconfig b/hw/nvram/Kconfig
new file mode 100644
index 000..1235c6e
--- /dev/null
+++ b/hw/nvram/Kconfig
@@ -0,0 +1,5 @@
+config DS1225Y
Signed-off-by: Ákos Kovács
---
hw/i2c/Kconfig | 10 ++
1 file changed, 10 insertions(+)
create mode 100644 hw/i2c/Kconfig
diff --git a/hw/i2c/Kconfig b/hw/i2c/Kconfig
new file mode 100644
index 000..eaf17cc
--- /dev/null
+++ b/hw/i2c/Kconfig
@@ -0,0 +1,10 @@
+config VERSATILE_I2C
Signed-off-by: Ákos Kovács
---
hw/dma/Kconfig | 24
1 file changed, 24 insertions(+)
create mode 100644 hw/dma/Kconfig
diff --git a/hw/dma/Kconfig b/hw/dma/Kconfig
new file mode 100644
index 000..65e1707
--- /dev/null
+++ b/hw/dma/Kconfig
@@ -0,0 +1,24 @@
+config
Add the new CONFIG_* values to default-config/xtensa*-softmmu.mak.
Signed-off-by: Ákos Kovács
---
default-configs/xtensa-softmmu.mak | 3 +++
default-configs/xtensaeb-softmmu.mak | 3 +++
hw/xtensa/Makefile.objs | 4 ++--
3 files changed, 8 insertions(+), 2 deletions(-)
diff
Signed-off-by: Ákos Kovács
---
hw/9pfs/Kconfig | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 hw/9pfs/Kconfig
diff --git a/hw/9pfs/Kconfig b/hw/9pfs/Kconfig
new file mode 100644
index 000..f16ffed
--- /dev/null
+++ b/hw/9pfs/Kconfig
@@ -0,0 +1,2 @@
+config OPEN_BY_HANDLE
Signed-off-by: Ákos Kovács
---
hw/pci-host/Kconfig | 36
1 file changed, 36 insertions(+)
create mode 100644 hw/pci-host/Kconfig
diff --git a/hw/pci-host/Kconfig b/hw/pci-host/Kconfig
new file mode 100644
index 000..12014f5
--- /dev/null
+++ b/hw/pci
Signed-off-by: Ákos Kovács
---
hw/ide/Kconfig | 50 +++
hw/net/Kconfig | 74 ++
2 files changed, 124 insertions(+)
create mode 100644 hw/ide/Kconfig
create mode 100644 hw/net/Kconfig
diff --git a/hw
Move the existing sysbus and PCI logic to hcd-ohci-sysbus.c and
hcd-ohci-pci.c from hcd-ohci.c. Create a new hcd-ohci.h header for the
shared declarations and macros.
Signed-off-by: Ákos Kovács
---
hw/usb/hcd-ohci-pci.c| 96 +++
hw/usb/hcd-ohci-sysbus.c | 84 +
hw
Create CONFIG_USB_OHCI_PCI and CONFIG_USB_OHCI_SYSBUS configuration
options for the new hcd-ohci-pci.c and hcd-ohci-sysbus.c files.
Add CONFIG_USB_OHCI_PCI to default-configs/{arm,sh4}-softmmu.mak.
Signed-off-by: Ákos Kovács
---
default-configs/arm-softmmu.mak | 1 +
default-configs/sh4
Signed-off-by: Ákos Kovács
---
hw/sd/Kconfig | 27 +++
1 file changed, 27 insertions(+)
create mode 100644 hw/sd/Kconfig
diff --git a/hw/sd/Kconfig b/hw/sd/Kconfig
new file mode 100644
index 000..595686f
--- /dev/null
+++ b/hw/sd/Kconfig
@@ -0,0 +1,27 @@
+config SD
Signed-off-by: Ákos Kovács
---
hw/input/Kconfig | 23 +++
1 file changed, 23 insertions(+)
create mode 100644 hw/input/Kconfig
diff --git a/hw/input/Kconfig b/hw/input/Kconfig
new file mode 100644
index 000..9114433
--- /dev/null
+++ b/hw/input/Kconfig
@@ -0,0 +1,23
Signed-off-by: Ákos Kovács
---
hw/cris/Kconfig | 7 +++
1 file changed, 7 insertions(+)
create mode 100644 hw/cris/Kconfig
diff --git a/hw/cris/Kconfig b/hw/cris/Kconfig
new file mode 100644
index 000..e0d39f4
--- /dev/null
+++ b/hw/cris/Kconfig
@@ -0,0 +1,7 @@
+config CRIS
+bool
Signed-off-by: Ákos Kovács
---
hw/core/Kconfig | 11 +++
1 file changed, 11 insertions(+)
create mode 100644 hw/core/Kconfig
diff --git a/hw/core/Kconfig b/hw/core/Kconfig
new file mode 100644
index 000..8c275f7
--- /dev/null
+++ b/hw/core/Kconfig
@@ -0,0 +1,11 @@
+config
Signed-off-by: Ákos Kovács
---
hw/display/Kconfig | 84 ++
1 file changed, 84 insertions(+)
create mode 100644 hw/display/Kconfig
diff --git a/hw/display/Kconfig b/hw/display/Kconfig
new file mode 100644
index 000..1f6f386
--- /dev/null
Signed-off-by: Ákos Kovács
---
hw/i386/Kconfig | 54 ++
1 file changed, 54 insertions(+)
create mode 100644 hw/i386/Kconfig
diff --git a/hw/i386/Kconfig b/hw/i386/Kconfig
new file mode 100644
index 000..c9a782d
--- /dev/null
+++ b/hw/i386
Signed-off-by: Ákos Kovács
---
hw/isa/Kconfig | 39 +++
1 file changed, 39 insertions(+)
create mode 100644 hw/isa/Kconfig
diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig
new file mode 100644
index 000..8f4beda
--- /dev/null
+++ b/hw/isa/Kconfig
@@ -0,0
Signed-off-by: Ákos Kovács
---
hw/lm32/Kconfig | 17 +
1 file changed, 17 insertions(+)
create mode 100644 hw/lm32/Kconfig
diff --git a/hw/lm32/Kconfig b/hw/lm32/Kconfig
new file mode 100644
index 000..8be386e
--- /dev/null
+++ b/hw/lm32/Kconfig
@@ -0,0 +1,17 @@
+menu
Signed-off-by: Ákos Kovács
---
hw/usb/Kconfig | 61 ++
1 file changed, 61 insertions(+)
create mode 100644 hw/usb/Kconfig
diff --git a/hw/usb/Kconfig b/hw/usb/Kconfig
new file mode 100644
index 000..9f4b8dc
--- /dev/null
+++ b/hw/usb
Signed-off-by: Ákos Kovács
---
hw/gpio/Kconfig | 5 +
1 file changed, 5 insertions(+)
create mode 100644 hw/gpio/Kconfig
diff --git a/hw/gpio/Kconfig b/hw/gpio/Kconfig
new file mode 100644
index 000..820c76f
--- /dev/null
+++ b/hw/gpio/Kconfig
@@ -0,0 +1,5 @@
+config MAX7310
+bool
Signed-off-by: Ákos Kovács
---
hw/misc/Kconfig | 67 +
1 file changed, 67 insertions(+)
create mode 100644 hw/misc/Kconfig
diff --git a/hw/misc/Kconfig b/hw/misc/Kconfig
new file mode 100644
index 000..6642a74
--- /dev/null
+++ b/hw
Signed-off-by: Ákos Kovács
---
hw/pci/Kconfig | 8
1 file changed, 8 insertions(+)
create mode 100644 hw/pci/Kconfig
diff --git a/hw/pci/Kconfig b/hw/pci/Kconfig
new file mode 100644
index 000..31a755d
--- /dev/null
+++ b/hw/pci/Kconfig
@@ -0,0 +1,8 @@
+config PCI
+bool
Signed-off-by: Ákos Kovács
---
hw/Kconfig | 27 +++
1 file changed, 27 insertions(+)
create mode 100644 hw/Kconfig
diff --git a/hw/Kconfig b/hw/Kconfig
new file mode 100644
index 000..23e062b
--- /dev/null
+++ b/hw/Kconfig
@@ -0,0 +1,27 @@
+source "hw/9pfs/Kc
Signed-off-by: Ákos Kovács
---
hw/pci-bridge/Kconfig | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 hw/pci-bridge/Kconfig
diff --git a/hw/pci-bridge/Kconfig b/hw/pci-bridge/Kconfig
new file mode 100644
index 000..1d23483
--- /dev/null
+++ b/hw/pci-bridge/Kconfig
@@ -0,0 +1,3
Signed-off-by: Ákos Kovács
---
hw/unicore32/Kconfig | 5 +
1 file changed, 5 insertions(+)
create mode 100644 hw/unicore32/Kconfig
diff --git a/hw/unicore32/Kconfig b/hw/unicore32/Kconfig
new file mode 100644
index 000..5f8b9d9
--- /dev/null
+++ b/hw/unicore32/Kconfig
@@ -0,0 +1,5
Signed-off-by: Ákos Kovács
---
hw/scsi/Kconfig | 21 +
1 file changed, 21 insertions(+)
create mode 100644 hw/scsi/Kconfig
diff --git a/hw/scsi/Kconfig b/hw/scsi/Kconfig
new file mode 100644
index 000..5e493a6
--- /dev/null
+++ b/hw/scsi/Kconfig
@@ -0,0 +1,21 @@
+menu
Signed-off-by: Ákos Kovács
---
hw/ssi/Kconfig | 14 ++
1 file changed, 14 insertions(+)
create mode 100644 hw/ssi/Kconfig
diff --git a/hw/ssi/Kconfig b/hw/ssi/Kconfig
new file mode 100644
index 000..4f89fd2
--- /dev/null
+++ b/hw/ssi/Kconfig
@@ -0,0 +1,14 @@
+config SSI
Signed-off-by: Ákos Kovács
---
hw/timer/Kconfig | 81
1 file changed, 81 insertions(+)
create mode 100644 hw/timer/Kconfig
diff --git a/hw/timer/Kconfig b/hw/timer/Kconfig
new file mode 100644
index 000..f4d81cf
--- /dev/null
+++ b
1 - 100 of 124 matches
Mail list logo