From 63632945914071b9481a29cdce7a415cfdcb7955 Mon Sep 17 00:00:00 2001 From: Szymon Dziok Date: Sat, 14 Jun 2014 19:01:44 +0000 Subject: YH92x: Implement ATA power off. Change-Id: If1f48df42ea7a150365c4ddbd3f9f7a85ae4b7dc --- firmware/export/config/samsungyh920.h | 2 +- firmware/export/config/samsungyh925.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export/config') diff --git a/firmware/export/config/samsungyh920.h b/firmware/export/config/samsungyh920.h index 8717cb765c..7d6d590d96 100644 --- a/firmware/export/config/samsungyh920.h +++ b/firmware/export/config/samsungyh920.h @@ -113,7 +113,7 @@ #define HAVE_LBA48 /* We're able to shut off power to the HDD */ -/* todo #define HAVE_ATA_POWER_OFF */ +#define HAVE_ATA_POWER_OFF /* Software controlled LED */ #define CONFIG_LED LED_REAL diff --git a/firmware/export/config/samsungyh925.h b/firmware/export/config/samsungyh925.h index 098bfc851d..26311cc5fb 100644 --- a/firmware/export/config/samsungyh925.h +++ b/firmware/export/config/samsungyh925.h @@ -110,7 +110,7 @@ #define HAVE_LBA48 /* We're able to shut off power to the HDD */ -/* todo #define HAVE_ATA_POWER_OFF */ +#define HAVE_ATA_POWER_OFF /* Software controlled LED */ #define CONFIG_LED LED_REAL -- cgit v1.2.3