diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2018-01-29 22:28:36 +0000 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2018-01-29 22:28:36 +0000 |
commit | 613cf10377720aba5442b92c86674b1bb663d8a3 (patch) | |
tree | a3aca3e207cc4bb4308459527466073a96596350 /configs | |
parent | 4ad5c1a63e413c86e6da581d03eae5e2432a7582 (diff) | |
download | kernel-613cf10377720aba5442b92c86674b1bb663d8a3.tar.gz kernel-613cf10377720aba5442b92c86674b1bb663d8a3.tar.xz kernel-613cf10377720aba5442b92c86674b1bb663d8a3.zip |
Filter GPU bridge drivers on all arches, re-enable adv7511
Diffstat (limited to 'configs')
-rw-r--r-- | configs/fedora/generic/CONFIG_DRM_I2C_ADV7511 | 2 | ||||
-rw-r--r-- | configs/fedora/generic/CONFIG_DRM_I2C_ADV7511_CEC | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/fedora/generic/CONFIG_DRM_I2C_ADV7511 b/configs/fedora/generic/CONFIG_DRM_I2C_ADV7511 index 18208c93f..2d931f712 100644 --- a/configs/fedora/generic/CONFIG_DRM_I2C_ADV7511 +++ b/configs/fedora/generic/CONFIG_DRM_I2C_ADV7511 @@ -1 +1 @@ -# CONFIG_DRM_I2C_ADV7511 is not set +CONFIG_DRM_I2C_ADV7511=m diff --git a/configs/fedora/generic/CONFIG_DRM_I2C_ADV7511_CEC b/configs/fedora/generic/CONFIG_DRM_I2C_ADV7511_CEC index 25530967a..42e87e034 100644 --- a/configs/fedora/generic/CONFIG_DRM_I2C_ADV7511_CEC +++ b/configs/fedora/generic/CONFIG_DRM_I2C_ADV7511_CEC @@ -1 +1 @@ -# CONFIG_DRM_I2C_ADV7511_CEC is not set +CONFIG_DRM_I2C_ADV7511_CEC=y |