2020-02-13 18:52:49

by Kaaira Gupta

[permalink] [raw]
Subject: staging: board: disabled driver

I made some changes in board.h and other files under board to remove the MACRO using conditions. I did git log --oneline "file path" to get the logs, but turned out the driver was disabled. Hence on seeing it's KConfig file I found STAGING_BOARd and searched it in device drivers in menuconfig. I found that OF_ADDRESS-> OF-> X86_INTEL_CE were disabled as well. But I couldn't find X86_INTEL_CE under the device drivers.What should I do about it? Is there a way around or should I look at other drivers than board?
Thanks for your time!


2020-02-18 07:44:32

by Dan Carpenter

[permalink] [raw]
Subject: Re: staging: board: disabled driver

On Fri, Feb 14, 2020 at 12:22:05AM +0530, Kaaira Gupta wrote:
> I made some changes in board.h and other files under board to remove the MACRO using conditions. I did git log --oneline "file path" to get the logs, but turned out the driver was disabled. Hence on seeing it's KConfig file I found STAGING_BOARd and searched it in device drivers in menuconfig. I found that OF_ADDRESS-> OF-> X86_INTEL_CE were disabled as well. But I couldn't find X86_INTEL_CE under the device drivers.What should I do about it? Is there a way around or should I look at other drivers than board?
> Thanks for your time!

Use "make nconfig" and then press F8 and search for X86_INTEL_CE.

regards,
dan carpenter