summaryrefslogtreecommitdiff
path: root/configs/chromebox_panther_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-06-14 21:28:48 -0600
committerSimon Glass <sjg@chromium.org>2017-07-11 10:08:19 -0600
commit32e9ec1f8812ffe5874a2e3a0a1b8fe85c489ab8 (patch)
tree60ba9f2abbb2fd4a40c7c78a6c279445863ab452 /configs/chromebox_panther_defconfig
parent7337fcd8c0aeee0a90eb2e986bde5eb7177b8552 (diff)
x86: Move link to use driver model for SCSI
As a demonstration of how to use SCSI with driver model, move link over to use this. This patch needs more work, but illustrates the concept. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs/chromebox_panther_defconfig')
-rw-r--r--configs/chromebox_panther_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/chromebox_panther_defconfig b/configs/chromebox_panther_defconfig
index 51a934fe7a..30d4019856 100644
--- a/configs/chromebox_panther_defconfig
+++ b/configs/chromebox_panther_defconfig
@@ -37,6 +37,8 @@ CONFIG_OF_CONTROL=y
CONFIG_REGMAP=y
CONFIG_SYSCON=y
CONFIG_SCSI=y
+CONFIG_DM_SCSI=y
+CONFIG_BLK=y
CONFIG_CROS_EC=y
CONFIG_CROS_EC_LPC=y
CONFIG_SPI_FLASH=y