diff mbox

[U-Boot,2/3] configs: chromebook_link: enable CONFIG_DISK for accessing sata disk drive

Message ID 1456981589-14403-3-git-send-email-mugunthanvnm@ti.com
State Deferred
Delegated to: Simon Glass
Headers show

Commit Message

Mugunthan V N March 3, 2016, 5:06 a.m. UTC
As the CONFIG_DISK Kconfig default value is changed to 'n',
select CONFIG_DISK for chromebook_link in defconfig

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
---
 configs/chromebook_link_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/configs/chromebook_link_defconfig b/configs/chromebook_link_defconfig
index 1cee7d4..4ab03c7 100644
--- a/configs/chromebook_link_defconfig
+++ b/configs/chromebook_link_defconfig
@@ -48,3 +48,4 @@  CONFIG_FRAMEBUFFER_SET_VESA_MODE=y
 CONFIG_FRAMEBUFFER_VESA_MODE_11A=y
 CONFIG_USE_PRIVATE_LIBGCC=y
 CONFIG_TPM=y
+CONFIG_DISK=y