summaryrefslogtreecommitdiffstats
path: root/configs/sandbox_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-11-26 19:51:30 -0700
committerSimon Glass <sjg@chromium.org>2015-12-01 06:26:38 -0700
commit3ba5f74a541f77bfb6904e684e2cf0bfad005106 (patch)
treea588534a7daa80436f5e617ecc4ebc6050071f43 /configs/sandbox_defconfig
parentcab24b3407189a120066b82da2376679bf203eae (diff)
downloadblackbird-obmc-uboot-3ba5f74a541f77bfb6904e684e2cf0bfad005106.tar.gz
blackbird-obmc-uboot-3ba5f74a541f77bfb6904e684e2cf0bfad005106.zip
dm: pci: Disable PCI compatibility functions by default
We eventually need to drop the compatibility functions for driver model. As a first step, create a configuration option to enable them and hide them when the option is disabled. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r--configs/sandbox_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index c4e1be3234..fb1b09fcf2 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -49,6 +49,7 @@ CONFIG_SPI_FLASH_SST=y
CONFIG_SPI_FLASH_WINBOND=y
CONFIG_DM_ETH=y
CONFIG_DM_PCI=y
+CONFIG_DM_PCI_COMPAT=y
CONFIG_PCI_SANDBOX=y
CONFIG_PINCTRL=y
CONFIG_PINCONF=y
OpenPOWER on IntegriCloud