Am 13.10.2015 um 20:50 schrieb Stefan Wahren: > Am 13.10.2015 um 20:19 schrieb Eric Anholt: >> Stefan Wahren <info at lategoodbye.de> writes: >> >>>> diff --git a/drivers/gpu/drm/vc4/Kconfig b/drivers/gpu/drm/vc4/Kconfig >>>> new file mode 100644 >>>> index 0000000..e810ef7 >>>> --- /dev/null >>>> +++ b/drivers/gpu/drm/vc4/Kconfig >>>> @@ -0,0 +1,13 @@ >>>> +config DRM_VC4 >>>> + tristate "Broadcom VC4 Graphics" >>>> + depends on ARCH_BCM2835 >>> >>> depends on (ARCH_BCM2835 || COMPILE_TEST) ? >> >> Done. > > Sorry for the bad suggestion. The parentheses should be necessary.
The parentheses aren't necessary. Sorry for the noise Stefan