diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2017-03-07 18:46:09 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-03-08 19:06:04 +0100 |
commit | 3d0bd150565767f395eae333bcbca7bbe89edf48 (patch) | |
tree | 3652902a1cb6d1964715582fa6981da767de9fec /target | |
parent | 6254a2028c181fe9863dc7758d47eda667b4f397 (diff) | |
download | upstream-3d0bd150565767f395eae333bcbca7bbe89edf48.tar.gz upstream-3d0bd150565767f395eae333bcbca7bbe89edf48.tar.bz2 upstream-3d0bd150565767f395eae333bcbca7bbe89edf48.zip |
mvebu: enable disk led trigger
As we have a disk led we enable the disk trigger that work with the easata port
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mvebu/config-4.9 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mvebu/config-4.9 b/target/linux/mvebu/config-4.9 index 6b0369d6ae..3d7bf949c9 100644 --- a/target/linux/mvebu/config-4.9 +++ b/target/linux/mvebu/config-4.9 @@ -261,6 +261,7 @@ CONFIG_JBD2=y CONFIG_LEDS_GPIO=y CONFIG_LEDS_PCA963X=y CONFIG_LEDS_TLC591XX=y +CONFIG_LEDS_TRIGGER_DISK=y CONFIG_LIBFDT=y CONFIG_LOCK_SPIN_ON_OWNER=y CONFIG_LZO_COMPRESS=y |