diff options
Diffstat (limited to 'hw/ipack/Kconfig')
-rw-r--r-- | hw/ipack/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/ipack/Kconfig b/hw/ipack/Kconfig index 481e0d2e64..f8da24a62b 100644 --- a/hw/ipack/Kconfig +++ b/hw/ipack/Kconfig @@ -1,2 +1,4 @@ config IPACK bool + default y if PCI_DEVICES + depends on PCI |