diff options
Diffstat (limited to 'hw/ipack/Kconfig')
-rw-r--r-- | hw/ipack/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/ipack/Kconfig b/hw/ipack/Kconfig new file mode 100644 index 000000000..f8da24a62 --- /dev/null +++ b/hw/ipack/Kconfig @@ -0,0 +1,4 @@ +config IPACK + bool + default y if PCI_DEVICES + depends on PCI |