diff options
author | Laura Abbott <labbott@redhat.com> | 2018-06-26 09:43:24 -0700 |
---|---|---|
committer | Laura Abbott <labbott@redhat.com> | 2018-06-26 09:43:24 -0700 |
commit | 8a409ef28234d65a8245039726b13f9975eb210e (patch) | |
tree | c829ce2a2f3d3056c7684e112996dab604bc0dce /configs | |
parent | 43f4fd511d3448968a48261126befbdeb05537f9 (diff) | |
download | kernel-8a409ef28234d65a8245039726b13f9975eb210e.tar.gz kernel-8a409ef28234d65a8245039726b13f9975eb210e.tar.xz kernel-8a409ef28234d65a8245039726b13f9975eb210e.zip |
Enable leds-pca9532 module (rhbz 1595163)
Diffstat (limited to 'configs')
-rw-r--r-- | configs/fedora/generic/CONFIG_LEDS_PCA9532 | 2 | ||||
-rw-r--r-- | configs/fedora/generic/CONFIG_LEDS_PCA9532_GPIO | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/configs/fedora/generic/CONFIG_LEDS_PCA9532 b/configs/fedora/generic/CONFIG_LEDS_PCA9532 index 1c43dff33..a04d84bf8 100644 --- a/configs/fedora/generic/CONFIG_LEDS_PCA9532 +++ b/configs/fedora/generic/CONFIG_LEDS_PCA9532 @@ -1 +1 @@ -# CONFIG_LEDS_PCA9532 is not set +CONFIG_LEDS_PCA9532=m diff --git a/configs/fedora/generic/CONFIG_LEDS_PCA9532_GPIO b/configs/fedora/generic/CONFIG_LEDS_PCA9532_GPIO new file mode 100644 index 000000000..f238c8781 --- /dev/null +++ b/configs/fedora/generic/CONFIG_LEDS_PCA9532_GPIO @@ -0,0 +1 @@ +CONFIG_LEDS_PCA9532_GPIO=y |