diff options
author | Simon Glass <sjg@chromium.org> | 2017-06-14 21:28:48 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-07-11 10:08:19 -0600 |
commit | 32e9ec1f8812ffe5874a2e3a0a1b8fe85c489ab8 (patch) | |
tree | 60ba9f2abbb2fd4a40c7c78a6c279445863ab452 /configs/chromebook_link64_defconfig | |
parent | 7337fcd8c0aeee0a90eb2e986bde5eb7177b8552 (diff) | |
download | u-boot-32e9ec1f8812ffe5874a2e3a0a1b8fe85c489ab8.tar.gz |
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/chromebook_link64_defconfig')
-rw-r--r-- | configs/chromebook_link64_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/chromebook_link64_defconfig b/configs/chromebook_link64_defconfig index 8fb4712258..557919c5d8 100644 --- a/configs/chromebook_link64_defconfig +++ b/configs/chromebook_link64_defconfig @@ -58,6 +58,8 @@ CONFIG_SPL_REGMAP=y CONFIG_SYSCON=y CONFIG_SPL_SYSCON=y CONFIG_SCSI=y +CONFIG_DM_SCSI=y +CONFIG_BLK=y CONFIG_CPU=y CONFIG_DM_I2C=y CONFIG_SYS_I2C_INTEL=y |