qoriq: add missing kernel config symbol
Dropping the source-only flag from qoriq and adding it to the buildbots exposed a missing kernel config symbol: CONFIG_DRM_OFDRM. Addd it as disabled to the qoriq kernel config, as the only device currently supported in the qoriq target does not have any display hardware. Reported-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
parent
ac483e1c2a
commit
1bd6dda198
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ CONFIG_DMA_ENGINE=y
|
||||||
CONFIG_DMA_OF=y
|
CONFIG_DMA_OF=y
|
||||||
CONFIG_DMA_OPS=y
|
CONFIG_DMA_OPS=y
|
||||||
CONFIG_DMA_OPS_BYPASS=y
|
CONFIG_DMA_OPS_BYPASS=y
|
||||||
|
# CONFIG_DRM_OFDRM is not set
|
||||||
CONFIG_DTC=y
|
CONFIG_DTC=y
|
||||||
CONFIG_DUMMY_CONSOLE=y
|
CONFIG_DUMMY_CONSOLE=y
|
||||||
# CONFIG_E5500_CPU is not set
|
# CONFIG_E5500_CPU is not set
|
||||||
|
|
Loading…
Reference in a new issue