On Mon, Jul 25, 2016 at 09:31:15AM -0700, David Daney wrote:
On 07/25/2016 09:16 AM, Mark Brown wrote:
The usual pattern would be something like (ARCH_THUNDER || COMPILE_TEST)
&& PCI && 64BIT (so that people on other platforms where the device will
never actually appear don't get bothered by the prompt).
ARCH_THUNDER needs to die, so perhaps it should be (ARM64 || COMPILE_TEST)
&& PCI && 64BIT if you really want to hide it from non-arm64 kernel configs.
It does? Why?
One of the functions of the vendor specific Kconfig
options is to improve UX when configuring the kernel, if you're building
for a particular SoC or set of SoCs then we can avoid showing you
drivers that can never possibly appear in your system which makes life
a bit easier. We shouldn't be using them in the code itself but they do
help people in Kconfig.