summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/samsungyh920.h3
-rw-r--r--firmware/export/config/samsungyh925.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config/samsungyh920.h b/firmware/export/config/samsungyh920.h
index 4837942eed..8717cb765c 100644
--- a/firmware/export/config/samsungyh920.h
+++ b/firmware/export/config/samsungyh920.h
@@ -115,6 +115,9 @@
115/* We're able to shut off power to the HDD */ 115/* We're able to shut off power to the HDD */
116/* todo #define HAVE_ATA_POWER_OFF */ 116/* todo #define HAVE_ATA_POWER_OFF */
117 117
118/* Software controlled LED */
119#define CONFIG_LED LED_REAL
120
118/* Define this if you have a software controlled poweroff */ 121/* Define this if you have a software controlled poweroff */
119#define HAVE_SW_POWEROFF 122#define HAVE_SW_POWEROFF
120 123
diff --git a/firmware/export/config/samsungyh925.h b/firmware/export/config/samsungyh925.h
index ad04f6c81e..098bfc851d 100644
--- a/firmware/export/config/samsungyh925.h
+++ b/firmware/export/config/samsungyh925.h
@@ -112,6 +112,9 @@
112/* We're able to shut off power to the HDD */ 112/* We're able to shut off power to the HDD */
113/* todo #define HAVE_ATA_POWER_OFF */ 113/* todo #define HAVE_ATA_POWER_OFF */
114 114
115/* Software controlled LED */
116#define CONFIG_LED LED_REAL
117
115/* Define this if you have a software controlled poweroff */ 118/* Define this if you have a software controlled poweroff */
116#define HAVE_SW_POWEROFF 119#define HAVE_SW_POWEROFF
117 120